1
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 04:44:32 +01:00
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
2010-03-10 00:47:25 +02:00
2011-05-09 20:27:16 +03:00
2011-05-09 20:27:16 +03:00
2011-05-06 18:33:16 +03:00
2011-05-09 20:27:16 +03:00
2011-05-09 20:27:16 +03:00
2011-05-06 18:33:16 +03:00
2011-03-13 22:20:51 +02:00
2010-05-07 22:03:48 +03:00
2011-04-20 04:36:05 +03:00
2009-10-31 23:59:16 +02:00
2011-04-20 04:36:05 +03:00
2011-05-02 00:46:03 +03:00
2011-05-02 00:46:48 +03:00
2011-05-02 00:46:03 +03:00
2010-03-09 19:18:43 +02:00
2011-05-09 20:27:16 +03:00
2011-04-02 07:28:53 +03:00
2010-05-03 23:34:38 +00:00
2011-05-02 00:46:48 +03:00
2011-05-06 18:33:16 +03:00
2011-05-09 20:27:16 +03:00
2010-03-09 19:18:43 +02:00
2011-05-06 18:33:16 +03:00
2011-01-25 03:15:18 +02:00
2010-03-09 19:18:43 +02:00
2011-05-02 00:46:03 +03:00
2011-05-06 18:33:16 +03:00
2010-03-09 19:18:43 +02:00
2008-04-23 13:41:06 +03:00

Compiling with full features requires development files for several
external libraries. Below is a list of some important requirements. For
more information see the output of './configure --help' for a list of options,
or look at the list of enabled and disabled features printed after running
'./configure'. If you think you have support for some feature installed
but configure fails to detect it, the file config.log may contain information
about the reasons for the failure.

Libraries specific to particular video output methods
(you'll want at least one of VDPAU, GL or Xv):
 - libvdpau (for VDPAU output, best choice for NVIDIA cards)
 - libGL (OpenGL output)
 - libXv (XVideo output)
general:
 - libasound   (ALSA audio output)
 - various general X development libraries
 - libfreetype
 - libfontconfig
 - libass
 - FFmpeg libraries (libavutil libavcodec libavformat libswscale libpostproc)

Most of the above libraries are available in suitable versions on normal
Linux distributions. However FFmpeg is an exception (distro versions may be
too old to work at all or work well). For that reason you may want to use
the separately available build wrapper that first compiles FFmpeg libraries
and libass, and then compiles the player statically linked against those.
Description
No description provided
Readme 160 MiB
Languages
C 88.2%
Lua 5.5%
Swift 2.5%
Meson 1.1%
Python 0.7%
Other 2%