summaryrefslogtreecommitdiff
path: root/tests/ref/lavf/dpx
Commit message (Collapse)AuthorAge
* Add unscaled converter from GBRP > 8bit to RGBx48/64.Carl Eugen Hoyos2013-06-06
| | | | | | Fixes ticket #2633. Tested-by: Michael Cinquin
* sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of ↵Michael Niedermayer2013-05-18
| | | | | | alpha input Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: increase coverage for dpx encoderPaul B Mahol2013-05-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* dpxenc: simplifiy code using AVPixFmtDescriptorPaul B Mahol2013-05-12
| | | | | | | Update rgb24 fate test as it no longer writes image in big endian format. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* dpxenc: fix data offsetArnoB2013-03-15
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sws: add planar RGB formats to isAnyRGBMichael Niedermayer2013-01-26
| | | | | | | We have to make some symetric changes elsewhere as this increases the precission with which samples are stored. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dpx: 10 and 12 bit decodingGeorg Lippitsch2012-08-27
| | | | | | | | Rewrite 10 bit dpx decoder to decode into GBRP10 color space instead of converting to RGB48. Add 12 bit decoder to decode into GBRP12 color space. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dpxenc: also test 10 and 16 bit formats.Reimar Döffinger2012-04-06
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* dpxenc: Dont store lavc indent when bitexact is set.Michael Niedermayer2012-01-17
| | | | | | This avoids fate breakage from bumping version. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove extraneous newline from dpx reference which breaks FATE.Reimar Döffinger2012-01-16
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Add dpx encoding regression test.Carl Eugen Hoyos2012-01-16