summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-3/+6
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-4/+4
* dsputil: Remove non-8bpp draw_edgeRonald S. Bultje2013-04-191-2/+2
* dsputil: Merge 9-10 bpp functions for get_pixels and draw_edgeRonald S. Bultje2013-04-191-8/+2
* dsputil: Remove unused 32-bit functionsRonald S. Bultje2013-04-191-8/+9
* dsputil: Remove dct_bitsRonald S. Bultje2013-04-191-10/+2
* dsputil: Remove hpel functions (moved to hpeldsp)Ronald S. Bultje2013-04-191-18/+0
* dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje2013-04-101-1/+18
* lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje2013-04-081-18/+0
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-6/+6
* h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-051-29/+0
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-53/+106
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-191-2/+22
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-0/+1
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* dsputil: Move WRAPPER8_16_SQ macro to the only place it is usedDiego Biurrun2013-02-081-0/+14
* dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun2013-02-071-0/+1
* dsputil: Move copy_block functions to a separate headerDiego Biurrun2013-02-071-0/+1
* dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun2013-02-071-29/+0
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-7/+0
* 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
OpenPOWER on IntegriCloud