Displaying 1 result from an estimated 1 matches for "_theora_unpack_info".
2004 Oct 31
3
a question about Bitstream Header.
...ms to me that there are differences between the specification[1]
(version 2004 Oct 1) and its reference implementation in
libtheora 1.0alpha3 released at 2004 Jun 1.
I mean that... please refer to Section 6.2 'Identification Header Decode'
in that specification[1] and the function '_theora_unpack_info()'
included in 'lib/toplevel.c'[2] of libtheora 1.0alpha3.
In developing some pure Java program[3], I had required to implement
some function, which converts granulepos to time in pure Java, and needed
to parse Theora header in pure Java. Now, I have followed the format
implemented...