summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-37/+0
* dsputil: Move Bink-specific add_pixels8 to binkdspDiego Biurrun2014-05-291-1/+0
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-291-10/+0
* dsputil: Move mspel_pixels_tab to the only place it is usedDiego Biurrun2014-05-291-1/+4
* dsputil: Move ff_alternate_*_scan tables to mpegvideoDiego Biurrun2014-05-291-4/+0
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-291-3/+0
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-271-13/+0
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-271-11/+1
* dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-041-1/+0
* dsputil: Move RV40-specific bits into rv40dspDiego Biurrun2014-03-261-6/+0
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-221-16/+0
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-221-2/+0
* dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-6/+1
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-1/+2
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-201-4/+8
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-2/+2
* dsputil.h: K&R formatting cosmeticsDiego Biurrun2014-03-131-53/+99
* dsputil.h: Clean up commentsDiego Biurrun2014-03-131-39/+46
* dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-131-1/+0
* dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-131-2/+0
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-131-1/+0
* Remove all SH4 architecture optimizationsDiego Biurrun2014-03-131-1/+0
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-081-14/+0
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-131-1/+0
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-3/+0
* dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-281-1/+1
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-3/+0
* 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
OpenPOWER on IntegriCloud