summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264pred.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-2/+0
|\
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-2/+0
* | h264 intra pred: add missing includes.Ronald S. Bultje2013-02-111-0/+2
* | h264: avoid a grayscale related if() in hl_decode_mb()Michael Niedermayer2012-12-281-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-21/+58
|\ \ | |/
| * Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-21/+58
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-11/+11
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-11/+11
* | h264pred: 12 and 14 bit supportMichael Niedermayer2012-07-101-0/+14
* | h264pred: assert that depth is supportedMichael Niedermayer2012-07-031-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-4/+9
|\ \ | |/
| * Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-211-4/+9
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-14/+37
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-101-7/+5
|\ \ | |/
| * h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2011-10-091-5/+5
| * h264pred: remove unused variablesMans Rullgard2011-10-091-2/+0
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-14/+37
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-21/+343
|\ \ | |/
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-124/+154
| * Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson2011-05-101-892/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-120/+149
* | Move the functions in h264pred.c into a new file h264pred_internal.h.Oskar Arvidsson2011-04-101-1209/+1
|/
* Whitespace cosmetics.Ronald S. Bultje2010-12-291-3/+3
* Support CODEC_FLAG_EMU_EDGE in VP8 decoder.Ronald S. Bultje2010-12-281-2/+67
* Add more int packing macros, name them consistentlyMåns Rullgård2010-06-301-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Fix linking if MMX is disabled.Stefano Sabatini2010-06-271-1/+1
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-251-0/+1
* Reindent after r23721.Ronald S. Bultje2010-06-221-3/+3
* Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje2010-06-221-1/+1
* Reindent after r23716.Ronald S. Bultje2010-06-221-4/+4
* Add intra prediction functions for VP8.David Conrad2010-06-221-1/+126
* Make "topright" argument to pred4x4() const.David Conrad2010-06-221-20/+20
* 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/+2
* Remove useless assignments, at least one found by CSA.Michael Niedermayer2009-04-171-4/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* 1.6x faster pred*_vertical_add_cLoren Merritt2008-12-181-28/+34
* Horizontal and vertical prediction functions needed for new lossless modeMichael Niedermayer2008-12-161-0/+91
* Remove unused RV40 spatial intra prediction functionKostya Shishkov2008-12-021-22/+0
* Support MBAFF + constrained intra prediction.Michael Niedermayer2008-08-111-0/+27
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-171-3/+17
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-051-0/+1059
OpenPOWER on IntegriCloud