summaryrefslogtreecommitdiff
path: root/libavcodec/h264pred.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avcodec/h264pred: ReindentationAndreas Rheinhardt2022-01-13
* avcodec/h264pred: Remove dead > 8 pixels checks for 8bit codecsAndreas Rheinhardt2022-01-13
* avcodec/h264pred: Don't compile > 8 bit versions of VP7/8 functionsAndreas Rheinhardt2022-01-13
* avcodec: [loongarch] Optimize pred16x16_plane with LASX.Hao Chen2021-12-15
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'f56d8d8dd72b1ab52aa814c5a0fccabf8040ef68'Michael Niedermayer2015-07-21
|\|
| * h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-20
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction fun...Shivraj Patil2015-06-11
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-05
|\|
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-04
* | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer2014-04-04
|\|
| * On2 VP7 decoderPeter Ross2014-04-04
* | On2 VP7 decoderPeter Ross2014-03-25
* | avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta2014-03-18
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-14
|\|
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* | Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb'Michael Niedermayer2014-01-06
|\|
| * h264: do not use 422 functions for monochromeAnton Khirnov2014-01-06
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
| * h264pred: Add a few missing const declarations for ff_cropTbl derived pointersMartin Storsjö2013-04-08
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* | h264pred: fix "warning: initialization discards const qualifier from pointer ...Michael Niedermayer2013-04-03
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-16
|\|
| * h264: deMpegEncContextizeAnton Khirnov2013-02-15
* | h264 intra pred: add missing includes.Ronald S. Bultje2013-02-11
* | h264: avoid a grayscale related if() in hl_decode_mb()Michael Niedermayer2012-12-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-30
|\|
| * Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\|
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | h264pred: 12 and 14 bit supportMichael Niedermayer2012-07-10
* | h264pred: assert that depth is supportedMichael Niedermayer2012-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-21
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-10
|\|
| * h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2011-10-09
| * h264pred: remove unused variablesMans Rullgard2011-10-09
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-15
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
| * Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson2011-05-10