[FFmpeg-devel] [PATCH v4 5/5 v2] lavf/internal.h: Add declaration for ff_get_packet_palette()

2016-03-01 Thread Mats Peterson
Edited the doxy documentation. -- Mats Peterson http://matsp888.no-ip.org/~mats/ >From b5b8af39030ea01759567fdcd17d0420fb788c78 Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Wed, 2 Mar 2016 07:50:32 +0100 Subject: [PATCH v4 5/5 v2] lavf/internal.h: Add declaration for ff_get_packet_palette(

Re: [FFmpeg-devel] [PATCH] aacenc: optimize cost cache.

2016-03-01 Thread Reimar Döffinger
On 02.03.2016, at 04:34, Ganesh Ajjanagadde wrote: > On Tue, Mar 1, 2016 at 6:34 PM, Reimar Döffinger > wrote: >> Avoids trashing the CPU cache each time the >> cost cache is cleared. > > Just curious as to roughly the magnitude of perf improvement? No > comments on the patch itself. Didn't me

Re: [FFmpeg-devel] [PATCH] aacenc: avoid double in quantize_bands.

2016-03-01 Thread Reimar Döffinger
On 02.03.2016, at 04:48, Ganesh Ajjanagadde wrote: > On Tue, Mar 1, 2016 at 4:55 PM, Reimar Döffinger > wrote: >> I cannot see any point whatsoever to use >> double here instead of float. > > There can be some negligible accuracy differences, but I do not see > any harm myself; aac anyway stick

Re: [FFmpeg-devel] OSX AudioToolbox codec support

2016-03-01 Thread Robert Krüger
On Tue, Mar 1, 2016 at 11:06 AM, Carl Eugen Hoyos wrote: > Rodger Combs gmail.com> writes: > > > This series adds decoders and encoders based on OSX's AudioToolbox > framework. They may be faster than the native ones (particularly in > > cases where they can be hardware-accelerated), the encode

<    1   2