search for: read_uint32

Displaying 3 results from an estimated 3 matches for "read_uint32".

2008 Aug 15
0
Fwd: Fwd: New Ogg Dirac mapping draft
...bytes (admittedly > a probably common case, but adding only one byte). Now that you mention > flags, lacing type could be put in flags, so this worsening could be avoided > too. So this 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:...
2025 Apr 16
4
NSD 4.12.0rc1 pre-release
...read routine for use after the temp region is freed of rr. - Fix ixfr file read to manage numlist in temp domains. - Fix nsd-mem to clean ixfr storage. - Fix log print assert in server sockets for printing '-' empty. - Fix notify_fmt test for xfrd file location. - Fix sanitizer warnings in read_uint32. - Fix sanitizer warning in tsig write of zero length mac and otherdata. - Fix to please sanitizer for ixfr store of data in cancelled state. - Fix multiple zone transfers in one reload so that xfrd does not check the update as failed and restart the transfer. - Fix read of ixfr file with rdata s...
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