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 : > >> On Aug 12, 2014 6:43 PM, "highgod0401" 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 >

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 wrote: > 2014-08-13 9:45 GMT+08:00 Timothy Gu : > >> On Aug 12, 2014 6:43 PM, "highgod0401" 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

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 wrote: > On Wed, Aug 27, 2014 at 06:17:36PM -0700, Timothy Gu wrote: >> Michael Niedermayer writes: >> >> > >> > ffmpeg | branch: master | Michael Niedermayer | Wed Aug >> > 27 23:53:53 2014 +0200| >> > [e6516944a3d504f208911033b31afedb3d4272

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 : > On Aug 12, 2014 6:43 PM, "highgod0401" 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 according your suggestion. Thanks

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

2014-08-27 Thread Michael Niedermayer
On Wed, Aug 27, 2014 at 05:21:18PM -0800, Lou Logan wrote: > On Tue, 26 Aug 2014 13:41:42 +0200, Michael Niedermayer wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > tests/Makefile |5 - > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > diff --git a/tests/Makefile b/

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 writes: > > > > > ffmpeg | branch: master | Michael Niedermayer | Wed Aug > > 27 23:53:53 2014 +0200| > > [e6516944a3d504f208911033b31afedb3d427267] | committer: Michael Niedermayer > > > > avformat/rtpdec_asf: fi

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

2014-08-27 Thread Michael Niedermayer
On Wed, Aug 27, 2014 at 09:21:00PM -0400, compn wrote: > On Wed, 27 Aug 2014 23:47:59 +0200 > Clément Bœsch 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 b

Re: [FFmpeg-devel] [PATCH] Adds support for setting aq_mode in libvpx encoder

2014-08-27 Thread James Almer
On 27/08/14 11:00 PM, James Zern wrote: > On Tue, Aug 26, 2014 at 12:18 PM, James Almer wrote: >> On 25/08/14 9:17 PM, Deb Mukherjee wrote: >>> Sets aq_mode in the [0, 3] range for the libvpx encode wrapper. >>> 0: none >>> 1: variance aq >>> 2: complexity aq >>> 3: cyclic refresh aq >>> --- >>>

Re: [FFmpeg-devel] [PATCH] Adds support for constant quality mode in VP9.

2014-08-27 Thread James Zern
On Wed, Aug 27, 2014 at 1:04 PM, Deb Mukherjee wrote: > Changes in the parameter mapping for libvpx to support the constant > quality mode in VP9. The assumption in the patch is that if crf is > provided but bitrate is 0, then the 'constant quality' mode of VP9 > is used. However if both are prese

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 > --- > 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 > +++ b/tests/Makefil

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 > --- > 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] [RFC] Bug bounties

2014-08-27 Thread compn
On Wed, 27 Aug 2014 23:47:59 +0200 Clément Bœsch 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] [FFmpeg-cvslog] avformat/rtpdec_asf: fix compiler warning about const qualifier being discarded

2014-08-27 Thread Timothy Gu
Michael Niedermayer writes: > > ffmpeg | branch: master | Michael Niedermayer | Wed Aug 27 > 23:53:53 2014 +0200| > [e6516944a3d504f208911033b31afedb3d427267] | committer: Michael Niedermayer > > avformat/rtpdec_asf: fix compiler warning about const qualifier being > discarded > > Signed-off-by

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)

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

2014-08-27 Thread Michael Niedermayer
On Wed, Aug 27, 2014 at 11:47:59PM +0200, Clément Bœsch 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

Re: [FFmpeg-devel] [PATCH] Replace incorrect use of "multiply" with "multiple"

2014-08-27 Thread Lou Logan
On Wed, 27 Aug 2014 22:39:29 +0200, James Darnley wrote: > Also replace the plural form "multiplies" with "multiples". > --- > > This drops the addition of the apostrophe from my earlier patch. > > doc/fftools-common-opts.texi |2 +- > libavcodec/dirac.c |2 +- > libavcodec/mp

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

2014-08-27 Thread Michael Niedermayer
On Wed, Aug 27, 2014 at 03:00:45PM -0700, Alex Sukhanov wrote: > On Wed, Aug 27, 2014 at 2:47 PM, Clément Bœsch 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 ever

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 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 fir

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

2014-08-27 Thread Clément Bœsch
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 first 20 claims so its limited > to 1000 USD max expenses for us (for

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 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

Re: [FFmpeg-devel] [PATCH] delete the old segment file from hls list

2014-08-27 Thread Anshul
On August 22, 2014 8:01:20 AM IST, Steven Liu wrote: >repost new patch: > >when update the hls m3u8 list, the old file is not unlinked >this patch can do this operation >delete the old ts segment which not show in m3u8, >use hls_sync_list. > >Signed-off-by: Steven Liu >--- > libavformat/hlsenc.c

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

2014-08-27 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- 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 @@ static int ico_che

[FFmpeg-devel] [PATCH] Replace incorrect use of "multiply" with "multiple"

2014-08-27 Thread James Darnley
Also replace the plural form "multiplies" with "multiples". --- This drops the addition of the apostrophe from my earlier patch. doc/fftools-common-opts.texi |2 +- libavcodec/dirac.c |2 +- libavcodec/mpeg12enc.c |2 +- libavcodec/msvideo1enc.c |2 +- libavut

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 > 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 so I will send

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 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 > +++ b/libavutil/frame.h > @@ -162,

[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,

[FFmpeg-devel] [PATCH] Adds support for constant quality mode in VP9.

2014-08-27 Thread Deb Mukherjee
Changes in the parameter mapping for libvpx to support the constant quality mode in VP9. The assumption in the patch is that if crf is provided but bitrate is 0, then the 'constant quality' mode of VP9 is used. However if both are present, the 'constrained quality' mode is used as before. --- liba

[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 b

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 wrote: >> On 27/08/14 2:37 PM, Pascal Massimino wrote: >>> Hi, >>> >>> >>> On Wed, Aug 27, 2014 at 10:06 AM, Michael Niedermayer >>> wrote: >>> On Wed, Aug 27, 2014 at 12:57:47AM -0300, James Almer wrote:

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 wrote: > Reimar Döffinger 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

Re: [FFmpeg-devel] [PATCH] swr: aarch64 audio_convert and neon clobber test

2014-08-27 Thread Michael Niedermayer
On Sun, Aug 24, 2014 at 07:42:13PM +0200, Michael Niedermayer wrote: > Ported from avresample > Code by: Mans Rullgard, Janne Grunau, Martin Storsjo > > Signed-off-by: Michael Niedermayer > --- > libswresample/aarch64/Makefile |5 + > libswresample/aarch64/audio_convert_init.c |

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 > wrote: > > On Tue, Aug 26, 2014 at 04:13:52PM -0700, Timothy Gu wrote: > >> Signed-off-by: Timothy Gu > >> --- > >> libavdevice/bktr.c | 2 +- > >> 1 file changed, 1 insertion(+

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 > 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. >> > > I

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

2014-08-27 Thread Pascal Massimino
Hi, On Wed, Aug 27, 2014 at 10:06 AM, Michael Niedermayer 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. > It's rather 0x0203. The patch that introduced WebPMemoryWriterCle

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 wrote: > On Tue, Aug 26, 2014 at 04:13:52PM -0700, Timothy Gu wrote: >> Signed-off-by: Timothy Gu >> --- >> libavdevice/bktr.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > applied > > thanks Can you also backport to release b

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

2014-08-27 Thread Michael Niedermayer
On Tue, Aug 26, 2014 at 04:13:52PM -0700, Timothy Gu wrote: > Signed-off-by: Timothy Gu > --- > libavdevice/bktr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The greatest way to live

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 > --- > Untested. Latest stable libwebp release (0.4.1) is still 0x0202. probably ok [...] -- Michael

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

2014-08-27 Thread James Almer
On 27/08/14 12:07 PM, Michael Niedermayer wrote: > 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 >> --- >> This is more a workaround than a "fix"

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 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. http://www.datafilehost.com/d/2bb62649

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 > --- > This is more a workaround than a "fix" to the issue, with the intent of > not aborting the ent

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

2014-08-27 Thread Carl Eugen Hoyos
Reimar Döffinger 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 colourspaces would be remo

Re: [FFmpeg-devel] OpenEXR update and question

2014-08-27 Thread Carl Eugen Hoyos
Gonzalo Garramuno 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 http://ffmpeg.org/mailman/lis

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

2014-08-27 Thread Carl Eugen Hoyos
Michael Niedermayer 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 tests/data (?) and

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 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 wrote: > > > On Sun, Aug 24, 2014 at 08:20:19PM +0200, Michael Niedermayer wrote: > > > > On Sun, Aug 24, 2014 a

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 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 7:13 AM, Clément Bœsch 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, 2014 at 02:11:26PM -0300, James Almer wrote: > > > > On 13/08/14 1:52 PM, Reim

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 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 using AC3 aud

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. Bultj