summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* fix error: indeo2.c:202:1: directives may not be used inside a macro argument,Christian Lohmaier2007-06-04
* Codebook generator using the ELBG algorithmVitor Sessak2007-06-04
* h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT...Luca Barbato2007-06-03
* filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s...Andreas Öman2007-06-03
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-02
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-02
* Remove get_byte wrapperRamiro Polla2007-06-02
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* fix skipped blocksMichael Niedermayer2007-06-01
* check qblur > 1 (prevent assert failure / segfault)Michael Niedermayer2007-05-31
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-30
* fix assert() 2nd tryMichael Niedermayer2007-05-30
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* fix assertion failureMichael Niedermayer2007-05-29
* Do proper frame swapping so VMD video decoder works againKostya Shishkov2007-05-29
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-29
* allocate PPS and SPS dynamicallyAndreas Öman2007-05-29
* cosmetics and function renameVitor Sessak2007-05-29
* 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