summaryrefslogtreecommitdiff
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAge
...
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Fix spelling in comment(s)Reinhard Tartler2010-08-07
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Grammar fixesMåns Rullgård2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Add CRC check to the ALS decoder.Thilo Borgmann2010-06-29
* alsdec: convert VLAs to fixed sizeMåns Rullgård2010-06-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix last frame block size correction.Thilo Borgmann2010-03-06
* Do sequential bit reading outside of []-operators.Thilo Borgmann2010-02-19
* Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann2010-02-17
* Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann2010-02-17
* Limit the Rice parameter used for progressive decoding in ALS.Thilo Borgmann2010-02-16
* Reindent a line.Thilo Borgmann2010-02-13
* Support arithmetic decoding in ALS.Thilo Borgmann2010-02-13
* Remove unnecessary fields in ALSSpecificConfig.Thilo Borgmann2010-02-01
* Reindent after last commit.Thilo Borgmann2010-01-12
* Replace variable length array with an allocated bufferThilo Borgmann2010-01-12
* Change local variable type from unsigned int to int in order toThilo Borgmann2010-01-08
* Add multi-channel correlation support for ALS.Thilo Borgmann2010-01-07
* Optimize short-term prediction by reducing index arithmetic.Thilo Borgmann2010-01-07
* Replace array operator [] with direct access via pointer.Thilo Borgmann2010-01-05
* Read and decode block data in separate functions to prepare support forThilo Borgmann2009-12-13
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann2009-11-14
* Add long-term prediction to the ALS decoder.Thilo Borgmann2009-11-14
* Cosmetics: Re-indentAlex Converse2009-11-12
* Fix a __warn_memset_zero_len gcc-4.4 warning.Alex Converse2009-11-12
* Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann2009-11-11