summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* emms --> emms_c, taken from a patch by Ronald BultjeRonald S. Bultje2007-06-07
* Use consistent names for all test programs.Diego Biurrun2007-06-07
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-07
* Use FFmpeg-specific CPU feature definitions.Ronald S. Bultje2007-06-07
* Add CPU feature definitions for SSE3 and SSSE3.Ronald S. Bultje2007-06-07
* CPU feature definitions should always be available, not just when theRonald S. Bultje2007-06-07
* Only run MMX2 tests when MMX2 is available.Diego Biurrun2007-06-07
* Fix linking when GPL code has been disabled.Diego Biurrun2007-06-07
* Fix compilation when MMX is disabled.Ronald S. Bultje2007-06-07
* FAAN is not x86-specific.Diego Biurrun2007-06-07
* h264: use 'simple' in border backup / xchgAndreas Öman2007-06-07
* Add some forgotten lib prefixes to Makefile variables.Diego Biurrun2007-06-06
* Rename cb fieldEric Lasota2007-06-06
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
* Give names of external library decoders/encoders a lib prefixDiego Biurrun2007-06-06
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
* Remove unused variables.Diego Biurrun2007-06-05
* Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocksEric Lasota2007-06-05
* Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2007-06-05
* spellingDiego Biurrun2007-06-04
* 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