1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 12:11:52 +00:00
mpv/DOCS
michael 76028a8b6b removing backward pointers
removing frames with type 1
forward pointers point to the next packet (=size of the packet) instead of pointing over several type 0 frames
removing forward pointers from type 2 frames (they are after the above changes equal to the data_size and would thus be redundant)
simplify frame_code flags 7->5 bit
remove zero_bit definition (was unused)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12239 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-20 17:58:24 +00:00
..
de /usr/lib/win32 --> /usr/lib/codecs 2004-04-17 22:51:09 +00:00
hu /usr/lib/win32 --> /usr/lib/codecs 2004-04-17 22:51:09 +00:00
it typo fix: Mplayer --> MPlayer 2004-04-17 23:19:22 +00:00
man typo fix: Mplayer --> MPlayer 2004-04-17 23:19:22 +00:00
tech removing backward pointers 2004-04-20 17:58:24 +00:00
xml translation prepared by Boski Cinek <boski_cinek(at)o2.pl> 2004-04-18 20:29:59 +00:00
zh /usr/lib/win32 --> /usr/lib/codecs 2004-04-17 22:51:09 +00:00
.cvsignore HTML-single added. 2003-10-21 01:27:17 +00:00
default.css
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.