summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* merge huffman tables for rgb tooLoren Merritt2007-05-25
* Replace multiple rules for compiling binaries by one pattern rule.Diego Biurrun2007-05-24
* Use proper license header.Diego Biurrun2007-05-24
* typoDiego Biurrun2007-05-24
* Remove obsolete and non-working DSP test program.Diego Biurrun2007-05-24
* 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
* extern C declarations were removed.Diego Biurrun2007-05-24
* fix dca_bitalloc_index decoder initSergey Vlasov2007-05-24
* Fix dca.c compilation with #define TRACESergey Vlasov2007-05-24
* cosmetics: alignmentAurelien Jacobs2007-05-23
* define ENABLE_* for every CONFIG_ itemAurelien Jacobs2007-05-23
* fix mjpeg decoding with broken huffman table headersOded Shimon2007-05-23
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
* ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten2007-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
* add rgb suffix handling for demuxerBenoit Fouet2007-05-23
* id3v2 writerAndreas Öman2007-05-22
* id3v2 readerAndreas Öman2007-05-22
* cosmetic v1/v2 renamingAndreas Öman2007-05-22
* Add transport method optionsThijs Vermeir2007-05-22
* Add support for optionsThijs Vermeir2007-05-22
* Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun2007-05-22
* r9095 invalidly removed the check for non-winsockAlex Beregszaszi2007-05-21
* fix FD_SETSIZE handling in our poll() emulationAlex Beregszaszi2007-05-21
* 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
* forgotten h.261 seek regression checksum update due toMichael Niedermayer2007-05-21
* Do not try to set a video standard unless "-tvstd" is specifiedLuca Abeni2007-05-21
* print and return error if output is non seekableBaptiste Coudurier2007-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