Thilo Borgmann
|
25608328af
|
Support arithmetic decoding in ALS.
Originally committed as revision 21799 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
8e14fbe89b
|
Remove unnecessary fields in ALSSpecificConfig.
Originally committed as revision 21583 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
099809d19b
|
Reindent after last commit.
Originally committed as revision 21171 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
ff9ea0b7cc
|
Replace variable length array with an allocated buffer
in the context to increase compatibility.
Originally committed as revision 21170 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
b2f4b04336
|
Change local variable type from unsigned int to int in order to
fix a fate test error for gcc 4.1.x introduced in revision 21069.
Originally committed as revision 21103 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
e38215f2a4
|
Add multi-channel correlation support for ALS.
Originally committed as revision 21074 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
99c5f5ccbe
|
Optimize short-term prediction by reducing index arithmetic.
Originally committed as revision 21069 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
71fe4573bc
|
Replace array operator [] with direct access via pointer.
Solves issue 1657.
Originally committed as revision 21029 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
1261b07f5f
|
Read and decode block data in separate functions to prepare support for
multi-channel correlation mode.
Originally committed as revision 20825 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Ronald S. Bultje
|
6e44ba1550
|
Use get_bits_left() instead of size_in_bits - get_bits_count().
Originally committed as revision 20543 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
25c4fddadc
|
Merge data tables from als_data.h with the decoder source to reduce
code complexity.
Originally committed as revision 20536 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
93d38cf6b0
|
Add long-term prediction to the ALS decoder.
Originally committed as revision 20534 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Alex Converse
|
9349e5582c
|
Cosmetics: Re-indent
Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Alex Converse
|
0bb622ba4d
|
Fix a __warn_memset_zero_len gcc-4.4 warning.
Originally committed as revision 20521 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Thilo Borgmann
|
99971952b0
|
Add MPEG-4 Audio Lossless Coding (ALS) decoder.
Patch by Thilo Borgmann, thilo D borgmann A googlemail
Originally committed as revision 20517 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |