summaryrefslogtreecommitdiff
path: root/libavcodec/h264pred.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-20
* On2 VP7 decoderPeter Ross2014-04-04
* 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
* h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun2012-05-10
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Support CODEC_FLAG_EMU_EDGE in VP8 decoder.Ronald S. Bultje2010-12-28
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-25
* Add intra prediction functions for VP8.David Conrad2010-06-22
* Make "topright" argument to pred4x4() const.David Conrad2010-06-22
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård2009-12-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun2009-01-07
* Horizontal and vertical prediction functions needed for new lossless modeMichael Niedermayer2008-12-16
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Support MBAFF + constrained intra prediction.Michael Niedermayer2008-08-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-17
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05