ffmpeg/tests/ref
Martin Storsjö d192ac3e03 swscale: Disallow conversion to GBRP16
This reverts parts of d6d5ef5534, that didn't work right. (The
tests that were added failed on big endian, and the output looked
garbled on little endian as well.)

This is due to the fact that the intermediate scaling values (from
e.g. hScale8To19_c or hScale16To19_c) are stored as int32_t and
thus requires a separate output function, while yuv2gbrp_full_X_c
only interprets it as int16_t.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-02-11 20:03:16 +02:00
..
acodec fate: move fate-acodec reference files to their own dir 2012-12-03 00:29:35 +01:00
fate mpegvideo: initialize dummy reference frames. 2013-02-06 10:21:52 +01:00
lavf riff: do not write empty INFO tags 2012-10-16 18:51:16 +02:00
lavfi swscale: Disallow conversion to GBRP16 2013-02-11 20:03:16 +02:00
seek wmv2: move IDCT to its own DSP context. 2013-01-20 22:12:35 -08:00
vsynth dnxhdenc: fix invalid reads in dnxhd_mb_var_thread(). 2013-01-26 12:30:08 +01:00