Command line video player
Go to file
wm4 b0e695cf79 Remove leftover BeOS support stuff
As by mplayer-svn commit 33972. Their BeOS removal was more thorough.
2012-08-03 01:20:51 +02:00
DOCS vf_stereo3d.c: half-width side-by-side formats for stereo3d 2012-08-03 01:09:18 +02:00
TOOLS
debian
etc Remove teletext support 2012-08-03 00:12:46 +02:00
ffmpeg_files
input Remove teletext support 2012-08-03 00:12:46 +02:00
libaf AF: remove af_gate and af_comp 2012-08-02 22:07:38 +02:00
libao2 Change <endian.h> include to <sys/types.h> 2012-07-31 23:37:56 +02:00
libmpcodecs vf_stereo3d.c: half-width side-by-side formats for stereo3d 2012-08-03 01:09:18 +02:00
libmpdemux Remove teletext support 2012-08-03 00:12:46 +02:00
libvo vo_null: do not accept hwaccel formats 2012-08-03 01:13:02 +02:00
loader loader: remove weird kstat thing 2012-08-03 01:00:55 +02:00
osdep Remove leftover BeOS support stuff 2012-08-03 01:20:51 +02:00
rpm
stream cache2: make warnings easier to understand 2012-08-03 01:13:34 +02:00
sub Remove teletext support 2012-08-03 00:12:46 +02:00
timeline
.gitignore manpage: merge new manpage 2012-08-02 22:05:27 +02:00
AUTHORS
Copyright
LICENSE
Makefile Remove leftover BeOS support stuff 2012-08-03 01:20:51 +02:00
README
asxparser.c Remove dead code 2012-08-01 17:07:35 +02:00
asxparser.h mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
av_log.c
av_log.h
av_opts.c
av_opts.h
bstr.c
bstr.h
cfg-mplayer.h Remove teletext support 2012-08-03 00:12:46 +02:00
codec-cfg.c
codec-cfg.h
command.c Remove teletext support 2012-08-03 00:12:46 +02:00
command.h
configure Remove leftover BeOS support stuff 2012-08-03 01:20:51 +02:00
cpudetect.c cpudetect: remove unused/forgotten crap 2012-08-01 23:49:06 +02:00
cpudetect.h cpudetect: remove unused/forgotten crap 2012-08-01 23:49:06 +02:00
defaultopts.c mplayer: expand --title as property, remove --use-filename-title 2012-08-02 02:37:00 +02:00
defaultopts.h
fmt-conversion.c
fmt-conversion.h
m_config.c m_config: reallow specifying static default values for string options 2012-08-02 02:37:00 +02:00
m_config.h mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
m_option.c
m_option.h
m_property.c
m_property.h
m_struct.c Remove dead code 2012-08-01 17:07:35 +02:00
m_struct.h Remove dead code 2012-08-01 17:07:35 +02:00
mangle.h mangle: change preprocessor define for macosx 2012-08-01 08:46:20 +02:00
metadata.h
mixer.c
mixer.h
mp_core.h mplayer: make display of playback status more uniform 2012-08-01 00:42:06 +02:00
mp_fifo.c
mp_fifo.h
mp_msg.c
mp_msg.h
mp_osd.h mplayer: make display of playback status more uniform 2012-08-01 00:42:06 +02:00
mpbswap.h
mpcommon.c
mpcommon.h mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
mplayer.c Remove teletext support 2012-08-03 00:12:46 +02:00
mplayer.h
options.h mplayer: rip out --capture support 2012-08-02 23:22:52 +02:00
parser-cfg.c
parser-cfg.h
parser-mpcmd.c mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
parser-mpcmd.h mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
path.c
path.h
playlist.c mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
playlist.h mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
playlist_parser.c mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
playlist_parser.h mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
pnm_loader.c
pnm_loader.h
screenshot.c
screenshot.h
subopt-helper.c Remove dead code 2012-08-01 17:07:35 +02:00
subopt-helper.h Remove dead code 2012-08-01 17:07:35 +02:00
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 (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.