1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 13:51:14 +00:00
mpv/DOCS
cladisch cc8359e4e8 This patch removes mmap support because it doesn't have any benefit.
Directly accessing the sample buffer makes sense only when the samples
can be constructed in-place.  When the samples are just copied from
another buffer (as is the case with libao2 drivers), the code to copy
those samples is just a reimplementation of snd_pcm_writei(), so we
could as well use that function.

Besides, the current mmap code does not work except in the most simple
cases: it claims to support non-interleaved and complex sample formats,
but treats them the same as interleaved formats and writes to the wrong
memory location.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17617 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-13 11:15:25 +00:00
..
de Typo noticed by Reimar Döffinger. 2004-10-20 00:56:25 +00:00
it Important typo noticed by Piero di Vita <scognito at libero dot it> 2004-10-24 23:00:28 +00:00
man This patch removes mmap support because it doesn't have any benefit. 2006-02-13 11:15:25 +00:00
tech fix index, first keyframe cannot be written with pts=0 2006-02-13 07:29:11 +00:00
xml No sane person should encode last pass without at least 'mbd=2' and 'trell' (or should _really_ have _really good_ reasons) 2006-02-11 22:36:21 +00:00
zh Important typo noticed by Piero di Vita <scognito at libero dot it> 2004-10-24 23:00:28 +00:00
.cvsignore Ignore codecs-status.html. 2005-05-18 23:07:37 +00:00
default.css Mozilla/Opera/? fix 2002-08-13 11:20:12 +00:00
README grammar + renamed target 2003-10-21 10:26:00 +00:00

#######################################
## Reading the MPlayer Documentation ##
#######################################

Thanks for reading MPlayer documentation !!!


1. For "release" version users (i.e. non-CVS):

   a, Enter the HTML/ directory, and there you'll find the documentation,
      each language in its own subdirectory.

   b, If you prefer reading the documentation as a single big file it 
      can be found in the HTML-single/ directory, each language in its 
      own subdirectory.

   c, If the HTML/ or HTML-single/ directories don't contain your language, 
      try the subdirectories in this very same folder.


2. For "development" version users (i.e. CVS or CVS snapshots):

   a, Enter the xml/ directory, and read the README file there to find
      out how to build a HTML version of the XML documentation. It will
      be created in the HTML/ and HTML-single/ directories.

   b, If the xml/ directory doesn't contain your language, try the
      subdirectories in this very same folder.