]> git.sesse.net Git - ffmpeg/history - libavcodec/alsdec.c
fix compilation with --disable-everything --enable-decoder=mpeg2video
[ffmpeg] / libavcodec / alsdec.c
2010-03-06 Thilo BorgmannFix last frame block size correction.
2010-02-19 Thilo BorgmannDo sequential bit reading outside of []-operators.
2010-02-17 Thilo BorgmannFix sizeof()-statement to use the actual pointer type.
2010-02-17 Thilo BorgmannFix wrong buffer allocation for MCC in ALS.
2010-02-16 Thilo BorgmannLimit the Rice parameter used for progressive decoding...
2010-02-13 Thilo BorgmannReindent a line.
2010-02-13 Thilo BorgmannSupport arithmetic decoding in ALS.
2010-02-01 Thilo BorgmannRemove unnecessary fields in ALSSpecificConfig.
2010-01-12 Thilo BorgmannReindent after last commit.
2010-01-12 Thilo BorgmannReplace variable length array with an allocated buffer
2010-01-08 Thilo BorgmannChange local variable type from unsigned int to int...
2010-01-07 Thilo BorgmannAdd multi-channel correlation support for ALS.
2010-01-07 Thilo BorgmannOptimize short-term prediction by reducing index arithm...
2010-01-05 Thilo BorgmannReplace array operator [] with direct access via pointer.
2009-12-13 Thilo BorgmannRead and decode block data in separate functions to...
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-11-14 Thilo BorgmannMerge data tables from als_data.h with the decoder...
2009-11-14 Thilo BorgmannAdd long-term prediction to the ALS decoder.
2009-11-12 Alex ConverseCosmetics: Re-indent
2009-11-12 Alex ConverseFix a __warn_memset_zero_len gcc-4.4 warning.
2009-11-11 Thilo BorgmannAdd MPEG-4 Audio Lossless Coding (ALS) decoder.