Re: [libav-devel] [PATCH 01/11] lavfi: add a frame_rate field to AVFilterLink.

2015-11-01 Thread Anton Khirnov
Quoting John Stebbins (2015-10-30 16:08:42) > On Fri, 2015-10-30 at 08:59 +0100, Anton Khirnov wrote: > > Quoting John Stebbins (2015-10-29 22:35:24) > > > On Thu, 2015-10-29 at 21:31 +0100, Anton Khirnov wrote: > > > > Quoting John Stebbins (2015-10-29 21:17:35) > > > > > On Thu, 2015-10-29 at

[libav-devel] [PATCH] lagarith: Correctly compute hash_shift

2015-11-01 Thread Luca Barbato
All the values are unsigned. Bug-Id: 907 CC: libav-sta...@libav.org --- Fun fact, gcc optimizes away the problem completely. libavcodec/lagarithrac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/lagarithrac.c b/libavcodec/lagarithrac.c index edfb18f..f9e4e5c

Re: [libav-devel] [PATCH] h264_parser: Rename close() to h264_close()

2015-11-01 Thread Diego Biurrun
On Sat, Oct 31, 2015 at 05:01:42PM -0400, Ganesh Ajjanagadde wrote: > On Sat, Oct 31, 2015 at 12:54 PM, Luca Barbato wrote: > > On 31/10/15 17:23, Diego Biurrun wrote: > >> --- a/libavcodec/h264_parser.c > >> +++ b/libavcodec/h264_parser.c > >> @@ -532,7 +532,7 @@ static int

Re: [libav-devel] [PATCH] mov: detect cover art pictures by content

2015-11-01 Thread wm4
On Sun, 1 Nov 2015 09:41:48 -0500 Ganesh Ajjanagadde wrote: > I meant of course if they start using PNGSIG instead of copying over > the magic constant. I still strongly encourage it. > > > > > The other issue (the 64 bit constant) was discussed to death, and it > > turned out

Re: [libav-devel] [PATCH] mov: detect cover art pictures by content

2015-11-01 Thread Ganesh Ajjanagadde
On Sun, Nov 1, 2015 at 9:35 AM, wm4 wrote: > On Sat, 31 Oct 2015 12:37:17 -0400 > Ganesh Ajjanagadde wrote: > >> On Sat, Oct 31, 2015 at 12:10 PM, wm4 wrote: >> > On Sat, 31 Oct 2015 17:08:07 +0100 >> > Luca Barbato

Re: [libav-devel] [PATCH] mov: detect cover art pictures by content

2015-11-01 Thread wm4
On Sat, 31 Oct 2015 12:37:17 -0400 Ganesh Ajjanagadde wrote: > On Sat, Oct 31, 2015 at 12:10 PM, wm4 wrote: > > On Sat, 31 Oct 2015 17:08:07 +0100 > > Luca Barbato wrote: > > > >> On 31/10/15 14:36, wm4 wrote: > >> > I've got

Re: [libav-devel] [PATCH 01/11] lavfi: add a frame_rate field to AVFilterLink.

2015-11-01 Thread John Stebbins
On 11/01/2015 12:29 AM, Anton Khirnov wrote: > Quoting John Stebbins (2015-10-30 16:08:42) >> On Fri, 2015-10-30 at 08:59 +0100, Anton Khirnov wrote: >>> Quoting John Stebbins (2015-10-29 22:35:24) On Thu, 2015-10-29 at 21:31 +0100, Anton Khirnov wrote: > Quoting John Stebbins (2015-10-29

Re: [libav-devel] [PATCH 3/3] x86: ac3dsp: replace inline asm for in-decoder downmixing with standalone asm

2015-11-01 Thread Luca Barbato
On 28/10/15 15:38, Diego Biurrun wrote: > From: Justin Ruggles > > Adds a wrapper function for downmixing which detects channel count changes > and updates the selected downmix function accordingly. > > Simplification and porting to current x86inc infrastructure by

Re: [libav-devel] [PATCH 3/3] x86: ac3dsp: replace inline asm for in-decoder downmixing with standalone asm

2015-11-01 Thread Luca Barbato
On 28/10/15 15:38, Diego Biurrun wrote: > From: Justin Ruggles > > Adds a wrapper function for downmixing which detects channel count changes > and updates the selected downmix function accordingly. > > Simplification and porting to current x86inc infrastructure by

Re: [libav-devel] [PATCH 3/3] x86: ac3dsp: replace inline asm for in-decoder downmixing with standalone asm

2015-11-01 Thread James Almer
On 10/28/2015 11:38 AM, Diego Biurrun wrote: > diff --git a/libavcodec/x86/ac3dsp_downmix.asm > b/libavcodec/x86/ac3dsp_downmix.asm > new file mode 100644 > index 000..d7fd8ac > --- /dev/null > +++ b/libavcodec/x86/ac3dsp_downmix.asm > @@ -0,0 +1,199 @@ >