29 Commits (15cae5e605caa7f2033516b979a10440d5d6d5de)

Author SHA1 Message Date
Reinhard Tartler 2901cc9a95 Fix spelling in comment(s) 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård 48966b02cb Grammar fixes 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Thilo Borgmann cbb39648c1 Add CRC check to the ALS decoder. 15 years ago
Måns Rullgård 17253f598e alsdec: convert VLAs to fixed size 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Thilo Borgmann bbe8fa1f83 Fix last frame block size correction. 15 years ago
Thilo Borgmann a8c09ff2d8 Do sequential bit reading outside of []-operators. 15 years ago
Thilo Borgmann dc9e57a878 Fix sizeof()-statement to use the actual pointer type. 15 years ago
Thilo Borgmann cd09284924 Fix wrong buffer allocation for MCC in ALS. 15 years ago
Thilo Borgmann 114315994b Limit the Rice parameter used for progressive decoding in ALS. 15 years ago
Thilo Borgmann 65760304bc Reindent a line. 15 years ago
Thilo Borgmann 25608328af Support arithmetic decoding in ALS. 15 years ago
Thilo Borgmann 8e14fbe89b Remove unnecessary fields in ALSSpecificConfig. 15 years ago
Thilo Borgmann 099809d19b Reindent after last commit. 15 years ago
Thilo Borgmann ff9ea0b7cc Replace variable length array with an allocated buffer 15 years ago
Thilo Borgmann b2f4b04336 Change local variable type from unsigned int to int in order to 15 years ago
Thilo Borgmann e38215f2a4 Add multi-channel correlation support for ALS. 15 years ago
Thilo Borgmann 99c5f5ccbe Optimize short-term prediction by reducing index arithmetic. 15 years ago
Thilo Borgmann 71fe4573bc Replace array operator [] with direct access via pointer. 15 years ago
Thilo Borgmann 1261b07f5f Read and decode block data in separate functions to prepare support for 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
Thilo Borgmann 25c4fddadc Merge data tables from als_data.h with the decoder source to reduce 15 years ago
Thilo Borgmann 93d38cf6b0 Add long-term prediction to the ALS decoder. 15 years ago
Alex Converse 9349e5582c Cosmetics: Re-indent 15 years ago
Alex Converse 0bb622ba4d Fix a __warn_memset_zero_len gcc-4.4 warning. 15 years ago
Thilo Borgmann 99971952b0 Add MPEG-4 Audio Lossless Coding (ALS) decoder. 15 years ago