summaryrefslogtreecommitdiff
path: root/libavcodec/h264pred_template.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-13
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-29
* Remove extraneous semicolonsMans Rullgard2011-12-11
* Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-21
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2011-10-09
* Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun2011-07-05
* h264pred: fix one more aliasing violation.Ronald S. Bultje2011-05-11
* h264pred: fix aliasing violations.Ronald S. Bultje2011-05-11
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2011-05-10
* Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson2011-05-10