search for: stream_structure_version

Displaying 6 results from an estimated 6 matches for "stream_structure_version".

2008 Aug 15
0
Fwd: Fwd: New Ogg Dirac mapping draft
...is would be: len = read_uint8() if (len == 255): len += read_uint16() if (len == 255+65535): len += read_uint32() And a len of 2^32 - 1 would indicate a continued packet? We can't change the lacing scheme without changing the stream structure version. So I'd propose something like: stream_structure_version = 1 header_type_flags: bit 0 : fresh/continued packet bit 1 : bos bit 2 : eos new flags: bit 3 : CRC is only the header data bit 4-5: 0 is traditional lacing, 1 is 16 bit packet length, 2 is 32 bit packet length, 3 is 64 bit packet length. The packet length field would start on byte 26 where...
2008 Aug 12
7
New Ogg Dirac mapping draft
David Flynn has proposed a new Ogg Dirac mapping. The draft is here: http://davidf.woaf.net/dirac-mapping-ogg.pdf This is a much bigger break from other codecs than my draft (at http://wiki.xiph.org/index.php/OggDirac). We talked a bit about it on IRC today. Below is my summary; hopefully David can correct anything I got wrong or misleading. Comments? There are two main differences
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
...;p> 0x53 'S' It helps a decoder to find the page boundaries and regain synchronisation after parsing a corrupted stream. Once the capture pattern is found, the decoder verifies page sync and integrity by computing and comparing the checksum. 2. stream_structure_version: 1 Byte signifying the version number of the Ogg file format used in this stream (this document specifies version 0). 3. header_type_flag: the bits in this 1 Byte field identify the specific type of this page. * bit 0x01 set: page contains data of a pac...
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
...;p> 0x53 'S' It helps a decoder to find the page boundaries and regain synchronisation after parsing a corrupted stream. Once the capture pattern is found, the decoder verifies page sync and integrity by computing and comparing the checksum. 2. stream_structure_version: 1 Byte signifying the version number of the Ogg file format used in this stream (this document specifies version 0). 3. header_type_flag: the bits in this 1 Byte field identify the specific type of this page. * bit 0x01 set: page contains data of a pac...
2003 Feb 13
2
Changes to Ogg format IETF I-D
...;p> 0x53 'S' It helps a decoder to find the page boundaries and regain synchronisation after parsing a corrupted stream. Once the capture pattern is found, the decoder verifies page sync and integrity by computing and comparing the checksum. 2. stream_structure_version: 1 Byte signifying the version number of the Ogg file format used in this stream (this document specifies version 0). 3. header_type_flag: the bits in this 1 Byte field identify the specific type of this page. * bit 0x01 set: page contains data of a pac...
2003 Feb 13
2
Changes to Ogg format IETF I-D
...;p> 0x53 'S' It helps a decoder to find the page boundaries and regain synchronisation after parsing a corrupted stream. Once the capture pattern is found, the decoder verifies page sync and integrity by computing and comparing the checksum. 2. stream_structure_version: 1 Byte signifying the version number of the Ogg file format used in this stream (this document specifies version 0). 3. header_type_flag: the bits in this 1 Byte field identify the specific type of this page. * bit 0x01 set: page contains data of a pac...