aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264pred_template.c
Commit message (Expand)AuthorAgeFilesLines
* Drop DCTELEM typedefDiego Biurrun2013-01-221-10/+10
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-66/+167
* Remove extraneous semicolonsMans Rullgard2011-12-111-6/+6
* Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-211-1/+38
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-0/+138
* h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2011-10-091-16/+16
* Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun2011-07-051-1/+2
* h264pred: fix one more aliasing violation.Ronald S. Bultje2011-05-111-2/+4
* h264pred: fix aliasing violations.Ronald S. Bultje2011-05-111-73/+90
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-15/+1
* Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2011-05-101-254/+331
* Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson2011-05-101-0/+912