summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAge
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* dsputil: Merge variable declarations and initializationsDiego Biurrun2014-03-13
* dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputil: Remove disabled avg_no_rnd_qpel leftoversDiego Biurrun2014-03-13
* dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-13
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-13
* Remove all SH4 architecture optimizationsDiego Biurrun2014-03-13
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-08
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-02
* dsputil/pngdsp: fix signed/unsigned type in end comparisonMichael Niedermayer2013-11-28
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-13
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* dsputil: Remove non-8bpp draw_edgeRonald S. Bultje2013-04-19
* dsputil: Merge 9-10 bpp functions for get_pixels and draw_edgeRonald S. Bultje2013-04-19
* dsputil: Remove unused 32-bit functionsRonald S. Bultje2013-04-19
* dsputil: Remove dct_bitsRonald S. Bultje2013-04-19
* dsputil: Remove hpel functions (moved to hpeldsp)Ronald S. Bultje2013-04-19
* dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje2013-04-10
* lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje2013-04-08
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-05
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-19
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* dsputil: Move WRAPPER8_16_SQ macro to the only place it is usedDiego Biurrun2013-02-08
* dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun2013-02-07
* dsputil: Move copy_block functions to a separate headerDiego Biurrun2013-02-07
* 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