Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qpeldsp: Mark source pointer in qpel_mc_func function pointer const | Diego Biurrun | 2014-07-25 | 1 | -21/+21 |
| | |||||
* | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 1 | -1/+1 |
| | | | | Also rename the enum values to be consistent with other DCT permutations. | ||||
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -0/+2 |
| | |||||
* | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -4/+4 |
| | | | | Also switch from "tbl" to "tab" name suffixes. | ||||
* | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -35/+35 |
| | |||||
* | lavc: Make pointers to ff_cropTbl const | Martin Storsjö | 2013-04-08 | 1 | -4/+4 |
| | | | | | | There's no point in these pointers not being const. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -15/+30 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -2/+2 |
| | | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -1/+2 |
| | |||||
* | cavsdsp: set idct permutation independently of dsputil | Mans Rullgard | 2012-09-07 | 1 | -0/+1 |
| | | | | | | | CAVS uses its own idct so using dsputil to set the permutation is fragile. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Remove duplicate definitions of fullpel MC functions | Måns Rullgård | 2010-08-25 | 1 | -0/+5 |
| | | | | | | | This removes duplicated definitions of 8x8 and 16x16 fullpel MC functions with various names reducing dsputil.o by 8k on x86_64. Originally committed as revision 24933 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move cavs dsp functions to their own struct | Måns Rullgård | 2010-08-03 | 1 | -1/+4 |
| | | | | Originally committed as revision 24685 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c | Måns Rullgård | 2010-03-06 | 1 | -5/+0 |
| | | | | Originally committed as revision 22264 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | More av_cold for infrequently called functions. | Zuxy Meng | 2010-01-13 | 1 | -1/+1 |
| | | | | Originally committed as revision 21179 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | avoid duplicating dsputil's clear_block | Stefan Gehrer | 2009-02-10 | 1 | -1/+0 |
| | | | | Originally committed as revision 17135 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
| | | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -10/+10 |
| | | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -4/+4 |
| | | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
| | | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | some MMX optimizations for the CAVS decoder | Stefan Gehrer | 2006-07-29 | 1 | -0/+1 |
| | | | | Originally committed as revision 5846 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | add rounding bias earlier in the idct, avoids many adds | Michael Niedermayer | 2006-07-04 | 1 | -18/+20 |
| | | | | Originally committed as revision 5618 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) | Michael Niedermayer | 2006-07-03 | 1 | -24/+54 |
| | | | | Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) | Michael Niedermayer | 2006-07-01 | 1 | -0/+511 |
Originally committed as revision 5567 to svn://svn.ffmpeg.org/ffmpeg/trunk |