aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Correct the parameter order for the call to "av_clip".Harald Karnet2007-05-251-1/+1
* merge huffman tables for rgb tooLoren Merritt2007-05-251-33/+71
* cosmetics (reduce nesting)Loren Merritt2007-05-241-11/+11
* use sparse huffman tables. 1.5% faster huffyuv decoding.Loren Merritt2007-05-241-10/+9
* add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...Loren Merritt2007-05-242-5/+25
* fix dca_bitalloc_index decoder initSergey Vlasov2007-05-241-1/+1
* Fix dca.c compilation with #define TRACESergey Vlasov2007-05-241-0/+2
* fix mjpeg decoding with broken huffman table headersOded Shimon2007-05-231-10/+16
* Remove duplicate bytestream functionsRamiro Polla2007-05-235-113/+59
* Export the four remaining H.264 decoder intra prediction functions for reuse inPanagiotis Issaris2007-05-231-8/+8
* ReindentPanagiotis Issaris2007-05-231-4/+4
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-232-3/+4
* merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv ...Loren Merritt2007-05-231-7/+52
* Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun2007-05-221-1/+1
* Only compile golomb.c when needed.Panagiotis Issaris2007-05-211-14/+13
* Fix compilation when the Sonic encoder and decoder were disabled and only the...Panagiotis Issaris2007-05-211-1/+1
* Only compile cabac.c when needed.Panagiotis Issaris2007-05-211-3/+2
* vorbis encoder missed rename to libvorbisAurelien Jacobs2007-05-211-2/+2
* Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris2007-05-215-941/+1034
* Rename motion_test.c to motion-test.c, which is the naming scheme used by allDiego Biurrun2007-05-212-1/+1
* Fix imgresample-test linking.Diego Biurrun2007-05-211-0/+1
* Add explanatory comments to some #endifs.Diego Biurrun2007-05-211-4/+4
* make compilation of mpegaudiodec conditionalAurelien Jacobs2007-05-201-3/+6
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-205-796/+825
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-205-11/+11
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-206-155/+233
* Remove incorrect comment; MMX2 is preferred over 3DNow! on AthlonZuxy Meng2007-05-201-1/+0
* use AV_LOG_ERROR instead of INFO for errorsMichael Niedermayer2007-05-201-3/+3
* sanity checks for bitrate tolerance and buffer size (= fail if a single frame...Michael Niedermayer2007-05-201-0/+10
* slightly more correct spliting of framesMichael Niedermayer2007-05-201-4/+4
* move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs2007-05-193-67/+69
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-194-134/+166
* 10l: forgot to svn add mjpegdec.hAurelien Jacobs2007-05-191-0/+40
* move sp5x decoder in its own fileAurelien Jacobs2007-05-193-170/+199
* allows to disable jpegls decoderAurelien Jacobs2007-05-195-21/+38
* change brute force search to min-heap. 3.6x faster generate_len_table, 8% fas...Loren Merritt2007-05-191-42/+42
* move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-193-65/+93
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-193-32/+60
* move dump_extradata bitstream filter in its own fileAurelien Jacobs2007-05-193-31/+51
* move remove_extradata bitstream filter in its own fileAurelien Jacobs2007-05-193-36/+56
* move noise bitstream filter in its own fileAurelien Jacobs2007-05-193-27/+47
* move mp3_header_compress bitstream filter in its own fileAurelien Jacobs2007-05-193-67/+87
* move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs2007-05-194-81/+102
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-195-34/+34
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-198-209/+271
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-182-13/+11
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-184-34/+34
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-186-182/+261
* Better error reporting.Benjamin Larsson2007-05-181-2/+4
* cosmetics: macrofy duplicate code in huffyuvLoren Merritt2007-05-181-45/+62