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

2014-12-11 Thread Paul B Mahol
On 12/10/14, Clement Boesch wrote: > 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, Clement Boesch encoded: >> > On Sun, Nov 23, 2014 at 02:50:51PM +0100, Stefano Sabatini wrote: >>

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

2014-12-11 Thread Paul B Mahol
On 12/11/14, Lou Logan wrote: > 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 + >> libavfi

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

2014-12-11 Thread Clément Bœsch
On Wed, Dec 10, 2014 at 02:26:51PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 41 +++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_colorlevels.c | 254 > +

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

2014-12-11 Thread Michael Niedermayer
On Thu, Dec 11, 2014 at 11:41:42AM +0100, Clément Bœsch wrote: > On Wed, Dec 10, 2014 at 02:26:51PM +, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > doc/filters.texi | 41 +++ > > libavfilter/Makefile | 1 + > > libavfilter/allfilters.c | 1 +

Re: [FFmpeg-devel] [PATCH] avcodec/x86/hevc_mc: fix sse register counts

2014-12-11 Thread Michael Niedermayer
On Wed, Dec 10, 2014 at 08:11:47AM +0100, Michael Niedermayer wrote: > These fix failures of --enable-xmm-clobber-test > > Signed-off-by: Michael Niedermayer > --- > libavcodec/x86/hevc_mc.asm | 28 ++-- > 1 file changed, 14 insertions(+), 14 deletions(-) applied [...

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

2014-12-11 Thread Stefano Sabatini
On date Wednesday 2014-12-10 23:31:56 +0530, arwa arif encoded: > 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

[FFmpeg-devel] [PATCH] avcodec/libutvideoenc: Check avpicture_get_size() return code

2014-12-11 Thread Michael Niedermayer
Fixes CID1257656 Signed-off-by: Michael Niedermayer --- libavcodec/libutvideoenc.cpp |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libavcodec/libutvideoenc.cpp b/libavcodec/libutvideoenc.cpp index 3298e64..a96b126 100644 --- a/libavcodec/libutvideoenc.cpp +++ b/l

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

2014-12-11 Thread arwa arif
I checked the ouput with quality 8, I am getting a broken output. From 65260f8414082340b67ef0667602c53c24ff23e4 Mon Sep 17 00:00:00 2001 From: Arwa Arif Date: Sun, 7 Dec 2014 18:56:46 +0530 Subject: [PATCH] lavfi: USPP Filter --- configure|1 + doc/filters.texi | 25

[FFmpeg-devel] [PATCH] avcodec/libutvideoenc: fix leak of info array on error

2014-12-11 Thread Michael Niedermayer
Fixes CID1257657 Signed-off-by: Michael Niedermayer --- libavcodec/libutvideoenc.cpp |1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/libutvideoenc.cpp b/libavcodec/libutvideoenc.cpp index 3298e64..3deb1c7 100644 --- a/libavcodec/libutvideoenc.cpp +++ b/libavcodec/libutvideoenc.

Re: [FFmpeg-devel] [PATCH] avcodec/libutvideoenc: Check avpicture_get_size() return code

2014-12-11 Thread Derek Buitenhuis
On 12/11/2014 1:09 PM, Michael Niedermayer wrote: > Fixes CID1257656 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/libutvideoenc.cpp |8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) OK. Though I still prefer this file is just removed. - Derek

Re: [FFmpeg-devel] [PATCH] avcodec/libutvideoenc: fix leak of info array on error

2014-12-11 Thread Derek Buitenhuis
On 12/11/2014 2:52 PM, Michael Niedermayer wrote: > Fixes CID1257657 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/libutvideoenc.cpp |1 + > 1 file changed, 1 insertion(+) OK. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.

Re: [FFmpeg-devel] [PATCH] avcodec/libutvideoenc: Check avpicture_get_size() return code

2014-12-11 Thread Michael Niedermayer
On Thu, Dec 11, 2014 at 03:53:02PM +, Derek Buitenhuis wrote: > On 12/11/2014 1:09 PM, Michael Niedermayer wrote: > > Fixes CID1257656 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/libutvideoenc.cpp |8 ++-- > > 1 file changed, 6 insertions(+), 2 deletions(-) > >

Re: [FFmpeg-devel] [PATCH] avcodec/libutvideoenc: fix leak of info array on error

2014-12-11 Thread Michael Niedermayer
On Thu, Dec 11, 2014 at 03:54:26PM +, Derek Buitenhuis wrote: > On 12/11/2014 2:52 PM, Michael Niedermayer wrote: > > Fixes CID1257657 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/libutvideoenc.cpp |1 + > > 1 file changed, 1 insertion(+) > > OK. applied thanks [

[FFmpeg-devel] [PATCH] avformat/hlsenc: added HLS encryption

2014-12-11 Thread Christian Suloway
Added HLS encryption with -hls_key_info_file option. The first line of key_info_file specifies the key URI for the playlist, and the second line specifies the path to the file containing the encryption key. Changes to key_info_file will be reflected in segment encryption along with an entry in the

[FFmpeg-devel] [PATCH] doc: add FFREPORT example

2014-12-11 Thread Lou Logan
And fix a few nits. Signed-off-by: Lou Logan --- doc/fftools-common-opts.texi | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 54d1888..7d52c1a 100644 --- a/doc/fftools-common-opts.texi +++ b

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

2014-12-11 Thread Michael Niedermayer
On Thu, Dec 11, 2014 at 01:22:28AM +, Vittorio Giovara wrote: > 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

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

2014-12-11 Thread Michael Niedermayer
On Thu, Dec 11, 2014 at 06:59:21PM +0530, arwa arif wrote: > I checked the ouput with quality 8, I am getting a broken output. > configure|1 > doc/filters.texi | 25 ++ > libavfilter/Makefile |1 > libavfilter/allfilters.c |1 > libavfilter/vf_uspp.c

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

2014-12-11 Thread Michael Niedermayer
On Thu, Dec 11, 2014 at 01:18:21AM +, Vittorio Giovara wrote: > 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

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

2014-12-11 Thread Carl Eugen Hoyos
arwa arif gmail.com> writes: > I checked the ouput with quality 8, I am getting a broken output. Yes, that's ticket #3596. Congratulation for porting the filter, will you do fspp next? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

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

2014-12-11 Thread arwa arif
Since, fspp is written in assembly language also, I am not very sure if I will be able to do it. From e1168f18aac0d97c7c0a3a55c397f8f2313a0de0 Mon Sep 17 00:00:00 2001 From: Arwa Arif Date: Fri, 12 Dec 2014 11:14:26 +0530 Subject: [PATCH] Delete mp=uspp --- doc/filters.texi |

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

2014-12-11 Thread James Almer
On 12/12/14 2:53 AM, arwa arif wrote: > From e1168f18aac0d97c7c0a3a55c397f8f2313a0de0 Mon Sep 17 00:00:00 2001 > From: Arwa Arif > Date: Fri, 12 Dec 2014 11:14:26 +0530 > Subject: [PATCH] Delete mp=uspp > > --- > doc/filters.texi |1 - > libavfilter/Makefile |

[FFmpeg-devel] [PATCH] avformat: Implement subtitle charenc guessing

2014-12-11 Thread Rodger Combs
This also moves general charenc conversion from avcodec to avformat; the version in avcodec is left, but renamed; I'm not sure if that's the optimal solution. The documentation could probably use some improvements, and a few more options could be added to ENCA. This very simply prefers libguess o

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

2014-12-11 Thread arwa arif
On Fri, Dec 12, 2014 at 11:35 AM, James Almer wrote: > > On 12/12/14 2:53 AM, arwa arif wrote: > > From e1168f18aac0d97c7c0a3a55c397f8f2313a0de0 Mon Sep 17 00:00:00 2001 > > From: Arwa Arif > > Date: Fri, 12 Dec 2014 11:14:26 +0530 > > Subject: [PATCH] Delete mp=uspp > > > > --- > > doc/filters.