Sat, 06 Mar 2010 17:13:31 +0000 |
thilo.borgmann |
Fix last frame block size correction.
libavcodec
|
Fri, 19 Feb 2010 08:07:02 +0000 |
thilo.borgmann |
Do sequential bit reading outside of []-operators.
libavcodec
|
Wed, 17 Feb 2010 23:26:48 +0000 |
thilo.borgmann |
Fix sizeof()-statement to use the actual pointer type.
libavcodec
|
Wed, 17 Feb 2010 22:53:25 +0000 |
thilo.borgmann |
Fix wrong buffer allocation for MCC in ALS.
libavcodec
|
Tue, 16 Feb 2010 14:48:01 +0000 |
thilo.borgmann |
Limit the Rice parameter used for progressive decoding in ALS.
libavcodec
|
Sat, 13 Feb 2010 19:59:53 +0000 |
thilo.borgmann |
Reindent a line.
libavcodec
|
Sat, 13 Feb 2010 18:24:13 +0000 |
thilo.borgmann |
Support arithmetic decoding in ALS.
libavcodec
|
Mon, 01 Feb 2010 09:53:37 +0000 |
thilo.borgmann |
Remove unnecessary fields in ALSSpecificConfig.
libavcodec
|
Tue, 12 Jan 2010 20:37:56 +0000 |
thilo.borgmann |
Reindent after last commit.
libavcodec
|
Tue, 12 Jan 2010 20:35:22 +0000 |
thilo.borgmann |
Replace variable length array with an allocated buffer
libavcodec
|
Fri, 08 Jan 2010 19:53:42 +0000 |
thilo.borgmann |
Change local variable type from unsigned int to int in order to
libavcodec
|
Thu, 07 Jan 2010 22:48:58 +0000 |
thilo.borgmann |
Add multi-channel correlation support for ALS.
libavcodec
|
Thu, 07 Jan 2010 22:23:28 +0000 |
thilo.borgmann |
Optimize short-term prediction by reducing index arithmetic.
libavcodec
|
Tue, 05 Jan 2010 01:16:02 +0000 |
thilo.borgmann |
Replace array operator [] with direct access via pointer.
libavcodec
|
Sun, 13 Dec 2009 15:40:26 +0000 |
thilo.borgmann |
Read and decode block data in separate functions to prepare support for
libavcodec
|
Mon, 16 Nov 2009 17:42:43 +0000 |
rbultje |
Use get_bits_left() instead of size_in_bits - get_bits_count().
libavcodec
|
Sat, 14 Nov 2009 11:49:48 +0000 |
thilo.borgmann |
Merge data tables from als_data.h with the decoder source to reduce
libavcodec
|
Sat, 14 Nov 2009 06:29:19 +0000 |
thilo.borgmann |
Add long-term prediction to the ALS decoder.
libavcodec
|
Thu, 12 Nov 2009 01:45:04 +0000 |
alexc |
Cosmetics: Re-indent
libavcodec
|
Thu, 12 Nov 2009 01:44:38 +0000 |
alexc |
Fix a __warn_memset_zero_len gcc-4.4 warning.
libavcodec
|
Wed, 11 Nov 2009 22:36:17 +0000 |
cehoyos |
Add MPEG-4 Audio Lossless Coding (ALS) decoder.
libavcodec
|