aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-163-11/+11
* Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman2007-06-161-44/+50
* Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker2007-06-161-4/+2
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-165-4/+3
* correct type of qsort() comparison callbackMåns Rullgård2007-06-161-1/+2
* correct type for h263_parse()Måns Rullgård2007-06-161-1/+1
* fix indentationMåns Rullgård2007-06-161-4/+4
* replace endian detection hack with #ifdef WORDS_BIGENDIANMåns Rullgård2007-06-161-4/+2
* fix some printf format specifiersMåns Rullgård2007-06-163-7/+7
* correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård2007-06-161-2/+2
* kill some "defined but not used" warningsMåns Rullgård2007-06-161-3/+3
* kill a warning on 64-bit machinesMåns Rullgård2007-06-161-1/+1
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-161-16/+10
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-151-7/+7
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-151-10/+10
* use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs2007-06-151-19/+9
* some samples aren't decoded correctly such asGuillaume Poirier2007-06-151-0/+2
* Remove unneeded semicolon.Panagiotis Issaris2007-06-151-1/+1
* Correct signature of just_return().Panagiotis Issaris2007-06-151-1/+1
* Remove an unreferenced variable from qpeg_decode_inter().Panagiotis Issaris2007-06-141-2/+0
* add and remove some parenthesesBenoit Fouet2007-06-141-3/+3
* Simplify init preprocessor statements.Albert Lee2007-06-142-30/+16
* More detailed documentationNicolas George2007-06-141-0/+12
* removing underscores from block profiling renaming to xx_Marc Hoffman2007-06-131-2/+2
* Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos2007-06-132-2/+2
* Workaround adjustments for DivX 6.1 and laterLord2007-06-131-2/+2
* cosmeticsGuillaume Poirier2007-06-121-3/+3
* kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret2007-06-121-2/+1
* restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret2007-06-121-1/+1
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-122-0/+4
* Blackfin dct_quantize_bfin routineMarc Hoffman2007-06-122-0/+220
* Blackfin IDCT has no special permutation it uses normal orderMarc Hoffman2007-06-121-0/+1
* misc typo fixesDiego Biurrun2007-06-1217-24/+27
* TypoKostya Shishkov2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-1239-96/+102
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-122-0/+134
* fix 8- and 24-bit FLAC decodingMichael Donaghy2007-06-121-14/+3
* move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs2007-06-113-260/+287
* one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier2007-06-111-1/+1
* Cygwin compatibility workaroundEric Lasota2007-06-111-4/+5
* Adapt to API changes, fix compilation.Ronald S. Bultje2007-06-101-23/+26
* minor GCC3 compile fixGuillaume Poirier2007-06-091-1/+1
* Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker2007-06-092-0/+279
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-092-0/+3
* work around issues with the old version of Gnu Assembler shipped onGraham Booker2007-06-081-8/+8
* emms --> emms_c, taken from a patch by Ronald BultjeRonald S. Bultje2007-06-071-2/+2
* Use consistent names for all test programs.Diego Biurrun2007-06-071-2/+2
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-072-2/+2
* Use FFmpeg-specific CPU feature definitions.Ronald S. Bultje2007-06-071-17/+17
* Add CPU feature definitions for SSE3 and SSSE3.Ronald S. Bultje2007-06-071-0/+2