Files
FFmpeg/libavcodec
Andreas Rheinhardt cdf7619705 avcodec/asvdec: Avoid reversing input data twice
Up until now the ASV2 decoder used an ordinary big-endian bitreader to
read data actually destined for a little-endian bitreader; this is done
by reversing the whole input packet bitwise, using the big-endian
bigreader and reversing (and shifting) the result again. This commit
stops this and instead uses a little-endian bitreader directly.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-10-18 14:46:28 +02:00
..
2020-09-18 11:34:11 +02:00
2020-10-15 22:53:56 +02:00
2020-10-16 00:39:07 +02:00
2020-08-26 21:13:38 +02:00
2020-08-26 21:13:38 +02:00
2020-10-07 22:16:09 +02:00
2020-10-07 22:16:09 +02:00
2020-10-07 22:16:09 +02:00
2020-10-15 21:20:40 +02:00
2020-10-15 22:30:13 -04:00
2020-09-01 14:19:19 +02:00
2020-10-15 22:53:56 +02:00
2020-10-15 21:20:40 +02:00
2020-10-16 00:38:50 +02:00