- Oct 30, 2014
-
-
Ralph Giles authored
This code is unused, so just remove it.
-
Ralph Giles authored
before_p is debug-only.
-
Ralph Giles authored
Unused variable and assignment as conditional.
-
Brion Vibber authored
Signed-off-by:
Ralph Giles <giles@xiph.org>
-
- Apr 25, 2011
-
-
Viktor Gal authored
-
Viktor Gal authored
-
Viktor Gal authored
-
Viktor Gal authored
Add option to find and define where Ogg library resides via configure script
-
Viktor Gal authored
-
- Apr 23, 2010
-
-
Viktor Gal authored
Add delta encoder for index packets based on OggIndex implementation
-
Viktor Gal authored
-
Viktor Gal authored
-
Viktor Gal authored
Both in case of functions for extracting and writing integers from/to ogg packets return the shifted string pointer by the size of the integer.
-
- Apr 12, 2010
-
-
Viktor Gal authored
-
- Mar 30, 2010
-
-
Viktor Gal authored
-
- Mar 26, 2010
-
-
Viktor Gal authored
As they are just examples how to use the library
-
Viktor Gal authored
-
Viktor Gal authored
-
Viktor Gal authored
-
Viktor Gal authored
Two new getter functions for skeleton v3.2 or later: * oggskel_get_segment_len: get the length of the segment * oggskel_get_non_header_offset: get the offset of the first non-header page
-
Viktor Gal authored
darn left out from the previous commit! :S
-
Viktor Gal authored
-
Viktor Gal authored
Fix configure.ac and add encoding functionality It only supports 3.0 skeleton, i.e. indexing is not supported yet.
- Mar 24, 2010
-
-
Viktor Gal authored
oggskel_get_keypoint_offset basically gives back the offset for the nearest keypoint that is before a given time in the ogg container.
-
- Mar 23, 2010
-
-
Viktor Gal authored
-
Viktor Gal authored
In previous version of skeleton specification the fisbone headers stored the serial numbers of tracks with a 4 bytes unsigned integer. But in libogg and every other ogg related library the serial number is stored by 4 bytes SIGNED integer. The skeleton specs has been updated (thnx Silvia), this commit just follows the update. credits to doublec
-
- Mar 22, 2010
-
-
Viktor Gal authored
was a silly move to do that .... reverting to the previous code.
-
Viktor Gal authored
-
Viktor Gal authored
and initialise the bone and index pointers to NULL!
-
Viktor Gal authored
-
Viktor Gal authored
thnx to doublec and oggkoggk
-
Viktor Gal authored
Currently only decoding is working. The library can decode all known skeleton headers, including index headers.
-
- Mar 20, 2010
-
-
Viktor Gal authored
Contains only decoding part
-