summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAge
...
* dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun2013-02-07
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-22
* dsputil: remove 9/10 bits hpel functions.Ronald S. Bultje2013-01-22
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-22
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje2013-01-21
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-20
* dsputil: remove butterflies_float_interleave.Ronald S. Bultje2013-01-20
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-20
* Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje2013-01-19
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* Drop Snow codecDiego Biurrun2013-01-06
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-12
* dsputil: split out mlp dsp functionLuca Barbato2012-10-11
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-02
* Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard2012-08-27
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-27
* eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard2012-07-29
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* dsputil: fix invalid array indexingMans Rullgard2012-04-26
* dsputil: remove unused functionsMans Rullgard2012-04-21
* Remove lowres video decodingMans Rullgard2012-04-21
* ppc: drop unused function dct_quantize_altivec()Diego Biurrun2012-04-18
* dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-07
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-15
* dsputil: Add ff_ prefix to inv_zigzag_direct16Martin Storsjö2012-02-15
* libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* Remove Sun medialib glue code.Diego Biurrun2012-02-08
* dsputil: remove debug message in dsputil_init().Justin Ruggles2012-02-03
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-11
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
* dsputil: add vector_fmac_scalar()Mans Rullgard2011-09-28
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11