summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil_template.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Remove non-8bpp draw_edgeRonald S. Bultje2013-04-191-8/+2
* dsputil: Remove unused 32-bit functionsRonald S. Bultje2013-04-191-38/+30
* dsputil: Remove hpel functions (moved to hpeldsp)Ronald S. Bultje2013-04-191-153/+0
* dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje2013-04-101-17/+2
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-4/+8
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-191-42/+0
* dsputil: convert remaining op_pixels_funcLuca Barbato2013-02-171-1/+1
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-118/+0
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-11/+11
* dsputil: remove unused functions copy_block{2, 4, 8, 16}.Ronald S. Bultje2013-01-301-48/+0
* dsputil: Separate h264 qpelMans Rullgard2013-01-241-559/+2
* dsputil: remove 9/10 bits hpel functions.Ronald S. Bultje2013-01-221-28/+36
* Drop DCTELEM typedefDiego Biurrun2013-01-221-7/+7
* vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje2013-01-211-4/+0
* Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje2013-01-191-4/+0
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-79/+0
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-0/+23
* dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard2011-07-211-48/+58
* dsputil: remove huge #if 0 blockMans Rullgard2011-07-211-145/+0
* Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun2011-07-051-1/+1
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-3/+3
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-3/+3
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-3/+3
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-19/+61
* Template dsputil_template.c with respect to pixel size, etc.Oskar Arvidsson2011-05-101-306/+398
* Move some functions in dsputil.c into a new file dsputil_template.c.Oskar Arvidsson2011-05-101-0/+1257
OpenPOWER on IntegriCloud