Re: [FFmpeg-devel] [PATCH] avcodec[/format]/webpenc: use WebPAnimEncoder API to generate animated WebP

2015-05-21 Thread Michael Niedermayer
On Wed, May 20, 2015 at 01:54:59AM +, Urvang Joshi wrote: > On Thu, May 14, 2015 at 7:21 PM Michael Niedermayer > wrote: > > > On Fri, May 15, 2015 at 01:29:19AM +, Urvang Joshi wrote: > > > On Fri, May 8, 2015 at 8:22 AM Michael Niedermayer > > wrote: > > > > > > > On Thu, May 07, 2015

Re: [FFmpeg-devel] WebP encoder: extract out some methods into a library

2015-05-21 Thread Michael Niedermayer
On Fri, May 22, 2015 at 12:28:48AM +, Urvang Joshi wrote: > On Thu, May 21, 2015 at 4:33 PM Michael Niedermayer > wrote: > > > On Wed, May 20, 2015 at 01:57:36AM +, Urvang Joshi wrote: > > > This is 2nd patch out of 3. > > > Attached. > > > > > Makefile|2 > > > libwebpen

Re: [FFmpeg-devel] WebP encoder: extract out some methods into a library

2015-05-21 Thread Michael Niedermayer
On Wed, May 20, 2015 at 01:57:36AM +, Urvang Joshi wrote: > This is 2nd patch out of 3. > Attached. > Makefile|2 > libwebpenc.c| 279 > +--- > libwebpenc_common.c | 261

Re: [FFmpeg-devel] WebP muxer: support packet containing animated WebP

2015-05-21 Thread Michael Niedermayer
On Thu, May 21, 2015 at 03:08:57PM -0700, Urvang Joshi wrote: > On Wed, May 20, 2015 at 5:43 PM, Michael Niedermayer > wrote: > > > On Wed, May 20, 2015 at 11:52:17PM +, Urvang Joshi wrote: > > > On Wed, May 20, 2015 at 12:39 PM Michael Niedermayer > > > wrote: > > > > > > > On Wed, May 20,

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: check result of avio_seek

2015-05-21 Thread Michael Niedermayer
On Thu, May 21, 2015 at 11:48:55AM +0800, Zhang Rui wrote: > --- > libavformat/mov.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth.

Re: [FFmpeg-devel] [PATCH] ffmpeg: Support copying unknown streams

2015-05-21 Thread Michael Niedermayer
On Thu, May 21, 2015 at 04:29:13PM +0100, Alex Beregszaszi wrote: > > > Michael Niedermayer wrote: > >On Thu, May 21, 2015 at 10:20:46AM +0200, wm4 wrote: > >>On Thu, 21 May 2015 00:40:41 +0200 > >>Michael Niedermayer wrote: > >> > >>>Signed-off-by: Michael Niedermayer > >>>--- > >>> ffmpeg.c

Re: [FFmpeg-devel] [PATCH] ffmpeg: Support copying unknown streams

2015-05-21 Thread Michael Niedermayer
On Thu, May 21, 2015 at 05:27:53PM +0200, wm4 wrote: > On Thu, 21 May 2015 17:18:49 +0200 > Michael Niedermayer wrote: > > > On Thu, May 21, 2015 at 10:20:46AM +0200, wm4 wrote: > > > On Thu, 21 May 2015 00:40:41 +0200 > > > Michael Niedermayer wrote: > > > > > > > Signed-off-by: Michael Nieder

Re: [FFmpeg-devel] [PATCH] Add support for large boxes(>32 bit)

2015-05-21 Thread Niklesh Lalwani
Updated patch. Thanks, Niklesh 3gpp-largeboxes-21may.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/mips: loongson fix bugs in mathops optimization

2015-05-21 Thread Michael Niedermayer
On Thu, May 21, 2015 at 04:31:58PM +0800, 周晓勇 wrote: > the incorrect UMULH, ff_sqrt, MAC64 and MLS64 to be optimized later, delete > them just for now. > --- > > From 5a809d2ff4cbe809143456dac1305df391341cc1 Mon Sep 17 00:00:00 2001 > From: ZhouXiaoyong > Date: Thu, 21 May 2015 09:53:50 +0800 >

Re: [FFmpeg-devel] [PATCH] ffmpeg: Support copying unknown streams

2015-05-21 Thread Alex Beregszaszi
Michael Niedermayer wrote: On Thu, May 21, 2015 at 10:20:46AM +0200, wm4 wrote: On Thu, 21 May 2015 00:40:41 +0200 Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer --- ffmpeg.c |1 + ffmpeg_opt.c | 14 ++ 2 files changed, 15 insertions(+) diff --git a

Re: [FFmpeg-devel] [PATCH] ffmpeg: Support copying unknown streams

2015-05-21 Thread James Almer
On 21/05/15 5:20 AM, wm4 wrote: > On Thu, 21 May 2015 00:40:41 +0200 > Michael Niedermayer wrote: > >> Signed-off-by: Michael Niedermayer >> --- >> ffmpeg.c |1 + >> ffmpeg_opt.c | 14 ++ >> 2 files changed, 15 insertions(+) >> >> diff --git a/ffmpeg.c b/ffmpeg.c >> index

Re: [FFmpeg-devel] [PATCH] ffmpeg: Support copying unknown streams

2015-05-21 Thread wm4
On Thu, 21 May 2015 17:18:49 +0200 Michael Niedermayer wrote: > On Thu, May 21, 2015 at 10:20:46AM +0200, wm4 wrote: > > On Thu, 21 May 2015 00:40:41 +0200 > > Michael Niedermayer wrote: > > > > > Signed-off-by: Michael Niedermayer > > > --- > > > ffmpeg.c |1 + > > > ffmpeg_opt.c |

Re: [FFmpeg-devel] [PATCH] Add support for large boxes(>32 bit)

2015-05-21 Thread Niklesh Lalwani
Yes, that would be good. Thanks. -Niklesh ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] ffmpeg: Support copying unknown streams

2015-05-21 Thread Michael Niedermayer
On Thu, May 21, 2015 at 10:20:46AM +0200, wm4 wrote: > On Thu, 21 May 2015 00:40:41 +0200 > Michael Niedermayer wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > ffmpeg.c |1 + > > ffmpeg_opt.c | 14 ++ > > 2 files changed, 15 insertions(+) > > > > diff --git a/

[FFmpeg-devel] [PATCH] ffmpeg: Support copying unknown streams

2015-05-21 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- ffmpeg.c |1 + ffmpeg_opt.c | 24 +++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index a89ae39..da3ab91 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2822,6 +2822,7 @@ static int transcode_ini

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-21 Thread Fernandon Bautista
Sorry, I forgot to add that I patched loader/win32.c and also, I added G729DecoderDMO.dll to /home/fernando/codecs32. On Thu, May 21, 2015 at 4:58 PM, Fernandon Bautista < fernandobautista...@gmail.com> wrote: > Hi all, > > I did what you proposed to me(thanks Compn!) but it did not work. I > dow

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-21 Thread Fernandon Bautista
Hi all, I did what you proposed to me(thanks Compn!) but it did not work. I downloaded the mplayer source and I compiled it following the instructions here: http://vvishnyakov.blogspot.com.es/2011/11/32bit-mplayer-on-64bit-ubuntu.html ./configure --enable-cross-compile --target=i686-linux --prefi

Re: [FFmpeg-devel] [PATCH] Add support for large boxes(>32 bit)

2015-05-21 Thread Philip Langdale
On Thu, 21 May 2015 18:51:20 +0530 Niklesh Lalwani wrote: > Do you mean using a variable equal to tracksize + 10/18? That > wouldn't be of much use imo. No, a variable equal to 10 or 18, depending. Then you don't need code that does one check if it's a large box and another if it isn't. --phil

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Add color siting element

2015-05-21 Thread tim nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/15 11:59, Michael Niedermayer wrote: > On Thu, May 21, 2015 at 09:00:56AM +0200, Tomas Härdin wrote: >> [..] >> Why is this "guessing" code in mxfenc? This should be something that' s >> taken care of before calling any muxer (like in >> avfor

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Add color siting element

2015-05-21 Thread tim nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/15 11:47, Michael Niedermayer wrote: > On Thu, May 21, 2015 at 08:20:48AM +0100, tim nicholson wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 19/05/15 16:50, Michael Niedermayer wrote: >>> On Tue, May 19, 2015 at 03:35:42P

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Add color siting element

2015-05-21 Thread tim nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/15 11:29, Michael Niedermayer wrote: > On Thu, May 21, 2015 at 08:20:48AM +0100, tim nicholson wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 19/05/15 16:50, Michael Niedermayer wrote: >>> On Tue, May 19, 2015 at 03:35:42P

Re: [FFmpeg-devel] [PATCH] Add support for large boxes(>32 bit)

2015-05-21 Thread Niklesh Lalwani
Do you mean using a variable equal to tracksize + 10/18? That wouldn't be of much use imo. -Niklesh ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Add color siting element

2015-05-21 Thread Michael Niedermayer
On Thu, May 21, 2015 at 09:00:56AM +0200, Tomas Härdin wrote: > On Tue, 2015-05-19 at 15:35 +0100, tim nicholson wrote: > > On 19/05/15 14:11, Michael Niedermayer wrote: > > > On Tue, May 19, 2015 at 12:07:24PM +0100, tim nicholson wrote: > > >> On 19/05/15 01:33, Michael Niedermayer wrote: > > >>>

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Add color siting element

2015-05-21 Thread Michael Niedermayer
On Thu, May 21, 2015 at 08:20:48AM +0100, tim nicholson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 19/05/15 16:50, Michael Niedermayer wrote: > > On Tue, May 19, 2015 at 03:35:42PM +0100, tim nicholson wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> On

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Add color siting element

2015-05-21 Thread Michael Niedermayer
On Thu, May 21, 2015 at 08:20:48AM +0100, tim nicholson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 19/05/15 16:50, Michael Niedermayer wrote: > > On Tue, May 19, 2015 at 03:35:42PM +0100, tim nicholson wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> On

Re: [FFmpeg-devel] [PATCH]Do not fail for valid PICT files

2015-05-21 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > if ( bytestream2_get_bytes_left(&gbc) >= 552 > > - && !check_header(gbc.buffer , > > bytestream2_get_bytes_left(&gbc)) > > - && check_header(gbc.buffer + 512, > > bytestream2_get_bytes_left(&gbc) - 512) > > +&& (

Re: [FFmpeg-devel] [PATCH] ffmpeg: Support copying unknown streams

2015-05-21 Thread wm4
On Thu, 21 May 2015 00:40:41 +0200 Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > ffmpeg.c |1 + > ffmpeg_opt.c | 14 ++ > 2 files changed, 15 insertions(+) > > diff --git a/ffmpeg.c b/ffmpeg.c > index a89ae39..da3ab91 100644 > --- a/ffmpeg.c > ++

Re: [FFmpeg-devel] [PATCH]lavf/mkv: Only skip prores header if the packet is long enough

2015-05-21 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > matroskaenc.c |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > 219878fe8bb9c646fd62244d6c48fe4df2d68baa patchmkvprores.diff > > LGTM The patch was merged. Thank you, Carl Eugen ___ ffmpeg-dev

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/mips: loongson fix bugs in mathops optimization

2015-05-21 Thread 周晓勇
the incorrect UMULH, ff_sqrt, MAC64 and MLS64 to be optimized later, delete them just for now. --- >From 5a809d2ff4cbe809143456dac1305df391341cc1 Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Thu, 21 May 2015 09:53:50 +0800 Subject: [PATCH] avcodec/mips: loongson remove incorrect mathops opt

Re: [FFmpeg-devel] [PATCH]lavf/nmov: Write colour matrix "6" for color_space bt470bg

2015-05-21 Thread Carl Eugen Hoyos
Ronald S. Bultje gmail.com> writes: > > switch (track->enc->colorspace) { > > case AVCOL_TRC_BT709: avio_wb16(pb, 1); break; > > +case AVCOL_PRI_BT470BG: > > case AVCOL_PRI_SMPTE170M: avio_wb16(pb, 6); break; > > case AVCOL_PRI_SMPTE240M: avio_wb16(pb, 7); break; > >

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Add color siting element

2015-05-21 Thread tim nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/05/15 16:50, Michael Niedermayer wrote: > On Tue, May 19, 2015 at 03:35:42PM +0100, tim nicholson wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 19/05/15 14:11, Michael Niedermayer wrote: >>> On Tue, May 19, 2015 at 12:07:24P

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Add color siting element

2015-05-21 Thread Tomas Härdin
On Tue, 2015-05-19 at 15:35 +0100, tim nicholson wrote: > On 19/05/15 14:11, Michael Niedermayer wrote: > > On Tue, May 19, 2015 at 12:07:24PM +0100, tim nicholson wrote: > >> On 19/05/15 01:33, Michael Niedermayer wrote: > >>> The default is assumed to be 0xFF, which is what the 2009 spec lists >