Command line video player
Go to file
wm4 93de744a2b sub: silence output of subtitle search message
This message is not so interesting.
2012-07-30 01:45:07 +02:00
DOCS commands: add show_tracks_osd command to display audio and subtitle tracks on OSD 2012-07-28 20:57:44 +02:00
TOOLS TOOLS/fil2string.py: fix for use with binary files 2012-07-28 23:36:08 +02:00
debian
etc Merge remote-tracking branch 'origin/master' 2012-07-28 17:24:05 +02:00
ffmpeg_files
input bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
libaf Remove compile time/runtime CPU detection, and drop some platforms 2012-07-30 01:37:28 +02:00
libao2 Remove compile time/runtime CPU detection, and drop some platforms 2012-07-30 01:37:28 +02:00
libmpcodecs vf_scale: don't pass CPU flags anymore 2012-07-30 01:38:53 +02:00
libmpdemux mplayer: let frontend print stream info, instead of demuxers 2012-07-30 01:42:55 +02:00
libvo vo_gl, vo_gl3: honor global --vsync option 2012-07-30 01:42:54 +02:00
loader Rip out 3DNOW support 2012-07-30 01:38:14 +02:00
osdep
rpm
stream Remove compile time/runtime CPU detection, and drop some platforms 2012-07-30 01:37:28 +02:00
sub sub: silence output of subtitle search message 2012-07-30 01:45:07 +02:00
timeline bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
.gitignore Merge remote-tracking branch 'origin/master' 2012-07-28 17:24:05 +02:00
AUTHORS
Copyright
LICENSE
Makefile sub: remove unrar_exec 2012-07-30 01:40:42 +02:00
README osd: remove freetype font rendering code 2012-07-28 23:36:08 +02:00
asxparser.c
asxparser.h
av_log.c
av_log.h
av_opts.c
av_opts.h
bstr.c Merge remote-tracking branch 'origin/master' 2012-07-28 17:24:05 +02:00
bstr.h bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
cfg-mplayer.h mplayer: remove Linux RTC support 2012-07-30 01:42:54 +02:00
codec-cfg.c Merge remote-tracking branch 'origin/master' 2012-07-28 17:24:05 +02:00
codec-cfg.h
command.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
command.h
configure mplayer: remove Linux RTC support 2012-07-30 01:42:54 +02:00
cpudetect.c Remove compile time/runtime CPU detection, and drop some platforms 2012-07-30 01:37:28 +02:00
cpudetect.h Rip out 3DNOW support 2012-07-30 01:38:14 +02:00
cpuinfo.c
defaultopts.c Merge remote-tracking branch 'origin/master' 2012-07-28 17:24:05 +02:00
defaultopts.h
fmt-conversion.c
fmt-conversion.h
m_config.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
m_config.h bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
m_option.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
m_option.h Merge remote-tracking branch 'origin/master' 2012-07-28 17:24:05 +02:00
m_property.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
m_property.h
m_struct.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
m_struct.h
mangle.h configure: remove pointless checks for yasm etc. 2012-07-29 00:22:13 +02:00
metadata.h
mixer.c
mixer.h
mp_core.h
mp_fifo.c
mp_fifo.h
mp_msg.c
mp_msg.h configure, mp_msg.h: get rid of MP_DEBUG 2012-07-30 01:40:42 +02:00
mp_osd.h
mpbswap.h
mpcommon.c Change version string 2012-07-29 00:04:17 +02:00
mpcommon.h
mplayer.c mplayer: let frontend print stream info, instead of demuxers 2012-07-30 01:42:55 +02:00
mplayer.h mplayer: remove crash handler stuff 2012-07-30 01:38:53 +02:00
options.h mplayer: remove Linux RTC support 2012-07-30 01:42:54 +02:00
parser-cfg.c
parser-cfg.h
parser-mpcmd.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
parser-mpcmd.h
path.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
path.h
playtree.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
playtree.h
playtreeparser.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
playtreeparser.h
pnm_loader.c
pnm_loader.h
screenshot.c bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr 2012-07-28 23:47:42 +02:00
screenshot.h
subopt-helper.c
subopt-helper.h
talloc.c
talloc.h
version.sh Change version string 2012-07-29 00:04:17 +02:00

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 (for libass)
 - libfontconfig (for libass)
 - 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.