1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-15 11:31:02 +00:00
Command line video player
Go to file
2012-01-18 04:21:58 +01:00
debian
DOCS
drivers
etc etc/input.conf: make file contents match default key bindings 2012-01-18 04:14:34 +01:00
ffmpeg_files configure, build: require at least Libav 0.7 2011-12-22 01:27:45 +02:00
input Merge branch 'utf8_input' into my_master 2012-01-18 04:19:24 +01:00
libaf Merge branch 'softvol' into my_master 2012-01-18 04:21:58 +01:00
libao2 Merge branch 'softvol' into my_master 2012-01-18 04:21:58 +01:00
libmpcodecs Merge remote-tracking branch 'origin/master' into my_master 2012-01-18 04:18:41 +01:00
libmpdemux ad_ffmpeg: pass packet side data from libavformat 2012-01-08 23:32:40 +02:00
libvo Merge branch 'utf8_input' into my_master 2012-01-18 04:19:24 +01:00
loader
osdep input: handle UTF-8 terminal input 2012-01-18 04:13:27 +01:00
rpm
stream stream_vcd: fix option value allocated with strdup 2012-01-16 22:40:14 +02:00
sub configure, build: require at least Libav 0.7 2011-12-22 01:27:45 +02:00
timeline matroska: speed up ordered chapters scanning with improved heuristics 2011-12-23 16:24:00 +01:00
TOOLS
.gitignore
asxparser.c
asxparser.h
AUTHORS
av_log.c
av_log.h
av_opts.c
av_opts.h
bstr.c bstr: add function for UTF-8 parsing (taken from libav) 2012-01-14 14:35:39 +01:00
bstr.h bstr: add function for UTF-8 parsing (taken from libav) 2012-01-14 14:35:39 +01:00
cfg-mplayer.h mplayer: remove ---help option 2011-12-23 16:24:00 +01:00
codec-cfg.c
codec-cfg.h
command.c Merge branch 'softvol' into my_master 2012-01-18 04:21:58 +01:00
command.h
configure configure, build: require at least Libav 0.7 2011-12-22 01:27:45 +02:00
Copyright
cpudetect.c
cpudetect.h
cpuinfo.c
defaultopts.c
defaultopts.h
edl.c
edl.h
fmt-conversion.c configure, build: require at least Libav 0.7 2011-12-22 01:27:45 +02:00
fmt-conversion.h
LICENSE
m_config.c
m_config.h
m_option.c
m_option.h
m_property.c
m_property.h
m_struct.c
m_struct.h
Makefile vf_fspp: make compile without Libav internals 2012-01-02 06:15:52 +02:00
mangle.h
metadata.h
mixer.c mixer, libao: add proper mute control 2012-01-18 04:21:46 +01:00
mixer.h mixer, libao: add proper mute control 2012-01-18 04:21:46 +01:00
mp_core.h Merge branch 'softvol' into my_master 2012-01-18 04:21:58 +01:00
mp_fifo.c input: allow unicode keys and reassign internal key codes 2012-01-18 04:11:48 +01:00
mp_fifo.h input: allow unicode keys and reassign internal key codes 2012-01-18 04:11:48 +01:00
mp_msg.c
mp_msg.h
mp_osd.h
mpbswap.h
mpcommon.c
mpcommon.h
mplayer.c Merge branch 'softvol' into my_master 2012-01-18 04:21:58 +01:00
mplayer.h
options.h
parser-cfg.c
parser-cfg.h
parser-mpcmd.c
parser-mpcmd.h
path.c
path.h
playtree.c playtree: --shuffle shouldn't make playlist navigation useless 2012-01-18 02:53:30 +01:00
playtree.h
playtreeparser.c
playtreeparser.h
pnm_loader.c
pnm_loader.h
README
screenshot.c screenshot: improve quality by using additional swscale flags 2012-01-18 02:53:30 +01:00
screenshot.h
subopt-helper.c
subopt-helper.h
talloc.c
talloc.h
version.sh

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.