This project is a fork of the mplayer.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/mplayer.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownergreg@geekmind.org
last changeSun, 15 May 2011 22:32:26 +0000 (16 01:32 +0300)
content tags
add:
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.
shortlog
2011-05-15 Uoti Urpalaao: fix crash after ao init failure (from recent 3a5fd1... master
2011-05-09 Uoti Urpalavo_xvmc: drop XvMC support
2011-05-07 Uoti Urpalaaudio: disallow partial samples, fix ad_pcm to comply
2011-05-07 Uoti Urpalaoptions: fix -profile parsing after 2db33ab48c
2011-05-06 Clément Bœschcleanup: shut up more warnings
2011-05-05 Uoti Urpalaao_pcm, core: use new API in ao_pcm, change timing...
2011-05-05 Uoti Urpalaao_null: convert to new API, cleanup/rewrite
2011-05-04 Uoti Urpalaaudio output: add a new AO driver API
2011-05-04 Uoti Urpalacleanup: reindent audio_out.[ch]
2011-05-04 Uoti Urpalainput: make slave command file descriptors nonblocking
2011-05-04 Rudolf Polzeraudio: clamp sample values in float->int format conversions
2011-05-03 Uoti Urpalaaudio: avoid duplicated error messages on init failure
2011-05-03 Uoti Urpalaad_ffmpeg: return failure from init() if initial decode...
2011-05-03 Uoti Urpalainput/joystick.c: add #include missing from 23cb829072
2011-05-03 Clément Bœschvo_svga: fix build after previous commit 6506d4ad
2011-05-01 Clément Bœschcleanup: remove more warnings
...
tags
13 years ago v2.0 mplayer2 2.0
13 years ago v2.0-rc2 MPlayer2 2.0-rc2
13 years ago v2.0-rc1 MPlayer2 2.0-rc1
13 years ago v2.0-beta1 First beta tag for testing
heads
12 years ago master