1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00
mpv/DOCS
michael 56dbc658e4 add forward_ptr to syncpoint (+0.006% overhead)
give syncpoint and frameheader their own checksums (worst case overhead increase <0.006%)
fix filestructure so that extendability is restored
move index_ptr to the fileend so that index packets arent a special case with their reserved_bytes position
-> all packets follow the same structure now

remove "optional" word from info packets, they are not more optional then index packets

split index packets
note, this is entirely optional and a muxer which has difficulty with it can always output a single index packet

remove the index MUST be at the file end if anywher rule, its not needed anymore as index_ptr will always be at the end

info frames must be keyframes

last info frame is the most correct

comments, flames?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17712 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 14:19:37 +00:00
..
de New website structure, the /homepage subdirectory is gone. 2006-03-01 10:01:43 +00:00
it New website structure, the /homepage subdirectory is gone. 2006-03-01 10:01:43 +00:00
man synced with 1.1235 2006-03-01 09:57:11 +00:00
tech add forward_ptr to syncpoint (+0.006% overhead) 2006-03-01 14:19:37 +00:00
xml Change obsolete references to design6 to design7. 2006-03-01 10:07:43 +00:00
zh New website structure, the /homepage subdirectory is gone. 2006-03-01 10:01:43 +00:00
.cvsignore Ignore codecs-status.html. 2005-05-18 23:07:37 +00:00
default.css
README

#######################################
## 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.