summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264pred.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+8
|\ \ | |/
| * h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-201-2/+6
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction fun...Shivraj Patil2015-06-111-0/+1
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-051-2/+2
|\ \ | |/
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+2
* | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer2014-04-041-3/+4
|\ \ | |/
| * On2 VP7 decoderPeter Ross2014-04-041-7/+10
* | On2 VP7 decoderPeter Ross2014-03-251-7/+9
* | avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta2014-03-181-0/+2
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-141-3/+3
|\ \ | |/
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-3/+3
* | Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb'Michael Niedermayer2014-01-061-8/+5
|\ \ | |/
| * h264: do not use 422 functions for monochromeAnton Khirnov2014-01-061-5/+5
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-2/+4
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+4
| * h264pred: Add a few missing const declarations for ff_cropTbl derived pointersMartin Storsjö2013-04-081-3/+3
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-3/+3
* | h264pred: fix "warning: initialization discards const qualifier from pointer ...Michael Niedermayer2013-04-031-6/+6
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+1
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-0/+1
* | 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
OpenPOWER on IntegriCloud