[FFmpeg-devel] [PATCH]Fix leak reading invalid mxf files

2014-12-10 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #4173 for me. To be split in two parts. Please comment, Carl Eugen diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 6c104b9..3cf2bd4 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -282,6 +282,38 @@ static const uint8_t mxf_sony_mpeg4_

Re: [FFmpeg-devel] [PATCH]Allow mov muxing without the ac3 parser

2014-12-10 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > A user reported a regression that the mov muxer does not work anymore > > if you fear Dolby codecs. > > Attached patch reverts 8091fe30 and fixes the issue differently. > LGTM The patch was merged. Thank you, Carl Eugen

Re: [FFmpeg-devel] [PATCH]Slightly improve configure --help output

2014-12-10 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > > > + --enable-gnutls enable gnutls, needed for https support [no] > > > > or openssl > > also same change for the opessl option is missing > > New patch attached. The new patch was merged. Thank you, Carl Eugen __

Re: [FFmpeg-devel] [PATCH]Fix standalone compilation of the iec61883 input device.

2014-12-10 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Attached patch fixes standalone compilation of the iec61883 input device. This patch was applied, thanks to Clement for providing the testing infrastructure! Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-10 Thread Stefano Sabatini
On date Wednesday 2014-12-10 11:59:02 +0530, arwa arif encoded: [...] Drop all unrelevant stuff when you reply, so we don't have to scroll down and we save bandwidth. > From 660219e8210b537d7af5bdd270e85facaefe16c9 Mon Sep 17 00:00:00 2001 > From: Arwa Arif > Date: Sun, 7 Dec 2014 18:56:46 +0530

Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-10 Thread wm4
On Wed, 10 Dec 2014 03:38:03 +0100 Lukasz Marek wrote: > W dniu środa, 10 grudnia 2014 Vittorio Giovara > napisał(a): > > > On Tue, Dec 9, 2014 at 10:17 PM, wm4 > > > wrote: > > > On Tue, 9 Dec 2014 14:10:22 +0100 > > > Michael Niedermayer > wrote: > > > > > >> TODO: bump version, update APICh

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-10 Thread Michael Niedermayer
On Wed, Dec 10, 2014 at 01:25:48PM +0100, Stefano Sabatini wrote: [...] > Also please have a look at ticket: > https://trac.ffmpeg.org/ticket/4174 IIRC arwa has already fixed this issue, that is the new uspp doesnt have this bug [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611

[FFmpeg-devel] [PATCH] lavfi: add colorlevels filter

2014-12-10 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 41 +++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_colorlevels.c | 254 +++ 4 files changed, 297 insertions(+) create mode 100644 libavfilte

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: added segment file deletion

2014-12-10 Thread Christian Suloway
On 12/9/14, 7:44 PM, "Michael Niedermayer" wrote: >On Mon, Dec 08, 2014 at 10:25:05AM -0600, Christian Suloway wrote: >> This option flag deletes segment files removed from the playlist after a >> period of time equal to the duration of the segment plus the duration of >> the playlist. > >can you

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-10 Thread arwa arif
Updated the patch. From 4683bd42a8148ec23c47de748adcf705c7aa9415 Mon Sep 17 00:00:00 2001 From: Arwa Arif Date: Sun, 7 Dec 2014 18:56:46 +0530 Subject: [PATCH] lavfi: USPP Filter --- doc/filters.texi | 25 +++ libavfilter/Makefile |1 + libavfilter/allfilters.c |1 + libavf

Re: [FFmpeg-devel] [PATCH] lavfi: add tdiff filter

2014-12-10 Thread Clément Bœsch
Oups, sorry about the delay, I forgot that one. On Thu, Dec 04, 2014 at 12:36:43PM +0100, Stefano Sabatini wrote: > On date Sunday 2014-11-23 14:57:41 +0100, Clément Bœsch encoded: > > On Sun, Nov 23, 2014 at 02:50:51PM +0100, Stefano Sabatini wrote: > > > On date Sunday 2014-11-23 02:01:16 +0100,

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-10 Thread Michael Niedermayer
On Wed, Dec 10, 2014 at 11:31:56PM +0530, arwa arif wrote: > Updated the patch. > doc/filters.texi | 25 ++ > libavfilter/Makefile |1 > libavfilter/allfilters.c |1 > libavfilter/vf_uspp.c| 491 > +++ > 4 files changed, 51

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: added segment file deletion

2014-12-10 Thread Michael Niedermayer
On Wed, Dec 10, 2014 at 03:31:00PM +, Christian Suloway wrote: > On 12/9/14, 7:44 PM, "Michael Niedermayer" wrote: > > >On Mon, Dec 08, 2014 at 10:25:05AM -0600, Christian Suloway wrote: > >> This option flag deletes segment files removed from the playlist after a > >> period of time equal to

Re: [FFmpeg-devel] [PATCH] Add NVENC encoder

2014-12-10 Thread Michael Niedermayer
On Sat, Nov 29, 2014 at 10:29:50AM -0800, Philip Langdale wrote: > On Sat, 29 Nov 2014 19:00:02 +0100 > Timo Rothenpieler wrote: > > > > does supporting these additional features need the extra complexity > > > that the nvidia version has ? > > > or could these features be added into your version

Re: [FFmpeg-devel] [PATCH 3/6] h264_changesps_bsf: import code

2014-12-10 Thread Michael Niedermayer
On Sun, Nov 30, 2014 at 12:13:24PM +0100, Christophe Gisquet wrote: > 2014-11-30 1:45 GMT+01:00 Christophe Gisquet : > > From: Zongyi Zhou > > Squashed and updated patch attached. > Makefile |1 > allcodecs.c |1 > h264_changesps_bsf.c | 604 > ++

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-10 Thread Carl Eugen Hoyos
arwa arif gmail.com> writes: > +#define MAX_LEVEL 8 /* quality levels */ Assuming that ticket #3596 is still reproducible with your patch: Should this be reduced to 7? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.or

Re: [FFmpeg-devel] [PATCH] Add NVENC encoder

2014-12-10 Thread Philip Langdale
On 2014-12-10 15:17, Michael Niedermayer wrote: On Sat, Nov 29, 2014 at 10:29:50AM -0800, Philip Langdale wrote: [...] Hopefully, they will respond positively on Monday and will get engaged here, and sort out their licensing so that we can all work on a single implementation. monday passed lon

Re: [FFmpeg-devel] [PATCH] Add NVENC encoder

2014-12-10 Thread Michael Niedermayer
On Wed, Dec 10, 2014 at 03:37:27PM -0800, Philip Langdale wrote: > On 2014-12-10 15:17, Michael Niedermayer wrote: > >On Sat, Nov 29, 2014 at 10:29:50AM -0800, Philip Langdale wrote: > >>[...] > >>Hopefully, they will respond positively on Monday and will get engaged > >>here, and sort out their li

Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-10 Thread Vittorio Giovara
On Wed, Dec 10, 2014 at 1:23 PM, wm4 wrote: > On Wed, 10 Dec 2014 03:38:03 +0100 > Lukasz Marek wrote: > >> W dniu środa, 10 grudnia 2014 Vittorio Giovara >> napisał(a): >> >> > On Tue, Dec 9, 2014 at 10:17 PM, wm4 > >> > wrote: >> > > On Tue, 9 Dec 2014 14:10:22 +0100 >> > > Michael Niedermaye

Re: [FFmpeg-devel] [PATCH] avformat/mov: Disable XMP metadata by default

2014-12-10 Thread Vittorio Giovara
On Tue, Dec 9, 2014 at 10:15 PM, wm4 wrote: > On Tue, 9 Dec 2014 21:33:41 +0100 > Reimar Döffinger wrote: > >> On Tue, Dec 09, 2014 at 12:59:24PM +, Vittorio Giovara wrote: >> > On Tue, Dec 9, 2014 at 8:04 AM, wm4 wrote: >> > > On Tue, 9 Dec 2014 02:57:01 +0100 >> > > Michael Niedermayer w

[FFmpeg-devel] [PATCH] avcodec/nvenc: disable on cygwin to avoid _WIN32 definition hack

2014-12-10 Thread Michael Niedermayer
Suggested-by: jamrial Signed-off-by: Michael Niedermayer --- libavcodec/nvenc.c |1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index dc14594..7e5e34e 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -27,6 +27,7 @@ /* NVENC API is stdca

Re: [FFmpeg-devel] [PATCHv2] doc: add loglevel numerical values

2014-12-10 Thread Lou Logan
On Tue, 9 Dec 2014 10:18:13 -0900, Lou Logan wrote: > On Sat, 6 Dec 2014 09:44:17 +0100, Clément Bœsch wrote: > > > If it's an alias, @item quiet, -8 > > Patch updated I pushed this. Thanks for taking a look. ___ ffmpeg-devel mailing list ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: disable on cygwin to avoid _WIN32 definition hack

2014-12-10 Thread James Almer
On 10/12/14 10:42 PM, Michael Niedermayer wrote: > Suggested-by: jamrial > Signed-off-by: Michael Niedermayer > --- > libavcodec/nvenc.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c > index dc14594..7e5e34e 100644 > --- a/libavcodec/nvenc.c

Re: [FFmpeg-devel] [PATCH] lavfi: add colorlevels filter

2014-12-10 Thread Lou Logan
Nice. A user was asking for this recently (can't remember where). On Wed, 10 Dec 2014 14:26:51 +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 41 +++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilt

[FFmpeg-devel] [PATCH] configure: do not allow nvenc to be build on cygwin to avoid _WIN32 definition hack

2014-12-10 Thread Michael Niedermayer
Suggested-by: jamrial Signed-off-by: Michael Niedermayer --- configure |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index e6257ca..9d04ee2 100755 --- a/configure +++ b/configure @@ -4934,7 +4934,8 @@ enabled libxavs && require libxavs xa

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: disable on cygwin to avoid _WIN32 definition hack

2014-12-10 Thread Michael Niedermayer
On Wed, Dec 10, 2014 at 11:08:43PM -0300, James Almer wrote: > On 10/12/14 10:42 PM, Michael Niedermayer wrote: > > Suggested-by: jamrial > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/nvenc.c |1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/libavcodec/nvenc.c b/l

Re: [FFmpeg-devel] [PATCH] configure: do not allow nvenc to be build on cygwin to avoid _WIN32 definition hack

2014-12-10 Thread James Almer
On 10/12/14 11:47 PM, Michael Niedermayer wrote: > Suggested-by: jamrial > Signed-off-by: Michael Niedermayer > --- > configure |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/configure b/configure > index e6257ca..9d04ee2 100755 > --- a/configure > +++ b/configure

Re: [FFmpeg-devel] [PATCH] configure: do not allow nvenc to be build on cygwin to avoid _WIN32 definition hack

2014-12-10 Thread Michael Niedermayer
On Thu, Dec 11, 2014 at 12:02:15AM -0300, James Almer wrote: > On 10/12/14 11:47 PM, Michael Niedermayer wrote: > > Suggested-by: jamrial > > Signed-off-by: Michael Niedermayer > > --- > > configure |3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/configure b/c