Tue, 29 May 2007 12:20:40 +0000 |
benoit |
cosmetics and function rename
libavcodec
|
Mon, 28 May 2007 09:30:41 +0000 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
libavcodec
|
Sun, 27 May 2007 22:34:49 +0000 |
michael |
make decoder decode the first frame properly if theres more than just one
libavcodec
|
Fri, 25 May 2007 14:42:11 +0000 |
takis |
Correct the parameter order for the call to "av_clip".
libavcodec
|
Fri, 25 May 2007 00:16:14 +0000 |
lorenm |
merge huffman tables for rgb too
libavcodec
|
Thu, 24 May 2007 19:04:19 +0000 |
lorenm |
cosmetics (reduce nesting)
libavcodec
|
Thu, 24 May 2007 17:40:02 +0000 |
lorenm |
use sparse huffman tables. 1.5% faster huffyuv decoding.
libavcodec
|
Thu, 24 May 2007 17:38:56 +0000 |
lorenm |
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
libavcodec
|
Thu, 24 May 2007 04:08:48 +0000 |
kostya |
fix dca_bitalloc_index decoder init
libavcodec
|
Thu, 24 May 2007 04:02:47 +0000 |
kostya |
Fix dca.c compilation with #define TRACE
libavcodec
|
Wed, 23 May 2007 18:41:34 +0000 |
ods15 |
fix mjpeg decoding with broken huffman table headers
libavcodec
|
Wed, 23 May 2007 14:55:13 +0000 |
ramiro |
Remove duplicate bytestream functions
libavcodec
|
Wed, 23 May 2007 13:46:11 +0000 |
takis |
Export the four remaining H.264 decoder intra prediction functions for reuse in
libavcodec
|
Wed, 23 May 2007 09:07:57 +0000 |
takis |
Reindent
libavcodec
|
Wed, 23 May 2007 09:07:23 +0000 |
takis |
Make the compilation of h264idct.c optional.
libavcodec
|
Wed, 23 May 2007 09:02:07 +0000 |
lorenm |
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding.
libavcodec
|
Tue, 22 May 2007 07:08:38 +0000 |
diego |
Remove mdct.o and fft.o from fft-test prerequisites list.
libavcodec
|
Mon, 21 May 2007 15:28:37 +0000 |
takis |
Only compile golomb.c when needed.
libavcodec
|
Mon, 21 May 2007 15:24:31 +0000 |
takis |
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic
libavcodec
|
Mon, 21 May 2007 12:55:02 +0000 |
takis |
Only compile cabac.c when needed.
libavcodec
|
Mon, 21 May 2007 12:54:12 +0000 |
aurel |
vorbis encoder missed rename to libvorbis
libavcodec
|
Mon, 21 May 2007 12:51:29 +0000 |
takis |
Split the h261.c file into separate files for the encoder, decoder and common stuff.
libavcodec
|
Mon, 21 May 2007 07:11:27 +0000 |
diego |
Rename motion_test.c to motion-test.c, which is the naming scheme used by all
libavcodec
|
Mon, 21 May 2007 07:05:23 +0000 |
diego |
Fix imgresample-test linking.
libavcodec
|