1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/tests/fate
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
..
aac.mak
ac3.mak
acodec.mak
adpcm.mak
alac.mak
als.mak
amrnb.mak
amrwb.mak
atrac.mak
audio.mak
avformat.mak
bmp.mak
build.mak fate: Add build-only targets to FATE 2017-03-01 11:06:52 +01:00
canopus.mak
cdxl.mak
checkasm.mak fate: Skip the checkasm test if CONFIG_STATIC is disabled 2017-01-09 13:57:02 +02:00
cover-art.mak
demux.mak Use modern avconv syntax for codec selection in documentation and tests 2017-02-27 10:36:45 +01:00
dfa.mak
dpcm.mak
ea.mak
fft.mak
filter-audio.mak
filter-video.mak build: Fix directory dependencies of tests/pixfmts.mak target 2016-09-05 13:21:13 +02:00
flac.mak
h264.mak Use modern avconv syntax for codec selection in documentation and tests 2017-02-27 10:36:45 +01:00
hevc.mak fate: Add h264 and hevc extradata reload tests 2016-11-16 11:17:27 -05:00
image.mak fate: Add webp alpha test 2017-02-21 23:19:08 +00:00
indeo.mak
libavcodec.mak fate: Make null comparison method more useful 2017-02-27 13:57:35 +01:00
libavdevice.mak
libavformat.mak
libavresample.mak
libavutil.mak fate: Make null comparison method more useful 2017-02-27 13:57:35 +01:00
lossless-audio.mak
lossless-video.mak
microsoft.mak fate: Rename WMV8_DRM decoder tests to WMV3_DRM 2017-02-28 13:00:20 +01:00
monkeysaudio.mak
mov.mak fate: Add spherical and stereo3d mov tests 2016-12-07 14:35:08 -05:00
mp3.mak Use modern avconv syntax for codec selection in documentation and tests 2017-02-27 10:36:45 +01:00
mpc.mak Use modern avconv syntax for codec selection in documentation and tests 2017-02-27 10:36:45 +01:00
mpeg4.mak
opus.mak
pcm.mak
probe.mak
prores.mak
qt.mak fate: Use bitexact optimizations in the svq3-2 test 2017-02-27 10:36:44 +01:00
qtrle.mak
real.mak
screen.mak fate: Add test for rscc palette 2016-10-02 15:42:03 -04:00
seek.mak
utvideo.mak Use modern avconv syntax for codec selection in documentation and tests 2017-02-27 10:36:45 +01:00
vcodec.mak
video.mak pixlet: Fix architecture-dependent code and values 2017-03-06 18:15:02 -05:00
voice.mak
vorbis.mak
vpx.mak
vqf.mak Use modern avconv syntax for codec selection in documentation and tests 2017-02-27 10:36:45 +01:00
wavpack.mak
wma.mak
xvid.mak