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-10-04avocdec/cavsdsp: Fix undefined pointer arithmeticAndreas Rheinhardt
2022-09-21avcodec/cavsdsp: Remove unused function parameterAndreas Rheinhardt
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2020-02-07avcodec/cavsdsp: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2017-03-19Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8'James Almer
2016-09-23avcodec/cavsdsp: use av_clip_uint8() for idctMichael Niedermayer
2016-08-26cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun
2014-07-25Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac'Michael Niedermayer
2014-07-25qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun
2014-07-19Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae'Michael Niedermayer
2014-07-18idct: Convert IDCT permutation #defines to an enumDiego Biurrun
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-03-23Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer
2014-03-22dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-04-01cavsdsp: fix "warning: initialization discards const qualifier from pointer t...Michael Niedermayer
2013-03-13Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-07cavsdsp: set idct permutation independently of dsputilMans Rullgard
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-08-26Remove duplicate definitions of fullpel MC functionsMåns Rullgård
2010-08-04Move cavs dsp functions to their own structMåns Rullgård
2010-03-07Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-01-13More av_cold for infrequently called functions.Zuxy Meng
2009-02-10avoid duplicating dsputil's clear_blockStefan Gehrer
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-29some MMX optimizations for the CAVS decoderStefan Gehrer
2006-07-05add rounding bias earlier in the idct, avoids many addsMichael Niedermayer
2006-07-03CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer
2006-07-02new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer