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