summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/txd-16bpp
Commit message (Collapse)AuthorAgeFilesLines
* avformat/framecrc: enable new outputJames Almer2016-04-131-0/+4
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* fate: Avoid unnecessary pixel format conversionsMartin Storsjö2015-06-301-11/+11
| | | | | | | | | | | | | | | | | | Most of the fate-dds-* and fate-txd-* tests already output into the same pixel format regardless of platform endianness, so there's no need to force conversion to another format. This fixes the tests fate-txd-16bpp, fate-txd-odd, fate-dds-rgb16, fate-dds-rgb24 and fate-dds-xrgb on big endian, where the tests seem to fail due to issues with certain conversion codepaths in swscale. Those conversion codepaths should of course be fixed, but the individual decoder tests should use as little extra conversion steps as possible. Signed-off-by: Martin Storsjö <martin@martin.st>
* txd: Use the TextureDSP module for decodingVittorio Giovara2015-06-221-11/+11
| | | | | | | | | Using the internal DXTC routines brings support for non multiple of 4 textures. A new test is added to cover this feature. Hashes differ since the decoding algorithm is different, though no visual changes have been spotted. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* txd: do not set the codec timebase.Anton Khirnov2014-04-221-12/+12
| | | | | It is not supposed to be changed from outside of lavc. Set the stream timebase and average framerate instead.
* avconv: saner output video timebase.Anton Khirnov2012-02-261-12/+12
| | | | | | | | | | r_frame_rate should in theory have something to do with input framerate, but in practice it is often made up from thin air by lavf. So unless we are targeting a constant output framerate, it's better to just use input stream timebase. Brings back dropped frames in nuv and cscd tests introduced in cd1ad18a6539bd7fc2dc4c1740fbcbd498c0c0a2
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-031-11/+12
| | | | | | | | | | | | | Right now those muxers use the default timebase in all cases(1/90000). This patch avoid unnecessary rescaling and makes the printed timestamps more readable. Also, extend the printed information to include the timebases and packet pts/duration and align the columns. Obviously changes the results of all fate tests which use those two muxers.
* Renderware TeXture Dictionary FATE testVitor Sessak2010-08-241-0/+11
Originally committed as revision 24911 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud