summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
* make decoder decode the first frame properly if theres more than just oneMichael Niedermayer2007-05-27
* Correct the parameter order for the call to "av_clip".Harald Karnet2007-05-25
* merge huffman tables for rgb tooLoren Merritt2007-05-25
* cosmetics (reduce nesting)Loren Merritt2007-05-24
* use sparse huffman tables. 1.5% faster huffyuv decoding.Loren Merritt2007-05-24
* add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...Loren Merritt2007-05-24
* fix dca_bitalloc_index decoder initSergey Vlasov2007-05-24
* Fix dca.c compilation with #define TRACESergey Vlasov2007-05-24
* fix mjpeg decoding with broken huffman table headersOded Shimon2007-05-23
* Remove duplicate bytestream functionsRamiro Polla2007-05-23
* Export the four remaining H.264 decoder intra prediction functions for reuse inPanagiotis Issaris2007-05-23
* ReindentPanagiotis Issaris2007-05-23
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-23
* merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv ...Loren Merritt2007-05-23
* Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun2007-05-22
* Only compile golomb.c when needed.Panagiotis Issaris2007-05-21
* Fix compilation when the Sonic encoder and decoder were disabled and only the...Panagiotis Issaris2007-05-21
* Only compile cabac.c when needed.Panagiotis Issaris2007-05-21
* vorbis encoder missed rename to libvorbisAurelien Jacobs2007-05-21
* Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris2007-05-21
* Rename motion_test.c to motion-test.c, which is the naming scheme used by allDiego Biurrun2007-05-21
* Fix imgresample-test linking.Diego Biurrun2007-05-21
* Add explanatory comments to some #endifs.Diego Biurrun2007-05-21
* make compilation of mpegaudiodec conditionalAurelien Jacobs2007-05-20
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
* Remove incorrect comment; MMX2 is preferred over 3DNow! on AthlonZuxy Meng2007-05-20
* use AV_LOG_ERROR instead of INFO for errorsMichael Niedermayer2007-05-20
* sanity checks for bitrate tolerance and buffer size (= fail if a single frame...Michael Niedermayer2007-05-20
* slightly more correct spliting of framesMichael Niedermayer2007-05-20
* move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs2007-05-19
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-19
* 10l: forgot to svn add mjpegdec.hAurelien Jacobs2007-05-19
* move sp5x decoder in its own fileAurelien Jacobs2007-05-19
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
* change brute force search to min-heap. 3.6x faster generate_len_table, 8% fas...Loren Merritt2007-05-19
* move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
* move dump_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
* move remove_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
* move noise bitstream filter in its own fileAurelien Jacobs2007-05-19
* move mp3_header_compress bitstream filter in its own fileAurelien Jacobs2007-05-19
* move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs2007-05-19
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-19
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-18
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-18
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18