This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2024-12-12 19:18:44 +02:00
Code
Issues
Releases
Activity
a825980f9f
FFmpeg
/
tests
/
ref
/
fate
/
pixlet
3 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Apple Pixlet decoder Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-09-19 14:53:03 +02:00
#tb 0: 1/25
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-02 02:45:31 +02:00
0, 0, 0, 1, 2764800, 0xe8eff295
Reference in New Issue
Copy Permalink