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
|