summaryrefslogtreecommitdiff
path: root/tests/ref/fate/prores-alpha_skip
Commit message (Collapse)AuthorAge
* avcodec/proresdec : add 12b decodingMartin Vignali2018-12-02
| | | | | | based on patch by Kieran Kunhya ticket 7163
* avformat/framecrc: enable new outputJames Almer2016-04-13
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/simple_idct_template: fix row rounderMichael Niedermayer2014-01-14
| | | | | | MSE changes from 0.04890000 to 0.02969844 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/simple_idct_template: change the idct coefficients so that they ↵Michael Niedermayer2014-01-14
| | | | | | | | | | | match the x86 code no changes in either standard deviation or PSNR is seen in any of the changed fate cases MSE changes from 0.05012422 to 0.04890000 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCTMichael Niedermayer2014-01-14
| | | | | | | | This replaces 64 additions by 8 additions MSE Changes from 0.04873672 to 0.05012422 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Make decoding alpha optional for some codecs.Reimar Döffinger2013-09-22
For codecs where decoding of a whole plane can simply be skipped, we should offer applications to not decode alpha for better performance (ca. 30% less CPU usage and 40% reduced memory bandwidth). It also means applications do not need to implement support (even if it is rather simple) for YUVA formats in order to be able to play these files. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>