log alsdec.c @ 11734:f85c4e46272e libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sat, 06 Mar 2010 17:13:31 +0000 thilo.borgmann Fix last frame block size correction. libavcodec
Fri, 19 Feb 2010 08:07:02 +0000 thilo.borgmann Do sequential bit reading outside of []-operators. libavcodec
Wed, 17 Feb 2010 23:26:48 +0000 thilo.borgmann Fix sizeof()-statement to use the actual pointer type. libavcodec
Wed, 17 Feb 2010 22:53:25 +0000 thilo.borgmann Fix wrong buffer allocation for MCC in ALS. libavcodec
Tue, 16 Feb 2010 14:48:01 +0000 thilo.borgmann Limit the Rice parameter used for progressive decoding in ALS. libavcodec
Sat, 13 Feb 2010 19:59:53 +0000 thilo.borgmann Reindent a line. libavcodec
Sat, 13 Feb 2010 18:24:13 +0000 thilo.borgmann Support arithmetic decoding in ALS. libavcodec
Mon, 01 Feb 2010 09:53:37 +0000 thilo.borgmann Remove unnecessary fields in ALSSpecificConfig. libavcodec
Tue, 12 Jan 2010 20:37:56 +0000 thilo.borgmann Reindent after last commit. libavcodec
Tue, 12 Jan 2010 20:35:22 +0000 thilo.borgmann Replace variable length array with an allocated buffer libavcodec
Fri, 08 Jan 2010 19:53:42 +0000 thilo.borgmann Change local variable type from unsigned int to int in order to libavcodec
Thu, 07 Jan 2010 22:48:58 +0000 thilo.borgmann Add multi-channel correlation support for ALS. libavcodec
Thu, 07 Jan 2010 22:23:28 +0000 thilo.borgmann Optimize short-term prediction by reducing index arithmetic. libavcodec