[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.105,1.106

Oded Shimon CVS syncmail at mplayerhq.hu
Fri Feb 17 20:45:39 CET 2006


CVS change done by Oded Shimon CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv27550/DOCS/tech

Modified Files:
	mpcf.txt 
Log Message:
some cleanup. enforce decode_delay to not be too high.


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- mpcf.txt	13 Feb 2006 07:29:11 -0000	1.105
+++ mpcf.txt	17 Feb 2006 19:45:35 -0000	1.106
@@ -111,9 +111,6 @@
 Common elements:
 ----------------
 
-packet header:
-    forward ptr                         v
-
 reserved_bytes:
     for(i=0; i<forward_ptr - length_of_non_reserved; i++)
         reserved                        u(8)
@@ -126,7 +123,7 @@
 
 main header:
     main_startcode                      f(64)
-    packet header
+    forward_ptr                         v
     version                             v
     stream_count                        v
     max_distance                        v
@@ -170,7 +167,7 @@
 
 stream_header:
     stream_startcode                    f(64)
-    packet_header
+    forward_ptr                         v
     stream_id                           v
     stream_class                        v
     fourcc                              vb
@@ -231,7 +228,7 @@
 
 index:
     index_startcode                     f(64)
-    packet header
+    forward_ptr                         v
     max_pts                             v
     syncpoints                          v
     for(i=0; i<syncpoints; i++){
@@ -296,7 +293,7 @@
 
 info_packet: (optional)
     info_startcode                      f(64)
-    packet header
+    forward_ptr                         v
     info_frame
 
 syncpoint:
@@ -456,6 +453,7 @@
     dts from pts
     is set to 0 for streams without B-frames, and set to 1 for streams with
     B-frames, may be larger for future codecs
+    decode_delay MUST NOT be set higher than necessary for a codec.
 
 fixed_fps
     1 indicates that the fps is fixed
@@ -562,6 +560,7 @@
     checksum is calculated for the area pointed to by forward_ptr not
     including the checksum itself (from first byte after the
     forward_ptr until last byte before the checksum).
+    In the case of info frames, covers area from begginning of frame.
 
 syncpoint_checksum
     crc32 checksum
@@ -729,12 +728,6 @@
 Info frames can be used to describe the file or some part of it (chapters)
 
 
-Unknown packets:
-----------------
-
-MUST be ignored by the demuxer
-
-
 demuxer (non-normative):
 ------------------------
 




More information about the MPlayer-cvslog mailing list