Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-22get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer
2007-06-22removing dependency on bfin_sram.h, which is not used right nowMarc Hoffman
2007-06-22renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.hMarc Hoffman
2007-06-22modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis
2007-06-21static (inline) X => ff_XDenis Fortin
2007-06-21Don't swap back un-deblocked lines for intra prediction whenAndreas Öman
2007-06-21split frame rate and frame size abbreviation into two structuresStefano Sabatini
2007-06-20move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet
2007-06-20Do not reuse the rbsp de-escape buffer if bothAndreas Öman
2007-06-20remove unused constant definitionBenoit Fouet
2007-06-20Decouple bit context from h264 context in decode_ref_pic_marking()Andreas Öman
2007-06-20aanscales is used only with CONFIG_ENCODERSBenoit Fouet
2007-06-18indentationAndreas Öman
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17simplify ppc64 handlingMåns Rullgård
2007-06-17restore GCC3 supportGuillaume Poirier
2007-06-17re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier
2007-06-17part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker
2007-06-17convert h264_deblock_q1 to an inline function.Guillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-06-17move a couple of macros and structs to mpegaudio.hMåns Rullgård
2007-06-16Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman
2007-06-16Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker
2007-06-16move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård
2007-06-16correct type of qsort() comparison callbackMåns Rullgård
2007-06-16correct type for h263_parse()Måns Rullgård
2007-06-16fix indentationMåns Rullgård
2007-06-16replace endian detection hack with #ifdef WORDS_BIGENDIANMåns Rullgård
2007-06-16fix some printf format specifiersMåns Rullgård
2007-06-16correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård
2007-06-16kill some "defined but not used" warningsMåns Rullgård
2007-06-16kill a warning on 64-bit machinesMåns Rullgård
2007-06-16move dsputil_init_foo() out from #ifdefMåns Rullgård
2007-06-16replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård
2007-06-16replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård
2007-06-15use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs
2007-06-15some samples aren't decoded correctly such asGuillaume Poirier
2007-06-15Remove unneeded semicolon.Panagiotis Issaris
2007-06-15Correct signature of just_return().Panagiotis Issaris
2007-06-14Remove an unreferenced variable from qpeg_decode_inter().Panagiotis Issaris
2007-06-14add and remove some parenthesesBenoit Fouet
2007-06-14Simplify init preprocessor statements.Albert Lee
2007-06-14More detailed documentationNicolas George
2007-06-13removing underscores from block profiling renaming to xx_Marc Hoffman
2007-06-13Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos
2007-06-13Workaround adjustments for DivX 6.1 and laterLord
2007-06-13cosmeticsGuillaume Poirier
2007-06-13kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret
2007-06-13restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret