| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 '92e598a57a7ce4b8ac9ea56274af39f5fd888311' | Michael Niedermayer | 2014-02-28 | 1 | -23/+1 |
|\| |
|
| * | prores: Drop DSP infrastructure for prores encoder bits | Diego Biurrun | 2014-02-28 | 1 | -23/+1 |
* | | Merge commit 'd6acefe05862af244fd5a30ae946ed507c063994' | Michael Niedermayer | 2014-02-28 | 1 | -3/+0 |
|\| |
|
| * | proresenc: Drop unnecessary DCT permutation bits | Diego Biurrun | 2014-02-28 | 1 | -3/+0 |
* | | Merge commit 'b23650491fbd579a4365f42bd42575afb7b53f7e' | Michael Niedermayer | 2014-02-28 | 1 | -1/+2 |
|\| |
|
| * | prores: Use consistent names for DSP arch initialization functions | Diego Biurrun | 2014-02-28 | 1 | -1/+2 |
* | | avcodec/proresdsp: rename CLIP_AND_BIAS to BANANA | Michael Niedermayer | 2014-01-14 | 1 | -2/+2 |
* | | avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCT | Michael Niedermayer | 2014-01-14 | 1 | -1/+1 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -2/+3 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | | avcodec: rename prores encoders | Michael Niedermayer | 2013-04-11 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move fdct function declarations to dct.h | Diego Biurrun | 2013-02-09 | 1 | -0/+1 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -3/+4 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -1/+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 |
| * | prores: initialise encoder and decoder parts only when needed | Kostya Shishkov | 2012-02-17 | 1 | -2/+10 |
* | | Fix compilation condition for some ProRes dsp encoder functions. | Carl Eugen Hoyos | 2012-06-04 | 1 | -2/+2 |
* | | Fix compilation condition for some ProRes dsp decoder functions. | Carl Eugen Hoyos | 2012-06-04 | 1 | -2/+2 |
* | | prores: initialise encoder and decoder parts only when needed | Kostya Shishkov | 2012-02-17 | 1 | -2/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -0/+17 |
|\| |
|
| * | prores encoder | Kostya Shishkov | 2012-02-15 | 1 | -0/+17 |
* | | prores: use C idct for fate as the SSE code is not matching the SSE* code dow... | Michael Niedermayer | 2011-10-14 | 1 | -2/+2 |
|/ |
|
* | prores: idct sse2/sse4 optimizations. | Ronald S. Bultje | 2011-10-11 | 1 | -0/+2 |
* | prores: extract idct into its own dspcontext and merge with put_pixels. | Ronald S. Bultje | 2011-10-11 | 1 | -0/+61 |