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