summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Remove dct_bitsRonald S. Bultje2013-04-191-5/+0
* dsputil: Remove hpel functions (moved to hpeldsp)Ronald S. Bultje2013-04-191-49/+0
* hpeldsp: Add half-pel functions (currently copies of dsputil)Ronald S. Bultje2013-04-191-6/+1
* dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje2013-04-101-14/+4
* lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje2013-04-081-1/+1
* h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-051-2/+0
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-12/+12
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-191-1/+0
* dsputil: convert remaining op_pixels_funcLuca Barbato2013-02-171-1/+1
* dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun2013-02-131-6/+0
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-14/+0
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-26/+0
* dsputil: Move WRAPPER8_16_SQ macro to the only place it is usedDiego Biurrun2013-02-081-14/+0
* dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun2013-02-081-23/+0
* dsputil: Remove commented-out, unused function declarationsDiego Biurrun2013-02-081-8/+0
* dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun2013-02-071-5/+0
* dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun2013-02-071-3/+0
* dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun2013-02-071-18/+0
* dsputil: Move copy_block functions to a separate headerDiego Biurrun2013-02-071-36/+0
* dsputil: Drop unused functions copy_block{2|4|16}Diego Biurrun2013-02-071-33/+0
* dsputil: Move get_penalty_factor() to the only place it is used.Diego Biurrun2013-02-071-20/+0
* dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun2013-02-071-6/+0
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-7/+0
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-1/+1
* dsputil: Separate h264 qpelMans Rullgard2013-01-241-3/+0
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-221-1/+1
* dsputil: remove some never-assigned function pointers from the struct.Ronald S. Bultje2013-01-221-3/+2
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-221-4/+4
* Drop DCTELEM typedefDiego Biurrun2013-01-221-46/+45
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-18/+0
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-7/+0
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+0
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+0
* vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje2013-01-211-2/+0
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-201-1/+0
* dsputil: remove butterflies_float_interleave.Ronald S. Bultje2013-01-201-17/+0
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-201-3/+0
* Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje2013-01-191-1/+1
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-191-2/+0
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-2/+0
* Drop Snow codecDiego Biurrun2013-01-061-8/+0
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-26/+0
* Make LOCAL_ALIGNED syntactically similar on all systemsMans Rullgard2012-12-111-1/+3
* dsputil: remove unused macro WRAPPER8_16Mans Rullgard2012-12-091-6/+0
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-261-10/+0
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-1/+1
* dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun2012-10-231-14/+6
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-121-2/+1
* dsputil: split out mlp dsp functionLuca Barbato2012-10-111-8/+0
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-121-1/+0
OpenPOWER on IntegriCloud