Tue, 22 Aug 2006 11:11:04 +0000 |
michael |
make high precission synth filter 3 times faster on x86
libavcodec
|
Tue, 22 Aug 2006 06:24:59 +0000 |
michael |
replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs)
libavcodec
|
Mon, 21 Aug 2006 12:12:43 +0000 |
michael |
replace a few MULL by MULH
libavcodec
|
Sun, 20 Aug 2006 22:18:26 +0000 |
michael |
reorder butterflies to reduce memory load/store
libavcodec
|
Fri, 07 Jul 2006 10:50:14 +0000 |
michael |
table contains vlc with 19 bits and 8*2 < 19
libavcodec
|
Wed, 08 Mar 2006 11:43:10 +0000 |
diego |
(f)printf --> av_log conversion
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sun, 08 Jan 2006 19:31:21 +0000 |
banan |
get_vlc -> get_vlc2 transition.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Tue, 18 Oct 2005 20:16:43 +0000 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
Sat, 15 Oct 2005 16:29:58 +0000 |
rtognimp |
Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg
libavcodec
|
Wed, 12 Oct 2005 22:37:42 +0000 |
alex |
removed unused CONFIG_AUDIO_NONSHORT
libavcodec
|
Wed, 01 Jun 2005 21:19:00 +0000 |
michael |
adding a few const
libavcodec
|
Thu, 05 May 2005 20:05:41 +0000 |
michael |
check for error
libavcodec
|