Re: [FFmpeg-devel] [PATCH] Avoid sending packets to network when multicast ttl is 0 in udp

2016-08-03 Thread Omid Ghaffarinia
Does it still fail? Thanks in advance. On Sat, Jul 23, 2016 at 10:36 AM, Omid Ghaffarinia wrote: > I'm sorry for that, it failed because it was prepared for release/2.8, > this one should work on master. > > > On Thu, Jul 21, 2016 at 3:48 AM, Michael Niedermayer > wrote: >> On Wed, Jul 20, 2016

Re: [FFmpeg-devel] [PATCH] - libavdevices/decklink_*.cpp: formatting change to remove uneeded spaces in initializers

2016-08-03 Thread Felt, Patrick
Sadly the server I’m deving on doesn’t have availability through an mta. I generated the email by using [devuser@tst009 ~]$ git format-patch HEAD^ --stdout > /tmp/cosmetic2.txtand then manually creating a new email of similar format in my mua. I had to attach the diff on that last cosmetic

[FFmpeg-devel] [PATCH] web/security: Add links to GPG keys, for people who want to send encrypted mail

2016-08-03 Thread Michael Niedermayer
--- src/security | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/security b/src/security index ae89f9b..20c4d5d 100644 --- a/src/security +++ b/src/security @@ -1,4 +1,11 @@ -Please report vulnerabilities to mailto:ffmpeg-secur...@ffmpeg.org";>ffmpeg-secur...@ffmpeg

Re: [FFmpeg-devel] [PATCH] web/security: Add links to GPG keys, for people who want to send encrypted mail

2016-08-03 Thread Moritz Barsnick
On Wed, Aug 03, 2016 at 14:17:21 +0200, Michael Niedermayer wrote: > +If you wish to use PGP/GnuPG you can use. This sounds slightly strange. -> "If you wish to use PGP/GnuPG please do so." (Is this preferred by the list? Then that should be expressed.) ___

Re: [FFmpeg-devel] [PATCH] web/security: Add links to GPG keys, for people who want to send encrypted mail

2016-08-03 Thread Carl Eugen Hoyos
2016-08-03 14:58 GMT+02:00 Moritz Barsnick : > On Wed, Aug 03, 2016 at 14:17:21 +0200, Michael Niedermayer wrote: >> +If you wish to use PGP/GnuPG you can use. > > This sounds slightly strange. > -> > "If you wish to use PGP/GnuPG please do so." > > (Is this preferred by the list? Then that should

Re: [FFmpeg-devel] [PATCH 06/11] avformat: add av_abort_output() function

2016-08-03 Thread Nicolas George
Le sextidi 16 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : > From: Jan Sebechlebsky > > Signed-off-by: Jan Sebechlebsky > --- > libavformat/avformat.h | 14 ++ > libavformat/mux.c | 16 > 2 files changed, 30 insertions(+) > > diff --git a/libavfor

Re: [FFmpeg-devel] [PATCH 10/11] avformat/fifo: Add AVFMT_FLAG_NONBLOCK support

2016-08-03 Thread Nicolas George
Le sextidi 16 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : > From: Jan Sebechlebsky > > Add support for nonblocking calls. > > Signed-off-by: Jan Sebechlebsky > --- > libavformat/fifo.c | 70 > +- > 1 file changed, 59 insertions

Re: [FFmpeg-devel] [PATCH] web/security: Add links to GPG keys, for people who want to send encrypted mail

2016-08-03 Thread Michael Niedermayer
On Wed, Aug 03, 2016 at 03:02:38PM +0200, Carl Eugen Hoyos wrote: > 2016-08-03 14:58 GMT+02:00 Moritz Barsnick : > > On Wed, Aug 03, 2016 at 14:17:21 +0200, Michael Niedermayer wrote: > >> +If you wish to use PGP/GnuPG you can use. > > > > This sounds slightly strange. > > -> > > "If you wish to us

Re: [FFmpeg-devel] [PATCH 10/11] avformat/fifo: Add AVFMT_FLAG_NONBLOCK support

2016-08-03 Thread Michael Niedermayer
On Wed, Aug 03, 2016 at 03:41:14PM +0200, Nicolas George wrote: > Le sextidi 16 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : > > From: Jan Sebechlebsky [...] > > +ret = pthread_tryjoin_np( fifo->writer_thread, NULL); > > This function is a GNU extension (np means nonportable)

[FFmpeg-devel] [PATCH] avfilter: add sadrc filter

2016-08-03 Thread Paul B Mahol
Hi, patch attached. 0001-avfilter-add-simple-audio-dynamic-range-compressor.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH]lavf(webm_chunk: Print an error if no header filename was provided.

2016-08-03 Thread Carl Eugen Hoyos
Hi! Attached patch gives users (and testers) a chance to know why webm_chunk muxing fails. Please comment, Carl Eugen From 675562a4d2215af36f512d3d2c608ec8dc16a73c Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 3 Aug 2016 18:40:03 +0200 Subject: [PATCH] lavf/webm_chunk: Print an err

Re: [FFmpeg-devel] [PATCH] Avoid sending packets to network when multicast ttl is 0 in udp

2016-08-03 Thread Michael Niedermayer
On Wed, Aug 03, 2016 at 12:29:17PM +0430, Omid Ghaffarinia wrote: > Does it still fail? no failure i would prefer if the code move would be in a seperate patch though. Its harder to review for developers as is thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Re: [FFmpeg-devel] [PATCH 2/2] avformat/teeproto: Support parsing protocol options

2016-08-03 Thread Michael Niedermayer
On Mon, Aug 01, 2016 at 02:51:57AM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavformat/Makefile |2 +- > libavformat/teeproto.c | 19 ++- > 2 files changed, 15 insertions(+), 6 deletions(-) applied [...] -- Michael GnuPG finger

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Michael Niedermayer
Hi all Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote: > Hi all > > you have a great idea for a Outreachy task or a GSoC task ? > Or something you always wanted to do but never had the time and > it would fit in the time for GSoC/Outreachy ? > Or some feature you always wanted w

Re: [FFmpeg-devel] [PATCH] libavcodec/mmaldec.c: add interlaced_frame and format struct to AVFrame for deinterlacing]

2016-08-03 Thread Jens Ziller
Am Sonntag, den 31.07.2016, 18:36 +0100 schrieb Mark Thompson: > On 31/07/16 18:09, Jens Ziller wrote: > > > > Am Sonntag, den 31.07.2016, 16:33 +0100 schrieb Mark Thompson: > > > > > > Try the test stream h264/reinit-large_420_8-to-small_420_8.h264 > > > in > > > FATE? > > I don't test it. I tes

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Paul B Mahol
On 8/3/16, Michael Niedermayer wrote: > Hi all > > Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote: >> Hi all >> >> you have a great idea for a Outreachy task or a GSoC task ? >> Or something you always wanted to do but never had the time and >> it would fit in the time for GSoC/O

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread James Almer
On 7/31/2016 5:01 PM, Michael Niedermayer wrote: > Hi all > > you have a great idea for a Outreachy task or a GSoC task ? > Or something you always wanted to do but never had the time and > it would fit in the time for GSoC/Outreachy ? > Or some feature you always wanted which would fit as a task?

[FFmpeg-devel] [PATCH 1/3] avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLE

2016-08-03 Thread Michael Niedermayer
This will be used to allow writing file sequences using the tee output onto multiple places in parallel Signed-off-by: Michael Niedermayer --- libavformat/avformat.h | 7 +++ libavformat/utils.c| 9 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/libavformat/avf

[FFmpeg-devel] [PATCH 2/3] avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:

2016-08-03 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/hlsenc.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 5dc518d..9f076ba 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -561,14 +561,16 @@ static i

[FFmpeg-devel] [PATCH 3/3] avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:

2016-08-03 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/img2enc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c index 32c68e4..1297b1a 100644 --- a/libavformat/img2enc.c +++ b/libavformat/img2enc.c @@ -97,7 +97,9 @@ static int writ

Re: [FFmpeg-devel] [PATCH] Fix audio clipping problem in dynaudnorm

2016-08-03 Thread andyndeanna
This has been fixed by MuldeR. Thanks, Andy On Fri, Jul 29, 2016 at 8:03 AM, Paul B Mahol wrote: > On 7/27/16, andyndeanna wrote: > > Hello, > > > > See attached patch to fix a clipping problem with dynaudnorm when the > first > > frame contains silence. I implemented the fix by adding a boun

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Michael Niedermayer
On Wed, Aug 03, 2016 at 03:55:08PM -0300, James Almer wrote: > On 7/31/2016 5:01 PM, Michael Niedermayer wrote: > > Hi all > > > > you have a great idea for a Outreachy task or a GSoC task ? > > Or something you always wanted to do but never had the time and > > it would fit in the time for GSoC/O

[FFmpeg-devel] [PATCH 0/2] v3 - SCTE 35 work

2016-08-03 Thread Carlos Fernandez Sanz
- Corrected last reported issue about a sample file missing audio after these patches were applied. - Created new streamtype with SCTE Carlos (1): SCTE extraction from mpegts carlos (1): SCTE-35 support in hlsenc libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 6 + libavformat/

[FFmpeg-devel] [PATCH 1/2] v3 - SCTE extraction from mpegts

2016-08-03 Thread Carlos Fernandez Sanz
From: Carlos Signed-off-by: carlos --- libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 6 ++ libavformat/mpegts.c| 51 +++-- 3 files changed, 52 insertions(+), 6 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h

[FFmpeg-devel] [PATCH 2/2] v3 - SCTE-35 support in hlsenc

2016-08-03 Thread Carlos Fernandez Sanz
From: carlos Signed-off-by: carlos --- libavformat/Makefile | 2 +- libavformat/hlsenc.c | 110 +--- libavformat/scte_35.c | 482 ++ libavformat/scte_35.h | 76 4 files changed, 646 insertions(+), 24 deletions(-) create mode

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Timothy Gu
On Wed, Aug 3, 2016 at 12:36 PM Michael Niedermayer wrote: > what about writing guides/howtos about how to build/replace FFmpeg > on all kinds of hw > That's the responsibility of the HW vendor. > i mean everything these days uses FFmpeg below one or more layers > and users should have the rig

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Timothy Gu
On Wed, Aug 3, 2016 at 11:57 AM James Almer wrote: > On 7/31/2016 5:01 PM, Michael Niedermayer wrote: > > Hi all > > > > you have a great idea for a Outreachy task or a GSoC task ? > > Or something you always wanted to do but never had the time and > > it would fit in the time for GSoC/Outreachy

[FFmpeg-devel] [PATCH] tests/fate/dnxhd: add dnxhr mov tests

2016-08-03 Thread Mark Reid
--- tests/fate/vcodec.mak| 18 +- tests/ref/vsynth/vsynth1-dnxhd-hr-hq-mov | 4 tests/ref/vsynth/vsynth1-dnxhd-hr-lb-mov | 4 tests/ref/vsynth/vsynth1-dnxhd-hr-sq-mov | 4 tests/ref/vsynth/vsynth1-dnxhd-uhd-hr-mov| 4

Re: [FFmpeg-devel] [PATCH] fate: add DNxHR 12-bit example.

2016-08-03 Thread Mark Reid
On Tue, Aug 2, 2016 at 11:51 PM, Steven Robertson wrote: > Test file available at http://tinyurl.com/fate-dnxhd-12bit . > > Signed-off-by: Steven Robertson > --- > tests/fate/dnxhd.mak | 2 ++ > tests/ref/fate/dnxhr-12bit | 6 ++ > 2 files changed, 8 insertions(+) > create mode 100644

[FFmpeg-devel] [PATCH] libavcodec/dnxhdenc: remove setting the codec_tag

2016-08-03 Thread Mark Reid
setting the codec_tag no longer needed by movenc it uses the dnxhr profile instead --- libavcodec/dnxhdenc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c index b0ee8a2..cbf4cd5 100644 --- a/libavcodec/dnxhdenc.c +++ b/libavcodec/dnxhdenc.c @@

Re: [FFmpeg-devel] [PATCH] Bonk decoder and demuxer

2016-08-03 Thread Piotr Bandurski
Hi, > > > > > On 5/5/16, Piotr Bandurski wrote: > > > >> > > > > > > > > Improved version attached. > > > >> > > > > > > >> > > > I found another bug, this time in lossy mode - the file encoded > > > >> > > > as > > > >> > > > "joint stereo" decodes after a few seconds into noise: > > > >> > > >

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Kieran O Leary
Hi On 3 Aug 2016 6:58 p.m., "Michael Niedermayer" wrote: > > Hi all > > we need ideas for Outreachy, the page is EMPTY: > https://trac.ffmpeg.org/wiki/SponsoringPrograms/Outreachy/2016-12 > How about EBU-STL subtitle decoding? It's currently unsupported. It's a non text based subtitle format t

[FFmpeg-devel] [PATCH] avcodec: don't include vdpau_compat.h when vdpau is not enabled

2016-08-03 Thread James Almer
This removes unnecessary header dependencies. Signed-off-by: James Almer --- libavcodec/h263dec.c | 6 -- libavcodec/h264_picture.c | 12 ++-- libavcodec/h264dec.c | 13 +++-- libavcodec/mpeg12dec.c| 7 --- libavcodec/vc1dec.c | 7 --- 5 files c

Re: [FFmpeg-devel] [PATCH 1/2] v3 - SCTE extraction from mpegts

2016-08-03 Thread Carl Eugen Hoyos
2016-08-03 21:36 GMT+02:00 Carlos Fernandez Sanz : > From: Carlos > - > -} else { > +} else if (tss->type == MPEGTS_PES) { > int ret; > // Note: The position here points actually behind the current packet. > -if (tss->type == MPEGTS_PES) { > -if ((ret

Re: [FFmpeg-devel] [PATCH] avcodec: don't include vdpau_compat.h when vdpau is not enabled

2016-08-03 Thread Carl Eugen Hoyos
Hi! 2016-08-04 0:33 GMT+02:00 James Almer : > This removes unnecessary header dependencies. Why is this an advantage? > 5 files changed, 25 insertions(+), 20 deletions(-) This doesn't imply a simplification... Carl Eugen ___ ffmpeg-devel mailing lis

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Michael Niedermayer
On Wed, Aug 03, 2016 at 07:46:26PM +, Timothy Gu wrote: > On Wed, Aug 3, 2016 at 12:36 PM Michael Niedermayer > wrote: > > > what about writing guides/howtos about how to build/replace FFmpeg > > on all kinds of hw > > > > That's the responsibility of the HW vendor. > > > > i mean everythi

Re: [FFmpeg-devel] [PATCH] avcodec: don't include vdpau_compat.h when vdpau is not enabled

2016-08-03 Thread James Almer
On 8/3/2016 7:59 PM, Carl Eugen Hoyos wrote: > Hi! > > 2016-08-04 0:33 GMT+02:00 James Almer : >> This removes unnecessary header dependencies. > > Why is this an advantage? h263, vc1 and mpeg decoder were pointlessly pulling the entire set of h264 headers because of it. > >> 5 files changed,

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Ronald S. Bultje
Hi, On Wed, Aug 3, 2016 at 1:57 PM, Michael Niedermayer wrote: > Hi all > > Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote: > > Hi all > > > > you have a great idea for a Outreachy task or a GSoC task ? > > Or something you always wanted to do but never had the time and > > it

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Ronald S. Bultje
Hi, On Wed, Aug 3, 2016 at 7:48 PM, Ronald S. Bultje wrote: > Hi, > > On Wed, Aug 3, 2016 at 1:57 PM, Michael Niedermayer < > mich...@niedermayer.cc> wrote: > >> Hi all >> >> Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote: >> > Hi all >> > >> > you have a great idea for a Outre

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Ronald S. Bultje
Hi, On Wed, Aug 3, 2016 at 7:48 PM, Ronald S. Bultje wrote: > Hi, > > On Wed, Aug 3, 2016 at 1:57 PM, Michael Niedermayer < > mich...@niedermayer.cc> wrote: > >> Hi all >> >> Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote: >> > Hi all >> > >> > you have a great idea for a Outre

Re: [FFmpeg-devel] [PATCH] avcodec: don't include vdpau_compat.h when vdpau is not enabled

2016-08-03 Thread James Almer
On 8/3/2016 8:35 PM, James Almer wrote: > On 8/3/2016 7:59 PM, Carl Eugen Hoyos wrote: >> Hi! >> >> 2016-08-04 0:33 GMT+02:00 James Almer : >>> This removes unnecessary header dependencies. >> >> Why is this an advantage? > > h263, vc1 and mpeg decoder were pointlessly pulling the entire set > of

Re: [FFmpeg-devel] [PATCH] tests/fate/dnxhd: add dnxhr mov tests

2016-08-03 Thread Michael Niedermayer
On Wed, Aug 03, 2016 at 02:06:21PM -0700, Mark Reid wrote: > --- > tests/fate/vcodec.mak| 18 +- > tests/ref/vsynth/vsynth1-dnxhd-hr-hq-mov | 4 > tests/ref/vsynth/vsynth1-dnxhd-hr-lb-mov | 4 > tests/ref/vsynth/vsynth1-dnxhd-hr-sq-mov