summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264pred_template.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avcodec/h264pred_template: fix declarations after statementsMichael Niedermayer2014-03-181-8/+4
* | avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta2014-03-181-0/+77
* | Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'Michael Niedermayer2014-03-131-0/+2
|\ \ | |/
| * dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-131-0/+2
| * h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-10/+18
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-191-10/+18
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-10/+10
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-10/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-94/+195
|\ \ | |/
| * Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-66/+167
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-6/+6
|\ \ | |/
| * Remove extraneous semicolonsMans Rullgard2011-12-111-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-0/+38
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-101-16/+16
|\ \ | |/
| * h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2011-10-091-16/+16
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-0/+138
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-1/+2
|\ \ | |/
| * 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
* | h264pred: fix one more aliasing violation.Ronald S. Bultje2011-05-111-2/+4
* | h264: merge _internal & template files.Michael Niedermayer2011-05-111-80/+80
* | fix fate failures for 10bit H264 on some systemsRonald 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
OpenPOWER on IntegriCloud