Command line video player
Go to file
reimar 9737ae2196 input: support up to 20 mouse buttons
Increase the number of supported mouse buttons from 10 to 20. There
really seem to be input devices with at least 12.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33391 b3059339-0415-0410-9bf9-f77b7e298cf2
2011-06-29 07:46:58 +03:00
DOCS manpage: use upper case names for some keys 2011-06-29 07:37:24 +03:00
TOOLS
debian
drivers
etc vd_ffmpeg: autoselect output colorspaces without codecs.conf 2011-06-26 06:27:50 +03:00
ffmpeg_files ffmpeg_files/intreadwrite.h: fix AV_RL32/AV_RB32 signedness 2011-06-15 00:10:47 +03:00
input input: support up to 20 mouse buttons 2011-06-29 07:46:58 +03:00
libaf audio: clamp sample values in float->int format conversions 2011-05-04 17:25:11 +03:00
libao2 Windows: ao_pcm: add io.h include for MinGW64 2011-06-29 05:28:58 +03:00
libmenu cleanup: remove warnings under libmenu/ 2011-06-24 22:55:09 +03:00
libmpcodecs vd_ffmpeg.c: fix one case of "-lavdopts vstats" crashing 2011-06-29 06:30:49 +03:00
libmpdemux vd_ffmpeg: autoselect output colorspaces without codecs.conf 2011-06-26 06:27:50 +03:00
libvo Windows: vo/input: handle WM_XBUTTONDOWN message 2011-06-19 04:05:36 +03:00
loader
osdep input: make slave command file descriptors nonblocking 2011-05-04 18:53:17 +03:00
rpm vo_xvmc: drop XvMC support 2011-05-09 20:27:16 +03:00
stream cleanup: shut up more warnings 2011-05-06 18:33:16 +03:00
sub sub/ass: use default style, not first style unconditionally 2011-06-14 20:01:19 +03:00
timeline
.gitignore
AUTHORS
Copyright
LICENSE
Makefile ao_rsound: add new RSound audio output driver 2011-06-26 06:19:42 +03:00
README
access_mpcontext.h cleanup: remove warnings under libmenu/ 2011-06-24 22:55:09 +03:00
asxparser.c
asxparser.h
av_log.c av_log: map libav* debug messages to MSGL_DBG2 2011-06-26 05:15:22 +03:00
av_log.h
av_opts.c
av_opts.h
bstr.c
bstr.h
cfg-mplayer.h Merge branch 'mplayer1_changes' 2011-05-02 00:46:03 +03:00
codec-cfg.c video/colorspaces: add new 9/10-bit formats from libavcodec 2011-06-26 06:27:50 +03:00
codec-cfg.h
command.c command.c: Add missing osdep/strsep.h #include 2011-06-29 05:16:48 +03:00
command.h
configure configure: handle X11 dependencies at depending checks 2011-06-29 07:02:19 +03:00
cpudetect.c
cpudetect.h
cpuinfo.c
defaultopts.c
defaultopts.h
edl.c
edl.h
fmt-conversion.c video/colorspaces: add new 9/10-bit formats from libavcodec 2011-06-26 06:27:50 +03:00
fmt-conversion.h
m_config.c cleanup: remove more warnings 2011-05-02 00:46:48 +03:00
m_config.h
m_option.c video/colorspaces: add new 9/10-bit formats from libavcodec 2011-06-26 06:27:50 +03:00
m_option.h cleanup: shut up more warnings 2011-05-06 18:33:16 +03:00
m_property.c
m_property.h
m_struct.c
m_struct.h
mangle.h
metadata.h
mixer.c
mixer.h
mp_core.h
mp_fifo.c
mp_fifo.h
mp_msg.c cleanup: shut up more warnings 2011-05-06 18:33:16 +03:00
mp_msg.h
mp_osd.h
mpbswap.h
mpcommon.c
mpcommon.h
mplayer.c core: move m_config_free() last before exit 2011-06-29 07:29:30 +03:00
mplayer.h
options.h Merge branch 'mplayer1_changes' 2011-05-02 00:46:03 +03:00
parser-cfg.c
parser-cfg.h
parser-mpcmd.c
parser-mpcmd.h
path.c
path.h
playtree.c playtree: free parameter values when entry is freed 2011-06-29 06:40:37 +03:00
playtree.h
playtreeparser.c
playtreeparser.h
pnm_loader.c
pnm_loader.h
subopt-helper.c
subopt-helper.h
talloc.c
talloc.h
version.sh

README

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.