summaryrefslogtreecommitdiff
path: root/libavcodec/h264pred.h
Commit message (Expand)AuthorAgeFilesLines
* lavc/svq3: stop including h264dec.hAnton Khirnov2022-01-261-0/+2
* avcodec: [loongarch] Optimize pred16x16_plane with LASX.Hao Chen2021-12-151-0/+2
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit 'f56d8d8dd72b1ab52aa814c5a0fccabf8040ef68'Michael Niedermayer2015-07-211-0/+3
|\ \ | |/
| * h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-201-0/+3
| * On2 VP7 decoderPeter Ross2014-04-041-1/+1
| * h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-4/+4
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction fun...Shivraj Patil2015-06-111-0/+2
* | avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta2014-03-181-0/+2
* | avcodec/h264pred: deconflict DC_128_PRED and HOR_VP8_PREDPeter Ross2014-02-141-1/+1
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-191-4/+4
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-6/+6
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-8/+10
|\ \ | |/
| * Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-8/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-36/+45
|\ \ | |/
| * h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun2012-05-101-36/+45
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-3/+3
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-3/+3
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-3/+3
|/
* Support CODEC_FLAG_EMU_EDGE in VP8 decoder.Ronald S. Bultje2010-12-281-3/+19
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-251-0/+1
* Add intra prediction functions for VP8.David Conrad2010-06-221-0/+2
* Make "topright" argument to pred4x4() const.David Conrad2010-06-221-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård2009-12-021-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun2009-01-071-0/+1
* Horizontal and vertical prediction functions needed for new lossless modeMichael Niedermayer2008-12-161-0/+5
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Support MBAFF + constrained intra prediction.Michael Niedermayer2008-08-111-1/+6
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-171-1/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-051-0/+76