Command line video player
Go to file
reimar 27b88a09c5 subreader: SAMI subs: wrap line if needed
Start a new line if there's no space left to append to the previous
one.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33471 b3059339-0415-0410-9bf9-f77b7e298cf2
2011-06-29 11:28:46 +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 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 vo_gl: don't accept 9/10-bit formats as input 2011-06-29 10:49:41 +03:00
libmpdemux demux_ts: Support S302M audio 2011-06-29 11:11:50 +03:00
libvo vo_gl: Request GL_LUMINANCE16 for 16-bit YUV input 2011-06-29 10:49:52 +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 stream.c: make some stream messages translatable 2011-06-29 11:01:31 +03:00
sub subreader: SAMI subs: wrap line if needed 2011-06-29 11:28:46 +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 Update libav API uses 2011-04-20 04:36:05 +03:00
av_opts.h
bstr.c
bstr.h bstr.h: change BSTR() from macro to inline function 2011-04-24 03:05:24 +03:00
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 input: rewrite -key-fifo-size limiting logic 2011-05-02 00:44:21 +03:00
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.