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