Wed, 22 Aug 2007 17:26:49 +0000 |
michael |
simplify
libavcodec
|
Wed, 22 Aug 2007 15:03:14 +0000 |
benoit |
right filename in doxygen comment
libavcodec
|
Wed, 22 Aug 2007 13:19:10 +0000 |
diego |
cosmetics: alphabetical order
libavcodec
|
Wed, 22 Aug 2007 13:04:10 +0000 |
diego |
Simplify preprocessor directives.
libavcodec
|
Wed, 22 Aug 2007 12:54:49 +0000 |
mhoffman |
make clean bfin
libavcodec
|
Wed, 22 Aug 2007 12:41:16 +0000 |
diego |
Identifiers starting with underscores are reserved.
libavcodec
|
Tue, 21 Aug 2007 18:24:08 +0000 |
aurel |
parsers and bsfs declarations are not meant to be part of public API
libavcodec
|
Tue, 21 Aug 2007 16:29:40 +0000 |
michael |
Change rounding of the horizontal DWT to match the vertical one.
libavcodec
|
Tue, 21 Aug 2007 15:48:08 +0000 |
aurel |
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h
libavcodec
|
Tue, 21 Aug 2007 00:05:30 +0000 |
michael |
remove code which become unused by the previous changes
libavcodec
|
Tue, 21 Aug 2007 00:03:18 +0000 |
michael |
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)
libavcodec
|
Tue, 21 Aug 2007 00:02:19 +0000 |
michael |
Simplify and optimize the 4th vertical lifting step of the MMX code
libavcodec
|
Mon, 20 Aug 2007 23:59:20 +0000 |
michael |
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd
libavcodec
|
Mon, 20 Aug 2007 23:54:49 +0000 |
michael |
simplify, speedup and reduce needed headroom by 2 bits in the 3rd
libavcodec
|
Mon, 20 Aug 2007 23:11:05 +0000 |
michael |
replace <<1 by add for SSE2 (untested)
libavcodec
|
Mon, 20 Aug 2007 23:09:39 +0000 |
michael |
replace <<1 by add
libavcodec
|
Mon, 20 Aug 2007 23:02:59 +0000 |
michael |
slightly change horizontal lift3 so it needs 1 bit less headroom
libavcodec
|
Mon, 20 Aug 2007 22:41:47 +0000 |
michael |
remove idiotc double subtraction from the sse2 code (untested, no sse2 here)
libavcodec
|
Mon, 20 Aug 2007 22:34:42 +0000 |
michael |
fixme note
libavcodec
|
Mon, 20 Aug 2007 22:29:21 +0000 |
michael |
and of course the unneeded double subtractions were blindly put in the
libavcodec
|
Mon, 20 Aug 2007 22:26:49 +0000 |
michael |
more stupid double subtractions
libavcodec
|
Mon, 20 Aug 2007 22:18:26 +0000 |
michael |
get rid of idiotc double subtraction
libavcodec
|
Sun, 19 Aug 2007 20:34:27 +0000 |
banan |
Cosmetics, indentation.
libavcodec
|
Sun, 19 Aug 2007 20:31:53 +0000 |
banan |
Trellis quantization support for adpcm_swf.
libavcodec
|