- 07 Dec, 2008 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3817 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
throughout, for Mozilla bug 468280 Adds new error return OGGZ_ERR_OUT_OF_MEMORY git-svn-id: http://svn.annodex.net/liboggz/trunk@3816 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 17 Nov, 2008 2 commits
-
-
conrad authored
for ticket:439, reported by Coverity git-svn-id: http://svn.annodex.net/liboggz/trunk@3790 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
giles authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3788 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Nov, 2008 1 commit
-
-
conrad authored
in the headers of a track, as such header corruption cannot be tolerated by decoders. Beyond the headers, skip holes in data as before for robustness. This should fix Mozilla bug 463756: https://bugzilla.mozilla.org/show_bug.cgi?id=463756 which crashed in vorbis_synthesize() after attempting to decode with corrupt headers. The method of this fix is adapted from libvorbisfile, but here should work for any content type. Tested with the file attached to the above bug, with fishsound-info and oggplay-info, both of which previously crashed. git-svn-id: http://svn.annodex.net/liboggz/trunk@3773 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 16 Sep, 2008 1 commit
-
-
conrad authored
Fixes ticket:416, "oggz-chop writes wrong granulerate in fisbone" by correcting the library behaviour. - Rename internal oggz_auto_get_granulerate() to oggz_auto_read_bos_packet() - Add internal oggz_auto_read_bos_page() - Use oggz_auto_read_bos_page() when a new bos page is encountered, before calling the user's page reader callback - Correct the granulerate denominator reported by oggz_get_granulerate, removing the internal OGGZ_AUTO_MULT scaling git-svn-id: http://svn.annodex.net/liboggz/trunk@3718 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 09 Feb, 2008 1 commit
-
-
johnf authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3424 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 21 Jan, 2008 1 commit
-
-
conrad authored
This function is used by oggz_read to identify a bos page as soon as it is read, before any packet extraction is done. We do this on a page so that the content-type is known before the user's read_page callback is called. git-svn-id: http://svn.annodex.net/liboggz/trunk@3364 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Jan, 2008 1 commit
-
-
conrad authored
http://svn.annodex.net/liboggz/branches/read-skeleton git-svn-id: http://svn.annodex.net/liboggz/trunk@3322 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 02 Jan, 2008 1 commit
-
-
shans authored
OGGZ_CONSTRUCT_SKELETON flag is set. Note that this doesn't completely work and isn't used by anything yet. If you want a preview, switch on the debugging hack line in oggz.c. git-svn-id: http://svn.annodex.net/liboggz/trunk@3320 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 26 Nov, 2007 1 commit
-
-
shans authored
granulepos values. git-svn-id: http://svn.annodex.net/liboggz/trunk@3278 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 06 Oct, 2007 1 commit
-
-
shans authored
ogg_int64_t variable fixed in oggz_read.c git-svn-id: http://svn.annodex.net/liboggz/trunk@3249 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 03 Sep, 2007 1 commit
-
-
shans authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3216 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 11 Jun, 2007 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2886 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Dec, 2006 2 commits
-
-
conrad authored
+ oggz_comment_() functions for querying comments per logical bitstream, and for adding/removing comments in-memory + added comment-test to test suite + tested under valgrind (no leaks) + added example program in src/examples/dump-comments + auto detection to dump speex comments NB: No writing comments to files yet, though the internals are there for it. git-svn-id: http://svn.annodex.net/liboggz/trunk@2563 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2562 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 22 Aug, 2006 1 commit
-
-
shans authored
and continue (these occur when page sequence numbers are not monotonic increasing for a stream and do not seem to matter) git-svn-id: http://svn.annodex.net/liboggz/trunk@2395 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 04 Aug, 2006 1 commit
-
-
shans authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2376 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 21 Jun, 2006 1 commit
-
-
shans authored
Added calculation of lost granulepos values for packets that are not on end of page (theora and speex codecs only at this point). git-svn-id: http://svn.annodex.net/liboggz/trunk@2341 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 19 Jun, 2006 1 commit
-
-
shans authored
opened with the OGGZ_AUTO flag, the content type of a stream can be retrieved using oggz_stream_get_content once the first page of that stream has been read. A human-readable string representation can also be retrieved using oggz_stream_get_content_type. Updated oggzinfo, etc. to use liboggz variant of content type detection. git-svn-id: http://svn.annodex.net/liboggz/trunk@2339 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 24 Feb, 2006 1 commit
-
-
conrad authored
oggz_off_t (as used in oggz_read.c and oggz_seek.c) is now automatically generated; this will need to be defined statically in config.h for win32/ and symbian/ git-svn-id: http://svn.annodex.net/liboggz/trunk@2106 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Feb, 2006 2 commits
-
-
conrad authored
callbacks are always reported (on the subsequent call if data was written during the current call; semantics for the current call are unchanged). + generalises delayed return values and callback return -> error mappings git-svn-id: http://svn.annodex.net/liboggz/trunk@2014 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
and return it on the subsequent read call (unless no data has been read, in which case return it on this call as before). This ensures that when the user returns OGGZ_STOP_OK or OGGZ_STOP_ERR in a read callback, that condition is acknowledged in a subsequent call to oggz_read_*(). git-svn-id: http://svn.annodex.net/liboggz/trunk@2012 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 01 Feb, 2005 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@806 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 30 Jan, 2005 5 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@781 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@776 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@775 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@774 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
* move eof check to happen only when 0 bytes are read (bug #42) * make check for scan less aggressive git-svn-id: http://svn.annodex.net/liboggz/trunk@773 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 29 Jan, 2005 1 commit
-
-
conrad authored
* code cleanups, move seek guess calculation to separate function * improved debugging, add DEBUG_VERBOSE for page reading output git-svn-id: http://svn.annodex.net/liboggz/trunk@768 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 24 Jan, 2005 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@715 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 23 Jan, 2005 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@704 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 20 Sep, 2004 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@588 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 15 Sep, 2004 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@577 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
* oggz_get_next_start_page internal function also finds continued pages with packets>1 (used to just find non-continued pages) * better debugging for get_prev_start_page * fixed return types for oggz_seek_units and related static functions git-svn-id: http://svn.annodex.net/liboggz/trunk@574 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 12 Sep, 2004 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@565 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@562 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Sep, 2004 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@541 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 07 Sep, 2004 1 commit
-
-
conrad authored
getting data from an IO source) git-svn-id: http://svn.annodex.net/liboggz/trunk@539 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 06 Sep, 2004 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@538 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-