- 08 Dec, 2006 1 commit
-
-
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
-
- 05 Sep, 2004 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@537 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 30 Aug, 2004 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@530 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 27 Aug, 2004 3 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@525 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@523 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@522 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 25 Aug, 2004 1 commit
-
-
conrad authored
input data being read git-svn-id: http://svn.annodex.net/liboggz/trunk@513 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 02 Aug, 2004 1 commit
-
-
colinw authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@447 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 17 Jun, 2004 1 commit
-
-
conrad authored
where read callbacks return a STOP condition before any input bytes were consumed. Hence, from now on oggz_read*() will only return 0 on EOF. git-svn-id: http://svn.annodex.net/liboggz/trunk@438 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 13 Jun, 2004 1 commit
-
-
conrad authored
fixing memory leak git-svn-id: http://svn.annodex.net/liboggz/trunk@433 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Jun, 2004 1 commit
-
-
colinw authored
link successfully when OGGZ_CONFIG_READ is 0, plus changed the read buffer size to 64k to increase performance (drastically) on Symbian OS git-svn-id: http://svn.annodex.net/liboggz/trunk@432 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 28 May, 2004 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@423 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Feb, 2004 4 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@398 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@397 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
+ fixed 'if (bytes = ERR_BLAH)' typo from friday :) git-svn-id: http://svn.annodex.net/liboggz/trunk@396 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
zen authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@395 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-