summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* indentationAndreas Öman2007-06-18
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* simplify ppc64 handlingMåns Rullgård2007-06-17
* restore GCC3 supportGuillaume Poirier2007-06-17
* re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier2007-06-17
* part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker2007-06-17
* convert h264_deblock_q1 to an inline function.Guillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-16
* Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman2007-06-16
* Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker2007-06-16
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-16
* correct type of qsort() comparison callbackMåns Rullgård2007-06-16
* correct type for h263_parse()Måns Rullgård2007-06-16
* fix indentationMåns Rullgård2007-06-16
* replace endian detection hack with #ifdef WORDS_BIGENDIANMåns Rullgård2007-06-16
* fix some printf format specifiersMåns Rullgård2007-06-16
* correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård2007-06-16
* kill some "defined but not used" warningsMåns Rullgård2007-06-16
* kill a warning on 64-bit machinesMåns Rullgård2007-06-16
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-16
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-15
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-15
* use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs2007-06-15
* some samples aren't decoded correctly such asGuillaume Poirier2007-06-15
* Remove unneeded semicolon.Panagiotis Issaris2007-06-15
* Correct signature of just_return().Panagiotis Issaris2007-06-15
* Remove an unreferenced variable from qpeg_decode_inter().Panagiotis Issaris2007-06-14
* add and remove some parenthesesBenoit Fouet2007-06-14
* Simplify init preprocessor statements.Albert Lee2007-06-14
* More detailed documentationNicolas George2007-06-14
* removing underscores from block profiling renaming to xx_Marc Hoffman2007-06-13
* Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos2007-06-13
* Workaround adjustments for DivX 6.1 and laterLord2007-06-13
* cosmeticsGuillaume Poirier2007-06-12
* kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret2007-06-12
* restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret2007-06-12
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-12
* Blackfin dct_quantize_bfin routineMarc Hoffman2007-06-12
* Blackfin IDCT has no special permutation it uses normal orderMarc Hoffman2007-06-12
* misc typo fixesDiego Biurrun2007-06-12
* TypoKostya Shishkov2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
* fix 8- and 24-bit FLAC decodingMichael Donaghy2007-06-12
* move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs2007-06-11
* one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier2007-06-11
* Cygwin compatibility workaroundEric Lasota2007-06-11
* Adapt to API changes, fix compilation.Ronald S. Bultje2007-06-10