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

2014-12-11 Thread Paul B Mahol
On 12/11/14, Lou Logan l...@lrcd.com 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 one...@gmail.com --- doc/filters.texi | 41 +++ libavfilter/Makefile |

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 one...@gmail.com --- 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 one...@gmail.com --- doc/filters.texi | 41 +++ libavfilter/Makefile | 1 + libavfilter/allfilters.c |

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 arwaarif1...@gmail.com Date: Sun, 7 Dec 2014 18:56:46 +0530 Subject: [PATCH] lavfi: USPP Filter --- doc/filters.texi

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 arwaarif1...@gmail.com Date: Sun, 7 Dec 2014 18:56:46 +0530 Subject: [PATCH] lavfi: USPP Filter --- configure|1 +

[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 michae...@gmx.at --- 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 +++

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 michae...@gmx.at --- 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: 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 michae...@gmx.at --- 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 michae...@gmx.at --- 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 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

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

2014-12-11 Thread Lou Logan
And fix a few nits. Signed-off-by: Lou Logan l...@lrcd.com --- 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 ---

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 nfx...@googlemail.com wrote: On Tue, 9 Dec 2014 21:33:41 +0100 Reimar Döffinger reimar.doeffin...@gmx.de wrote: On Tue, Dec 09, 2014 at 12:59:24PM +, Vittorio Giovara wrote: On

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 nfx...@googlemail.com wrote: On Wed, 10 Dec 2014 03:38:03 +0100 Lukasz Marek lukasz.m.lu...@gmail.com wrote: W dniu środa, 10 grudnia 2014 Vittorio Giovara vittorio.giov...@gmail.com

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

2014-12-11 Thread Carl Eugen Hoyos
arwa arif arwaarif1994 at 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

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 arwaarif1...@gmail.com Date: Fri, 12 Dec 2014 11:14:26 +0530 Subject: [PATCH] Delete mp=uspp ---

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 arwaarif1...@gmail.com 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