Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-27 Thread Clément Bœsch
On Sun, Aug 24, 2014 at 08:20:19PM +0200, Michael Niedermayer wrote: On Sun, Aug 24, 2014 at 07:37:59PM +0200, Clément Bœsch wrote: On Wed, Aug 13, 2014 at 02:11:26PM -0300, James Almer wrote: On 13/08/14 1:52 PM, Reimar Döffinger wrote: On 13.08.2014, at 12:48, Ronald S. Bultje

Re: [FFmpeg-devel] [PATCH] Improved AC3 decoder level support (heavy drc, dialnorm)

2014-08-27 Thread Michael Niedermayer
On Tue, Aug 26, 2014 at 09:35:53PM -0400, Jean-Francois Thibert wrote: On Tue, Aug 26, 2014 at 7:40 PM, Michael Niedermayer michae...@gmx.at wrote: do you have a testcase/sample to test this ? I don't have any specific sample but this can be tested with any broadcast or most disc source

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-27 Thread Michael Niedermayer
On Wed, Aug 27, 2014 at 09:32:20AM -0400, Ronald S. Bultje wrote: Hi, On Wed, Aug 27, 2014 at 7:13 AM, Clément Bœsch u...@pkh.me wrote: On Sun, Aug 24, 2014 at 08:20:19PM +0200, Michael Niedermayer wrote: On Sun, Aug 24, 2014 at 07:37:59PM +0200, Clément Bœsch wrote: On Wed, Aug 13,

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-27 Thread Ronald S. Bultje
Hi, On Wed, Aug 27, 2014 at 9:48 AM, Michael Niedermayer michae...@gmx.at wrote: On Wed, Aug 27, 2014 at 09:32:20AM -0400, Ronald S. Bultje wrote: On Wed, Aug 27, 2014 at 7:13 AM, Clément Bœsch u...@pkh.me wrote: On Sun, Aug 24, 2014 at 08:20:19PM +0200, Michael Niedermayer wrote: On

Re: [FFmpeg-devel] [PATCH] tests: switch to a test image that is under public domain

2014-08-27 Thread Carl Eugen Hoyos
Michael Niedermayer michaelni at gmx.at writes: tests/lena.pnm | 109 - My suggestion would be to only remove it from the release branche(s). If necessary, the tests can be changed so that they copy lena from the fate-suite or from the tests directory to

Re: [FFmpeg-devel] OpenEXR update and question

2014-08-27 Thread Carl Eugen Hoyos
Gonzalo Garramuno ggarra13 at gmail.com writes: I am asking here if my reasoning is correct and what would the best approach be. Please provide a failing sample. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH]Fix pnm encoding with bpc set

2014-08-27 Thread Carl Eugen Hoyos
Reimar Döffinger Reimar.Doeffinger at gmx.de writes: Currently no relevant codecs use 12 bits, which is the reason why 9 and 10 bits exist as separate formats while 12 bits does not. Do you believe that x264 code would have to be less efficient than it is now if the 9 and 10 bit

Re: [FFmpeg-devel] [PATCH] lavf/mp3enc: don't abort if audio packets can't be buffered

2014-08-27 Thread Michael Niedermayer
On Tue, Aug 26, 2014 at 09:36:38PM -0300, James Almer wrote: Instead skip the picture streams and flush the queued audio packets. Should address ticket #3851. Signed-off-by: James Almer jamr...@gmail.com --- This is more a workaround than a fix to the issue, with the intent of not

Re: [FFmpeg-devel] OpenEXR update and question

2014-08-27 Thread Gonzalo Garramuno
On 27/08/14 11:38, Carl Eugen Hoyos wrote: Gonzalo Garramuno ggarra13 at gmail.com writes: I am asking here if my reasoning is correct and what would the best approach be. Please provide a failing sample. I've uploaded the sample Tree image compressed with dwaa.

Re: [FFmpeg-devel] [PATCH] lavc/libwebpenc: use WebPMemoryWriterClear()

2014-08-27 Thread Michael Niedermayer
On Wed, Aug 27, 2014 at 12:57:47AM -0300, James Almer wrote: WebPMemoryWriterClear() must be used instead of free() when libwebp ABI version is 0x0202. Signed-off-by: James Almer jamr...@gmail.com --- Untested. Latest stable libwebp release (0.4.1) is still 0x0202. probably ok [...] --

Re: [FFmpeg-devel] [PATCH] bktr: Fix Fabrice's name

2014-08-27 Thread Timothy Gu
On Wed, Aug 27, 2014 at 10:18 AM, Michael Niedermayer michae...@gmx.at wrote: On Tue, Aug 26, 2014 at 04:13:52PM -0700, Timothy Gu wrote: Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavdevice/bktr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks Can you

Re: [FFmpeg-devel] [PATCH] lavc/libwebpenc: use WebPMemoryWriterClear()

2014-08-27 Thread James Almer
On 27/08/14 2:37 PM, Pascal Massimino wrote: Hi, On Wed, Aug 27, 2014 at 10:06 AM, Michael Niedermayer michae...@gmx.at wrote: On Wed, Aug 27, 2014 at 12:57:47AM -0300, James Almer wrote: WebPMemoryWriterClear() must be used instead of free() when libwebp ABI version is 0x0202.

Re: [FFmpeg-devel] [PATCH] bktr: Fix Fabrice's name

2014-08-27 Thread Michael Niedermayer
On Wed, Aug 27, 2014 at 10:23:15AM -0700, Timothy Gu wrote: On Wed, Aug 27, 2014 at 10:18 AM, Michael Niedermayer michae...@gmx.at wrote: On Tue, Aug 26, 2014 at 04:13:52PM -0700, Timothy Gu wrote: Signed-off-by: Timothy Gu timothyg...@gmail.com --- libavdevice/bktr.c | 2 +- 1 file

Re: [FFmpeg-devel] [PATCH]Fix pnm encoding with bpc set

2014-08-27 Thread Reimar Döffinger
On 27.08.2014, at 16:41, Carl Eugen Hoyos ceho...@ag.or.at wrote: Reimar Döffinger Reimar.Doeffinger at gmx.de writes: Currently no relevant codecs use 12 bits, which is the reason why 9 and 10 bits exist as separate formats while 12 bits does not. Do you believe that x264 code would

Re: [FFmpeg-devel] [PATCH] lavc/libwebpenc: use WebPMemoryWriterClear()

2014-08-27 Thread James Almer
On 27/08/14 2:55 PM, James Zern wrote: On Wed, Aug 27, 2014 at 10:49 AM, James Almer jamr...@gmail.com wrote: On 27/08/14 2:37 PM, Pascal Massimino wrote: Hi, On Wed, Aug 27, 2014 at 10:06 AM, Michael Niedermayer michae...@gmx.at wrote: On Wed, Aug 27, 2014 at 12:57:47AM -0300, James

[FFmpeg-devel] [PATCH] lavu/frame: minor correction of language in comment about linesize

2014-08-27 Thread James Darnley
--- libavutil/frame.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavutil/frame.h b/libavutil/frame.h index 2391d3e..d6d017c 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -162,7 +162,7 @@ typedef struct AVFrame { * For audio, only linesize[0] may

[FFmpeg-devel] [RFC] Bug bounties

2014-08-27 Thread Michael Niedermayer
Hi all I was thinking about if we should put an automatic 50 USD bounty on every bug thats open since more than 12 month on trac, and limited to the first 20 claims so its limited to 1000 USD max expenses for us (for now) (also limited to real unique bugs of course) The intend would be two fold,

Re: [FFmpeg-devel] [PATCH] lavu/frame: minor correction of language in comment about linesize

2014-08-27 Thread Timothy Gu
On Wed, Aug 27, 2014 at 12:38 PM, James Darnley james.darn...@gmail.com wrote: --- libavutil/frame.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) OK diff --git a/libavutil/frame.h b/libavutil/frame.h index 2391d3e..d6d017c 100644 --- a/libavutil/frame.h +++

Re: [FFmpeg-devel] [PATCH] lavu/frame: minor correction of language in comment about linesize

2014-08-27 Thread James Darnley
On 2014-08-27 22:18, Timothy Gu wrote: On Wed, Aug 27, 2014 at 12:38 PM, James Darnley james.darn...@gmail.com wrote: --- libavutil/frame.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) OK Thanks but don't apply this patch just yet. Similar typos were highlighted on IRC

[FFmpeg-devel] [PATCH] avformat/icoenc: Remove deprecated use of codec_name

2014-08-27 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/icoenc.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/icoenc.c b/libavformat/icoenc.c index dcf9065..53d4420 100644 --- a/libavformat/icoenc.c +++ b/libavformat/icoenc.c @@ -61,7 +61,8 @@

Re: [FFmpeg-devel] [RFC] Bug bounties

2014-08-27 Thread Ronald S. Bultje
Hi, On Wed, Aug 27, 2014 at 4:16 PM, Michael Niedermayer michae...@gmx.at wrote: Hi all I was thinking about if we should put an automatic 50 USD bounty on every bug thats open since more than 12 month on trac, and limited to the first 20 claims so its limited to 1000 USD max expenses for

Re: [FFmpeg-devel] [RFC] Bug bounties

2014-08-27 Thread Alex Sukhanov
On Wed, Aug 27, 2014 at 2:47 PM, Clément Bœsch u...@pkh.me wrote: On Wed, Aug 27, 2014 at 10:16:12PM +0200, Michael Niedermayer wrote: Hi all I was thinking about if we should put an automatic 50 USD bounty on every bug thats open since more than 12 month on trac, and limited to the

Re: [FFmpeg-devel] [RFC] Bug bounties

2014-08-27 Thread Lou Logan
On Wed, 27 Aug 2014 22:16:12 +0200, Michael Niedermayer wrote: Hi all I was thinking about if we should put an automatic 50 USD bounty on every bug thats open since more than 12 month on trac, and limited to the first 20 claims so its limited to 1000 USD max expenses for us (for now) We

Re: [FFmpeg-devel] [PATCH] tests: Download lena.pnm if its missing from the source tree

2014-08-27 Thread Lou Logan
On Tue, 26 Aug 2014 13:41:42 +0200, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer michae...@gmx.at --- tests/Makefile |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 07557f9..2f095df 100644 ---

Re: [FFmpeg-devel] [PATCH] tests: Download lena.pnm if its missing from the source tree

2014-08-27 Thread James Almer
On 26/08/14 8:41 AM, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer michae...@gmx.at --- tests/Makefile |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 07557f9..2f095df 100644 --- a/tests/Makefile +++

Re: [FFmpeg-devel] [FFmpeg-cvslog] avformat/rtpdec_asf: fix compiler warning about const qualifier being discarded

2014-08-27 Thread Michael Niedermayer
On Wed, Aug 27, 2014 at 06:17:36PM -0700, Timothy Gu wrote: Michael Niedermayer g...@videolan.org writes: ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Aug 27 23:53:53 2014 +0200| [e6516944a3d504f208911033b31afedb3d427267] | committer: Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-27 Thread Wei Gao
2014-08-13 9:45 GMT+08:00 Timothy Gu timothyg...@gmail.com: On Aug 12, 2014 6:43 PM, highgod0401 highgod0...@gmail.com wrote: Hi Warning is OK for me. Do you plan to change the API? Hi Sorry for the late reply, could you tell me more details? How to change it? I will change it

Re: [FFmpeg-devel] [FFmpeg-cvslog] avformat/rtpdec_asf: fix compiler warning about const qualifier being discarded

2014-08-27 Thread Timothy Gu
On Wed, Aug 27, 2014 at 7:28 PM, Michael Niedermayer michae...@gmx.at wrote: On Wed, Aug 27, 2014 at 06:17:36PM -0700, Timothy Gu wrote: Michael Niedermayer g...@videolan.org writes: ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Aug 27 23:53:53 2014 +0200|

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-27 Thread Timothy Gu
On Wed, Aug 27, 2014 at 7:53 PM, Wei Gao highgod0...@gmail.com wrote: 2014-08-13 9:45 GMT+08:00 Timothy Gu timothyg...@gmail.com: On Aug 12, 2014 6:43 PM, highgod0401 highgod0...@gmail.com wrote: Hi Warning is OK for me. Do you plan to change the API? Hi Sorry for the late reply,

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-27 Thread James Almer
On 27/08/14 11:53 PM, Wei Gao wrote: 2014-08-13 9:45 GMT+08:00 Timothy Gu timothyg...@gmail.com: On Aug 12, 2014 6:43 PM, highgod0401 highgod0...@gmail.com wrote: Hi Warning is OK for me. Do you plan to change the API? Hi Sorry for the late reply, could you tell me more details?