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
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-20Mark the h264 c loop filter as av_always_inline av_flatten to make sure itsMichael Niedermayer
2010-01-20skip outer pixels if possible in h264_loop_filter_luma_c().Michael Niedermayer
2010-01-14Implement alpha channel decoding for BGR HuffYUV.Alexander Strange
2010-01-13More av_cold for infrequently called functions.Zuxy Meng
2009-12-30Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun
2009-12-30Add required header #includes for mpegvideo.h and config.h.Diego Biurrun
2009-12-05refactor and optimize scalarproductLoren Merritt
2009-10-19huffyuv: add some const qualifiersLoren Merritt
2009-10-18add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles
2009-10-18Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles
2009-10-17Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().Alexander Strange
2009-10-17Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange
2009-10-06Move HuffYUV left prediction to dsputil.Nathan Caldwell
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-09-22Add some dsputil functions useful for AAC decoderMåns Rullgård
2009-09-21extend ff_inverse[], and fix its documentationLoren Merritt
2009-08-27Mark parameter src of vector_clipf() as constVitor Sessak
2009-08-27SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak
2009-08-26dsputil: declare some arrays 16-byte alignedMåns Rullgård
2009-08-26100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2Reimar Döffinger
2009-08-26Remove explicit init to zero of static inv_zigzag_direct16Måns Rullgård
2009-08-20Get rid of large stack array in rd8x8_c()Måns Rullgård
2009-07-29Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun
2009-07-23Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun
2009-05-01Don't #if a function declaration and properly indent it.Ramiro Polla
2009-04-30mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla
2009-04-15VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad
2009-04-15Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad
2009-04-14VC1: Do qpel when needed for both MVs in a B frameDavid Conrad
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla
2009-02-19Adding 2 intra 8x8 cmp functions: vsad, vsseRoman Shaposhnik
2009-02-19Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik
2009-02-10move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs
2009-02-08ff_add_hfyu_median_prediction_mmx2Loren Merritt
2009-02-01Remove H.264 encoder initialization.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-20RV30 decoderKostya Shishkov
2008-12-19Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser
2008-12-18H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-12-11clear_block mmxLoren Merritt
2008-12-01RV40 MC functionsKostya Shishkov
2008-11-08Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross
2008-10-04Move VP3 loop filter to DSPContextDavid Conrad