| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -559/+2 |
* | dsputil: remove 9/10 bits hpel functions. | Ronald S. Bultje | 2013-01-22 | 1 | -28/+36 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -7/+7 |
* | vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. | Ronald S. Bultje | 2013-01-21 | 1 | -4/+0 |
* | Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. | Ronald S. Bultje | 2013-01-19 | 1 | -4/+0 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -79/+0 |
* | dsputil: template get_pixels() for different bit depths | Mans Rullgard | 2011-07-21 | 1 | -0/+23 |
* | dsputil: create 16/32-bit dctcoef versions of some functions | Mans Rullgard | 2011-07-21 | 1 | -48/+58 |
* | dsputil: remove huge #if 0 block | Mans Rullgard | 2011-07-21 | 1 | -145/+0 |
* | Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.c | Diego Biurrun | 2011-07-05 | 1 | -1/+1 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+3 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+3 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+3 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -19/+61 |
* | Template dsputil_template.c with respect to pixel size, etc. | Oskar Arvidsson | 2011-05-10 | 1 | -306/+398 |
* | Move some functions in dsputil.c into a new file dsputil_template.c. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+1257 |