summaryrefslogtreecommitdiff
path: root/libavcodec/cavsdsp.c
Commit message (Expand)AuthorAge
* avcodec/cavsdsp: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-02-07
* Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8'James Almer2017-03-19
|\
| * cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* | avcodec/cavsdsp: use av_clip_uint8() for idctMichael Niedermayer2016-09-23
* | Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac'Michael Niedermayer2014-07-25
|\|
| * qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-25
* | Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae'Michael Niedermayer2014-07-18
|\|
| * idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-01
|\|
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer2014-03-22
|\|
| * dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-22
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-14
|\|
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-01
|\|
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* | cavsdsp: fix "warning: initialization discards const qualifier from pointer t...Michael Niedermayer2013-04-01
* | Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer2013-03-13
|\|
| * dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\|
| * x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-08
|\|
| * cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-25
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
* More av_cold for infrequently called functions.Zuxy Meng2010-01-13
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-10
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-29
* add rounding bias earlier in the idct, avoids many addsMichael Niedermayer2006-07-04
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-03
* new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer2006-07-01