Mercurial > libavcodec.hg
graph
-
fix mjpeg decoding with broken huffman table headers libavcodecWed, 23 May 2007 18:41:34 +0000, by ods15
-
Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodecWed, 23 May 2007 13:46:11 +0000, by takis
-
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. libavcodecWed, 23 May 2007 09:02:07 +0000, by lorenm
-
Remove mdct.o and fft.o from fft-test prerequisites list. libavcodecTue, 22 May 2007 07:08:38 +0000, by diego
-
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic libavcodecMon, 21 May 2007 15:24:31 +0000, by takis
-
Split the h261.c file into separate files for the encoder, decoder and common stuff. libavcodecMon, 21 May 2007 12:51:29 +0000, by takis
-
Rename motion_test.c to motion-test.c, which is the naming scheme used by all libavcodecMon, 21 May 2007 07:11:27 +0000, by diego
-
remove dependency of mpeg audio encoder over mpeg audio decoder libavcodecSun, 20 May 2007 22:50:29 +0000, by aurel
-
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon libavcodecSun, 20 May 2007 05:07:44 +0000, by zuxy
-
sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the libavcodecSun, 20 May 2007 01:35:15 +0000, by michael
-
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h libavcodecSat, 19 May 2007 15:06:34 +0000, by aurel
-
change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. libavcodecSat, 19 May 2007 02:32:59 +0000, by lorenm
-
move mjpega_dump_header bitstream filter in its own file libavcodecSat, 19 May 2007 00:53:41 +0000, by aurel
-
move imx_dump_header bitstream filter in its own file libavcodecSat, 19 May 2007 00:44:41 +0000, by aurel
-
move dump_extradata bitstream filter in its own file libavcodecSat, 19 May 2007 00:35:27 +0000, by aurel
-
move remove_extradata bitstream filter in its own file libavcodecSat, 19 May 2007 00:32:11 +0000, by aurel
-
move mp3_header_compress bitstream filter in its own file libavcodecSat, 19 May 2007 00:27:43 +0000, by aurel
-
move mp3_header_decompress bitstream filter in its own file libavcodecSat, 19 May 2007 00:24:34 +0000, by aurel
-
add proper prefix to extern mpeg audio data tables libavcodecSat, 19 May 2007 00:13:35 +0000, by aurel
-
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c libavcodecSat, 19 May 2007 00:06:02 +0000, by aurel
-
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c libavcodecFri, 18 May 2007 22:58:01 +0000, by aurel
-
add a proper prefix to all mjpeg encoder exported functions libavcodecFri, 18 May 2007 22:54:54 +0000, by aurel
-
r3938 broke 2pass huffyuv (not that anyone uses it) libavcodecFri, 18 May 2007 08:56:46 +0000, by lorenm
-
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw libavcodecFri, 18 May 2007 08:18:56 +0000, by zuxy
-
Move attribute_unused to variable declarations in macros instead of libavcodecThu, 17 May 2007 20:18:46 +0000, by reimar
-
remove libdts decoder, we have a native dts decoder libavcodecThu, 17 May 2007 17:04:00 +0000, by aurel
-
split mjpeg.c into an encoder and a decoder file libavcodecThu, 17 May 2007 16:29:11 +0000, by aurel
-
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables libavcodecThu, 17 May 2007 14:14:53 +0000, by gpoirier
-
Remove lots of unused commented code. (Cleanup) libavcodecThu, 17 May 2007 07:50:08 +0000, by banan
-
better separation of vp3dsp functions from dsputil_mmx.c libavcodecWed, 16 May 2007 23:23:45 +0000, by aurel
-
printf --> av_log, patch by Denis Fortin, fortin nerim net libavcodecWed, 16 May 2007 12:57:27 +0000, by diego
-
DTS decoding was broken for every speaker configuration except 5.1. libavcodecWed, 16 May 2007 10:50:18 +0000, by diego
-
Add libavcodec to compiler include flags in order to simplify header libavcodecWed, 16 May 2007 09:51:45 +0000, by diego