mpv/ffmpeg_files
Uoti Urpala 6d187a73f0 ffmpeg_files/intreadwrite.h: fix AV_RL32/AV_RB32 signedness
The output type of the AV_RL32/AV_RB32 macros was signed int. The
resulting overflow broke at least some ASF streams with large
timestamps (AV_RL32 used in demux_asf.c timestamp parsing code). Fix
by adding a cast to uint32_t. This code comes from FFmpeg, and the
matching code in Libav/FFmpeg is still broken (but not used there in
most common configurations).
2011-06-15 00:10:47 +03:00
..
arm intreadwrite.h: disable optimizations 2010-05-08 02:32:45 +03:00
bfin
sh4
x86
bswap.h
intreadwrite.h ffmpeg_files/intreadwrite.h: fix AV_RL32/AV_RB32 signedness 2011-06-15 00:10:47 +03:00
taglists.c ffmpeg_files/taglists.c: add new FFmpeg values 2011-02-05 03:38:50 +02:00
taglists.h
x86_cpu.h