summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-02-19h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje13-77/+209
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-357/+1034
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje5-117/+264
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer78-286/+388
2011-12-11Remove extraneous semicolonsMans Rullgard8-77/+77
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer47-998/+1119
2011-10-21Support for lossless and inter H264 4:2:2.Ronald S. Bultje4-17/+103
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier24-133/+673
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-85/+69
2011-10-09h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2-21/+21
2011-08-14h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier23-135/+623
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer14-9/+17
2011-07-05Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun5-4/+5
2011-05-11h264pred: fix one more aliasing violation.Ronald S. Bultje1-2/+4
2011-05-11h264pred: fix one more aliasing violation.Ronald S. Bultje1-2/+4
2011-05-11h264: merge _internal & template files.Michael Niedermayer9-3605/+209
2011-05-11h264pred: fix aliasing violations.Ronald S. Bultje2-73/+93
2011-05-11fix fate failures for 10bit H264 on some systemsRonald S. Bultje2-73/+93
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson34-365/+753
2011-05-10Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2-298/+406
2011-05-10Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson2-892/+917