Command line video player
Go to file
Uoti Urpala 1a8384401b demux: use talloc for sh_* structs and "lang" field 2011-07-03 15:01:24 +03:00
DOCS manpage: use upper case names for some keys 2011-06-29 07:37:24 +03:00
TOOLS
debian
drivers
etc codecs.conf: add fourcc DVOO to rawyuy2 2011-06-29 11:13:05 +03:00
ffmpeg_files
input Merge branch 'mplayer1_changes' 2011-06-29 11:39:06 +03:00
libaf
libao2 audio: move ready-for-ao data buffer from decoder to AO 2011-07-02 09:22:32 +03:00
libmenu
libmpcodecs audio: move ready-for-ao data buffer from decoder to AO 2011-07-02 09:22:32 +03:00
libmpdemux demux: use talloc for sh_* structs and "lang" field 2011-07-03 15:01:24 +03:00
libvo cleanup: mark some vo_directfb2.c and vo_s3fb.c functions static 2011-06-29 11:43:19 +03:00
loader
osdep
rpm
stream Merge branch 'mplayer1_changes' 2011-06-29 11:39:06 +03:00
sub subreader: SAMI subs: wrap line if needed 2011-06-29 11:28:46 +03:00
timeline
.gitignore
AUTHORS
Copyright
LICENSE
Makefile Makefile: show brief build output by default 2011-07-02 02:11:33 +03:00
README
access_mpcontext.h
asxparser.c
asxparser.h
av_log.c
av_log.h
av_opts.c
av_opts.h
bstr.c
bstr.h
cfg-mplayer.h
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 Merge branch 'mplayer1_changes' 2011-06-29 11:39:06 +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
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
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
mp_msg.h mp_msg: change mp_dbg() to inline function to check syntax 2011-06-29 09:51:49 +03:00
mp_osd.h
mpbswap.h
mpcommon.c
mpcommon.h
mplayer.c audio: move ready-for-ao data buffer from decoder to AO 2011-07-02 09:22:32 +03:00
mplayer.h
options.h
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.