Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-06Fix last frame block size correction.Thilo Borgmann
2010-02-19Do sequential bit reading outside of []-operators.Thilo Borgmann
2010-02-18Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann
2010-02-18Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann
2010-02-16Limit the Rice parameter used for progressive decoding in ALS.Thilo Borgmann
2010-02-13Reindent a line.Thilo Borgmann
2010-02-13Support arithmetic decoding in ALS.Thilo Borgmann
2010-02-01Remove unnecessary fields in ALSSpecificConfig.Thilo Borgmann
2010-01-12Reindent after last commit.Thilo Borgmann
2010-01-12Replace variable length array with an allocated bufferThilo Borgmann
2010-01-08Change local variable type from unsigned int to int in order toThilo Borgmann
2010-01-08Add multi-channel correlation support for ALS.Thilo Borgmann
2010-01-08Optimize short-term prediction by reducing index arithmetic.Thilo Borgmann
2010-01-05Replace array operator [] with direct access via pointer.Thilo Borgmann
2009-12-13Read and decode block data in separate functions to prepare support forThilo Borgmann
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-11-14Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann
2009-11-14Add long-term prediction to the ALS decoder.Thilo Borgmann
2009-11-12Cosmetics: Re-indentAlex Converse
2009-11-12Fix a __warn_memset_zero_len gcc-4.4 warning.Alex Converse
2009-11-12Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann