summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud