summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil_template.c
Commit message (Expand)AuthorAgeFilesLines
* 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