| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8' | James Almer | 2017-03-19 | 1 | -20/+35 |
|\ |
|
| * | cavs: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-08-26 | 1 | -20/+35 |
* | | avcodec/cavsdsp: use av_clip_uint8() for idct | Michael Niedermayer | 2016-09-23 | 1 | -9/+8 |
* | | Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac' | Michael Niedermayer | 2014-07-25 | 1 | -21/+21 |
|\| |
|
| * | qpeldsp: Mark source pointer in qpel_mc_func function pointer const | Diego Biurrun | 2014-07-25 | 1 | -21/+21 |
* | | Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae' | Michael Niedermayer | 2014-07-18 | 1 | -1/+1 |
|\| |
|
| * | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 1 | -1/+1 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -1/+1 |
* | | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c' | Michael Niedermayer | 2014-03-22 | 1 | -0/+2 |
|\| |
|
| * | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -0/+2 |
* | | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852' | Michael Niedermayer | 2014-03-14 | 1 | -4/+4 |
|\| |
|
| * | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -4/+4 |
* | | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' | Michael Niedermayer | 2013-05-01 | 1 | -35/+35 |
|\| |
|
| * | 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 |
* | | cavsdsp: fix "warning: initialization discards const qualifier from pointer t... | Michael Niedermayer | 2013-04-01 | 1 | -4/+4 |
* | | Merge commit 'a8b6015823e628047a45916404c00044c5e80415' | Michael Niedermayer | 2013-03-13 | 1 | -15/+30 |
|\| |
|
| * | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -15/+30 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -2/+2 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -1/+2 |
|\| |
|
| * | x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-08 | 1 | -0/+1 |
|\| |
|
| * | cavsdsp: set idct permutation independently of dsputil | Mans Rullgard | 2012-09-07 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove duplicate definitions of fullpel MC functions | Måns Rullgård | 2010-08-25 | 1 | -0/+5 |
* | Move cavs dsp functions to their own struct | Måns Rullgård | 2010-08-03 | 1 | -1/+4 |
* | Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c | Måns Rullgård | 2010-03-06 | 1 | -5/+0 |
* | More av_cold for infrequently called functions. | Zuxy Meng | 2010-01-13 | 1 | -1/+1 |
* | avoid duplicating dsputil's clear_block | Stefan Gehrer | 2009-02-10 | 1 | -1/+0 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -10/+10 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | some MMX optimizations for the CAVS decoder | Stefan Gehrer | 2006-07-29 | 1 | -0/+1 |
* | add rounding bias earlier in the idct, avoids many adds | Michael Niedermayer | 2006-07-04 | 1 | -18/+20 |
* | CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) | Michael Niedermayer | 2006-07-03 | 1 | -24/+54 |
* | new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) | Michael Niedermayer | 2006-07-01 | 1 | -0/+511 |