Tue, 26 Feb 2008 23:49:41 +0000 |
michael |
include dependencies ...
libavcodec
|
Tue, 26 Feb 2008 23:17:08 +0000 |
diego |
Add multiple inclusion guards.
libavcodec
|
Tue, 26 Feb 2008 22:52:01 +0000 |
diego |
Add explanatory comment to '#define FLOAT float'.
libavcodec
|
Tue, 26 Feb 2008 20:37:59 +0000 |
mru |
less preprocessor magic in version number macros
libavcodec
|
Tue, 26 Feb 2008 20:17:30 +0000 |
michael |
Stuffing bytes to not violate minimum legality rate.
libavcodec
|
Tue, 26 Feb 2008 18:36:58 +0000 |
michael |
Remove another temporary variable with which gcc has problems.
libavcodec
|
Tue, 26 Feb 2008 17:56:00 +0000 |
diego |
cosmetics: Demplayerify indentation.
libavcodec
|
Tue, 26 Feb 2008 17:13:42 +0000 |
diego |
Add comments to some #endif directives.
libavcodec
|
Tue, 26 Feb 2008 17:06:31 +0000 |
diego |
cosmetics: spelling/grammar
libavcodec
|
Tue, 26 Feb 2008 15:52:37 +0000 |
michael |
Alternative and faster (on gcc x86) plane rotation.
libavcodec
|
Tue, 26 Feb 2008 15:44:49 +0000 |
michael |
Get rid of another useless variable.
libavcodec
|
Tue, 26 Feb 2008 15:32:34 +0000 |
michael |
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),
libavcodec
|
Tue, 26 Feb 2008 15:19:37 +0000 |
michael |
One variable less. No real change to the actual code.
libavcodec
|
Tue, 26 Feb 2008 14:59:11 +0000 |
michael |
floating point AAN IDCT
libavcodec
|
Tue, 26 Feb 2008 10:21:33 +0000 |
lorenm |
decode mng color decorrelation
libavcodec
|
Tue, 26 Feb 2008 09:35:21 +0000 |
diego |
Remove START_TIMER and STOP_TIMER macros.
libavcodec
|
Tue, 26 Feb 2008 07:35:56 +0000 |
lorenm |
simplify
libavcodec
|
Mon, 25 Feb 2008 23:14:22 +0000 |
aurel |
split encoding part of dsputil_mmx into its own file
libavcodec
|
Mon, 25 Feb 2008 22:44:35 +0000 |
diego |
Remove commented-out av_log calls.
libavcodec
|
Mon, 25 Feb 2008 22:43:42 +0000 |
michael |
Fix trellis quant + AAN DCT.
libavcodec
|
Mon, 25 Feb 2008 22:32:52 +0000 |
michael |
Make diego happy.
libavcodec
|
Mon, 25 Feb 2008 21:43:19 +0000 |
aurel |
compile various fdct only when encoders are enabled
libavcodec
|
Mon, 25 Feb 2008 14:59:04 +0000 |
michael |
Clarify which BSD license.
libavcodec
|
Mon, 25 Feb 2008 14:42:12 +0000 |
michael |
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute
libavcodec
|