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
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-1429/+2256
2012-05-10h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun3-458/+491
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier24-133/+673
2011-08-14h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier23-135/+623
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson34-365/+753
2011-04-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson34-359/+745
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-12-28Support CODEC_FLAG_EMU_EDGE in VP8 decoder.Ronald S. Bultje3-26/+235
2010-06-2516x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser7-2/+566
2010-06-22Add intra prediction functions for VP8.David Conrad3-3/+131
2010-06-22Make "topright" argument to pred4x4() const.David Conrad2-21/+21
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-12-02ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård5-0/+444
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-07Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun2-0/+4
2008-12-16Horizontal and vertical prediction functions needed for new lossless modeMichael Niedermayer2-0/+96
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-11Support MBAFF + constrained intra prediction.Michael Niedermayer3-5/+62
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2007-12-17Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov3-4/+20
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-09-05Move H.264 intra prediction functions into their own contextKostya Shishkov7-827/+1145