summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer2007-06-221-2/+0
* removing dependency on bfin_sram.h, which is not used right nowMarc Hoffman2007-06-221-1/+0
* renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.hMarc Hoffman2007-06-221-28/+22
* modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis2007-06-221-5/+21
* static (inline) X => ff_XDenis Fortin2007-06-212-7/+7
* Don't swap back un-deblocked lines for intra prediction whenAndreas Öman2007-06-211-2/+12
* split frame rate and frame size abbreviation into two structuresStefano Sabatini2007-06-211-49/+65
* move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet2007-06-201-5/+4
* Do not reuse the rbsp de-escape buffer if bothAndreas Öman2007-06-202-5/+8
* remove unused constant definitionBenoit Fouet2007-06-201-3/+0
* Decouple bit context from h264 context in decode_ref_pic_marking()Andreas Öman2007-06-191-8/+8
* aanscales is used only with CONFIG_ENCODERSBenoit Fouet2007-06-191-0/+2
* indentationAndreas Öman2007-06-181-23/+23
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-1743-43/+43
* simplify ppc64 handlingMåns Rullgård2007-06-171-4/+4
* restore GCC3 supportGuillaume Poirier2007-06-171-4/+4
* re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier2007-06-171-2/+0
* part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker2007-06-171-9/+15
* convert h264_deblock_q1 to an inline function.Guillaume Poirier2007-06-171-18/+22
* add multiple inclusion guards to headersMåns Rullgård2007-06-1743-0/+210
* include all prerequisites in header filesMåns Rullgård2007-06-1648-0/+123
* 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
OpenPOWER on IntegriCloud