Thu, 11 Dec 2008 21:45:41 +0000 |
michael |
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved
libavcodec
|
Thu, 11 Dec 2008 19:36:25 +0000 |
vitor |
Avoid POSIX reserved _t suffix.
libavcodec
|
Thu, 11 Dec 2008 19:27:53 +0000 |
vitor |
Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.
libavcodec
|
Thu, 11 Dec 2008 01:32:24 +0000 |
bcoudurier |
move structure definitions in their own header
libavcodec
|
Thu, 11 Dec 2008 01:16:01 +0000 |
bcoudurier |
cosmetics
libavcodec
|
Thu, 11 Dec 2008 01:15:00 +0000 |
bcoudurier |
use dsp clear_block
libavcodec
|
Thu, 11 Dec 2008 01:14:32 +0000 |
bcoudurier |
use dsp clear_block
libavcodec
|
Thu, 11 Dec 2008 00:33:02 +0000 |
conrad |
Fix compilation with only Theora decoder enabled
libavcodec
|
Thu, 11 Dec 2008 00:11:02 +0000 |
reynaldo |
Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.
libavcodec
|
Wed, 10 Dec 2008 21:35:17 +0000 |
lorenm |
clear_block mmx
libavcodec
|
Wed, 10 Dec 2008 21:26:00 +0000 |
lorenm |
fix progressive jpeg:
libavcodec
|
Wed, 10 Dec 2008 00:50:59 +0000 |
mru |
AAC: move scratch array to context to ensure 16-byte alignment
libavcodec
|
Tue, 09 Dec 2008 20:11:37 +0000 |
diego |
Remove useless inline qualifier, fixes linking with gcc 4.3.
libavcodec
|
Tue, 09 Dec 2008 17:14:42 +0000 |
superdump |
AAC: Use a sign LUT rather than 1-2*get_bits1()
libavcodec
|
Tue, 09 Dec 2008 17:08:40 +0000 |
superdump |
AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.
libavcodec
|