summaryrefslogtreecommitdiff
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAge
* 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