Mercurial > libavcodec.hg
graph
-
Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". libavcodecThu, 07 Aug 2008 09:23:56 +0000, by pross
-
Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. libavcodecThu, 07 Aug 2008 08:16:42 +0000, by pross
-
Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly libavcodecWed, 06 Aug 2008 21:16:24 +0000, by vitor
-
Simplify range checking in eval_refl(). Before the libavcodecWed, 06 Aug 2008 21:02:56 +0000, by vitor
-
Simplify do_output_subblock(): Remove a unneeded memcpy libavcodecWed, 06 Aug 2008 20:38:23 +0000, by vitor
-
Simplify eval_refl(): return directly when needed instead of storing the return value in a variable libavcodecWed, 06 Aug 2008 05:24:21 +0000, by vitor
-
Simplify rms(): merge a few operations in the same statement libavcodecWed, 06 Aug 2008 05:11:46 +0000, by vitor
-
Check available size before writing in decode_frame() libavcodecWed, 06 Aug 2008 05:06:10 +0000, by vitor
-
Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This libavcodecWed, 06 Aug 2008 02:44:59 +0000, by vitor
-
Prevent low delay from being used with mpeg1. libavcodecTue, 05 Aug 2008 20:39:58 +0000, by michael
-
OKed sections of code from the SoC AAC decoder libavcodecTue, 05 Aug 2008 19:32:01 +0000, by superdump
-
Move shared tables to aactab.c and add declarations to aactab.h. Also sync with libavcodecTue, 05 Aug 2008 19:31:05 +0000, by superdump
-
AAC definitions and structures that have been OKed from the SoC AAC decoder libavcodecTue, 05 Aug 2008 19:27:17 +0000, by superdump
-
Use local variabes for *stride, where local variables exist. libavcodecTue, 05 Aug 2008 12:06:30 +0000, by michael