summaryrefslogtreecommitdiff
path: root/libavcodec/proresdsp.c
Commit message (Expand)AuthorAgeFilesLines
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avcodec/proresdec : add 12b prores idctMartin Vignali2018-12-021-3/+28
* avcodec/proresdsp indent after prev commitMartin Vignali2018-12-021-2/+2
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-021-10/+15
* avcodec/proresdsp : remove unused valueMartin Vignali2018-12-021-1/+0
* Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e'James Almer2017-03-191-3/+3
|\
| * prores: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-261-3/+3
* | Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae'Michael Niedermayer2014-07-181-1/+1
|\ \ | |/
| * idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-181-1/+1
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-1/+1
|\ \ | |/
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-1/+1
* | Merge commit '92e598a57a7ce4b8ac9ea56274af39f5fd888311'Michael Niedermayer2014-02-281-23/+1
|\ \ | |/
| * prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun2014-02-281-23/+1
* | Merge commit 'd6acefe05862af244fd5a30ae946ed507c063994'Michael Niedermayer2014-02-281-3/+0
|\ \ | |/
| * proresenc: Drop unnecessary DCT permutation bitsDiego Biurrun2014-02-281-3/+0
* | Merge commit 'b23650491fbd579a4365f42bd42575afb7b53f7e'Michael Niedermayer2014-02-281-1/+2
|\ \ | |/
| * prores: Use consistent names for DSP arch initialization functionsDiego Biurrun2014-02-281-1/+2
* | avcodec/proresdsp: rename CLIP_AND_BIAS to BANANAMichael Niedermayer2014-01-141-2/+2
* | avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCTMichael Niedermayer2014-01-141-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-2/+3
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* | avcodec: rename prores encodersMichael Niedermayer2013-04-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-091-0/+1
|\ \ | |/
| * dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-0/+1
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-3/+4
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| * prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-171-2/+10
* | Fix compilation condition for some ProRes dsp encoder functions.Carl Eugen Hoyos2012-06-041-2/+2
* | Fix compilation condition for some ProRes dsp decoder functions.Carl Eugen Hoyos2012-06-041-2/+2
* | prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-171-2/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-0/+17
|\ \ | |/
| * prores encoderKostya Shishkov2012-02-151-0/+17
* | prores: use C idct for fate as the SSE code is not matching the SSE* code dow...Michael Niedermayer2011-10-141-2/+2
|/
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-111-0/+2
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-111-0/+61