Fri, 02 Nov 2007 06:40:42 +0000 |
kostya |
Split Musepack decoder into SV7 decoder and synth core
libavcodec
|
Thu, 01 Nov 2007 18:40:42 +0000 |
aurel |
move adx.c to adxdec.c
libavcodec
|
Thu, 01 Nov 2007 18:38:15 +0000 |
aurel |
split adx encoder in its own file
libavcodec
|
Thu, 01 Nov 2007 18:03:26 +0000 |
aurel |
remove useless debug func
libavcodec
|
Thu, 01 Nov 2007 17:58:03 +0000 |
aurel |
cleanup and simplify adx_decode_header()
libavcodec
|
Thu, 01 Nov 2007 17:50:05 +0000 |
aurel |
remove useless initialization to 0 of adx context
libavcodec
|
Thu, 01 Nov 2007 16:04:30 +0000 |
aurel |
simplify dpcm decoders declaration using a macro
libavcodec
|
Thu, 01 Nov 2007 15:55:50 +0000 |
aurel |
remove useless #undef
libavcodec
|
Thu, 01 Nov 2007 15:54:28 +0000 |
aurel |
remove unreachable code
libavcodec
|
Thu, 01 Nov 2007 15:52:37 +0000 |
aurel |
cosmetics: alignment
libavcodec
|
Thu, 01 Nov 2007 15:51:51 +0000 |
aurel |
don't register adpcm encoders which are not implemented
libavcodec
|
Thu, 01 Nov 2007 00:17:18 +0000 |
aurel |
cosmetics: sort
libavcodec
|
Wed, 31 Oct 2007 22:39:10 +0000 |
michael |
prefer our native vorbis decoder over libvorbis
libavcodec
|
Wed, 31 Oct 2007 22:36:06 +0000 |
michael |
fix issue130
libavcodec
|
Tue, 30 Oct 2007 23:20:26 +0000 |
aurel |
EA IMA EACS decoder
libavcodec
|
Tue, 30 Oct 2007 23:12:18 +0000 |
aurel |
EA IMA SEAD decoder
libavcodec
|
Sat, 27 Oct 2007 13:39:19 +0000 |
lorenm |
remove a branch from an inner loop.
libavcodec
|
Wed, 24 Oct 2007 20:49:42 +0000 |
aurel |
EA ADPCM R1, R2 and R3 decoder
libavcodec
|
Mon, 22 Oct 2007 15:13:10 +0000 |
diego |
Clarify comment block and rewrite in better English.
libavcodec
|
Mon, 22 Oct 2007 10:23:38 +0000 |
kostya |
Use simple IDCT for now
libavcodec
|
Mon, 22 Oct 2007 10:22:36 +0000 |
kostya |
Remove incorrect and unneeded code
libavcodec
|
Mon, 22 Oct 2007 06:01:38 +0000 |
kostya |
Beam Software SIFF demuxer and video decoder
libavcodec
|
Sun, 21 Oct 2007 22:44:05 +0000 |
aurel |
remove some useless initializations (the whole context is initialized to 0)
libavcodec
|
Sun, 21 Oct 2007 22:16:28 +0000 |
aurel |
remove unused context var
libavcodec
|
Sun, 21 Oct 2007 17:26:02 +0000 |
kostya |
New RM format deserves small version bump
libavcodec
|
Sun, 21 Oct 2007 17:23:07 +0000 |
kostya |
indentation after last commit
libavcodec
|
Sun, 21 Oct 2007 17:22:37 +0000 |
kostya |
Make RV10/20 decoder work with new frame format
libavcodec
|
Thu, 18 Oct 2007 23:59:31 +0000 |
aurel |
ensure all compiled in codec/muxer are registered
libavcodec
|
Thu, 18 Oct 2007 21:03:10 +0000 |
aurel |
small simplification
libavcodec
|
Thu, 18 Oct 2007 16:10:36 +0000 |
kostya |
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
libavcodec
|