Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-01-13avcodec/h264pred: ReindentationAndreas Rheinhardt
2022-01-13avcodec/h264pred: Remove dead > 8 pixels checks for 8bit codecsAndreas Rheinhardt
2022-01-13avcodec/h264pred: Don't compile > 8 bit versions of VP7/8 functionsAndreas Rheinhardt
2021-12-15avcodec: [loongarch] Optimize pred16x16_plane with LASX.Hao Chen
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-07-21Merge commit 'f56d8d8dd72b1ab52aa814c5a0fccabf8040ef68'Michael Niedermayer
2015-07-21h264: aarch64: intra prediction optimisationsJanne Grunau
2015-06-11avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction fun...Shivraj Patil
2014-04-05Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2014-04-04Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer
2014-04-04On2 VP7 decoderPeter Ross
2014-03-25On2 VP7 decoderPeter Ross
2014-03-18avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2014-01-06Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb'Michael Niedermayer
2014-01-06h264: do not use 422 functions for monochromeAnton Khirnov
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-08h264pred: Add a few missing const declarations for ff_cropTbl derived pointersMartin Storsjö
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-04-03h264pred: fix "warning: initialization discards const qualifier from pointer ...Michael Niedermayer
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-02-11h264 intra pred: add missing includes.Ronald S. Bultje
2012-12-29h264: avoid a grayscale related if() in hl_decode_mb()Michael Niedermayer
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-10h264pred: 12 and 14 bit supportMichael Niedermayer
2012-07-03h264pred: assert that depth is supportedMichael Niedermayer
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21Support for lossless and inter H264 4:2:2.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-09h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard
2011-10-09h264pred: remove unused variablesMans Rullgard
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson