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
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-02-09dsputil: Move WRAPPER8_16_SQ macro to the only place it is usedDiego Biurrun
2013-02-08dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun
2013-02-08dsputil: Move copy_block functions to a separate headerDiego Biurrun
2013-02-08dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2013-01-23dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje
2013-01-23dsputil: remove 9/10 bits hpel functions.Ronald S. Bultje
2013-01-23dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje
2013-01-21wmv2: move IDCT to its own DSP context.Ronald S. Bultje
2013-01-21dsputil: remove butterflies_float_interleave.Ronald S. Bultje
2013-01-20dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard
2013-01-20Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2013-01-06Drop Snow codecDiego Biurrun
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2012-09-02intrax8: move functions from dsputil to own contextMans Rullgard
2012-08-28Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-07-30eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-26dsputil: fix invalid array indexingMans Rullgard
2012-04-21dsputil: remove unused functionsMans Rullgard
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-18ppc: drop unused function dct_quantize_altivec()Diego Biurrun
2012-03-07dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje
2012-02-16vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö
2012-02-16dsputil: Add ff_ prefix to inv_zigzag_direct16Martin Storsjö
2012-02-16libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-02-04dsputil: remove debug message in dsputil_init().Justin Ruggles
2012-01-29png: move DSP functions to their own DSP context.Ronald S. Bultje