summaryrefslogtreecommitdiff
path: root/libavcodec/rv30dsp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+4
* Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54'Michael Niedermayer2014-09-051-1/+1
|\
| * Drop unnecessary av_unused attributes.Diego Biurrun2014-09-051-1/+1
* | Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac'Michael Niedermayer2014-07-251-20/+20
|\ \ | |/
| * qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-251-20/+20
* | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer2014-03-221-0/+1
|\ \ | |/
| * dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-0/+1
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-141-6/+6
|\ \ | |/
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-6/+6
* | Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer2013-04-081-6/+6
|\ \ | |/
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-6/+6
* | Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer2013-03-131-8/+16
|\ \ | |/
| * dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-8/+16
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc'Michael Niedermayer2013-02-071-2/+3
|\ \ | |/
| * rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-061-2/+3
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-071-4/+7
|\ \ | |/
| * dsputil: Separate h264chromaDiego Biurrun2013-02-061-4/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-241-4/+7
|\ \ | |/
| * dsputil: Separate h264 qpelMans Rullgard2013-01-241-4/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-0/+3
|\ \ | |/
| * rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-121-0/+3
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-37/+43
|\ \ | |/
| * Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-111-37/+43
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-091-17/+17
|\ \ | |/
| * Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-091-17/+17
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* More av_cold for infrequently called functions.Zuxy Meng2010-01-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Unfortunately RV30 luma thirdpel MC functions cannot be substituted withKostya Shishkov2008-12-171-72/+114
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-041-0/+249