summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-041-13/+0
* dsputil: Move draw_edges and clear_block* out of dsputil_templateDiego Biurrun2014-03-261-0/+38
* dsputil: Move RV40-specific bits into rv40dspDiego Biurrun2014-03-261-22/+0
* dsputil_template: Detemplatize the codeDiego Biurrun2014-03-261-13/+5
* dsputil_template: Move bits that are used templatized into separate fileDiego Biurrun2014-03-261-1/+2
* dsputil: Move hpel_template #include out of dsputil_templateDiego Biurrun2014-03-261-0/+1
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-221-298/+1
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-36/+31
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-201-4/+6
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-12/+12
* dsputil: Merge variable declarations and initializationsDiego Biurrun2014-03-131-71/+34
* dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-131-1572/+1911
* dsputil: Remove disabled avg_no_rnd_qpel leftoversDiego Biurrun2014-03-131-4/+1
* dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-131-23/+0
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-131-2/+0
* Remove all SH4 architecture optimizationsDiego Biurrun2014-03-131-2/+0
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-081-14/+0
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-021-5/+0
* dsputil/pngdsp: fix signed/unsigned type in end comparisonMichael Niedermayer2013-11-281-2/+2
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-131-2/+0
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-79/+0
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-291-7/+14
* dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-281-1/+1
* 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
OpenPOWER on IntegriCloud