FFmpeg/tests/ref
Vittorio Giovara b44bd7ee7f pixlet: Fix architecture-dependent code and values
The constants used in the decoder used floating point precision,
and this caused different values to be generated on different
architectures. Additionally on big endian machines, the fate test
would output bytes in native order, which is different from the one
hardcoded in the test.

So, eradicate floating point numbers and use fixed point (32.32)
arithmetics everywhere, replacing constants with precomputed integer
values, and force the pixel format output to be the same in the fate
test.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-03-06 18:15:02 -05:00
..
acodec movenc: Make tkhd "enabled" flag QuickTime compatible 2013-08-23 09:55:42 +02:00
fate pixlet: Fix architecture-dependent code and values 2017-03-06 18:15:02 -05:00
lavf fate: Update fate-lavf-mkv after commit 5d3953a5dc 2017-02-21 21:04:25 -07:00
seek mkv: Update the seek test to match 5d3953a5dc 2017-02-22 10:15:00 +01:00
vsynth ffv1: Remove version 2 and mark version 3 as non-experimental 2016-06-29 07:21:07 +02:00