- 08 Dec, 2006 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2562 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 30 Oct, 2006 2 commits
-
-
shans authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2543 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
shans authored
file. In the oggz_seek.c, oggz_off_t is used, which is defined in config.h to be loff_t on my platform. Not sure how to resolve this properly. (2) Some minor formatting changes (3) Prevented oggz_write from returning a user error when hungry writing ran out of packets git-svn-id: http://svn.annodex.net/liboggz/trunk@2540 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 2 commits
-
-
shans authored
in granulerate setting) git-svn-id: http://svn.annodex.net/liboggz/trunk@2377 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
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
-
- 20 Jun, 2006 1 commit
-
-
conrad authored
writing the next packet, when it has already been dequeued) -- detected by valgrind on write-suffix test, and similar write-prefix test git-svn-id: http://svn.annodex.net/liboggz/trunk@2340 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
-
- 16 Feb, 2006 1 commit
-
-
conrad authored
[--content-type pcm, -c pcm] option in oggzdump, oggzrip etc. + correction in header diagram in oggz_auto.h git-svn-id: http://svn.annodex.net/liboggz/trunk@2062 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 15 Feb, 2006 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2061 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 11 Feb, 2006 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2027 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
loop, but only returns upon completion or error git-svn-id: http://svn.annodex.net/liboggz/trunk@2026 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Feb, 2006 4 commits
-
-
conrad authored
writing is not callback driven (ie. push not pull). Bugfix for changeset:2015. git-svn-id: http://svn.annodex.net/liboggz/trunk@2016 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
(suffix) of a stream. + Add --prefix, --suffix and --partial options to oggz-validate + Update oggz-validate man page and --help text + Add tests for writing with OGGZ_SUFFIX and OGGZ_PREFIX + Bump shared version info to 3:0:2 git-svn-id: http://svn.annodex.net/liboggz/trunk@2015 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
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
-
- 21 Sep, 2005 1 commit
-
-
conrad authored
Patch by Grayfox, closes #161 git-svn-id: http://svn.annodex.net/liboggz/trunk@1443 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 02 Apr, 2005 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1202 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 31 Mar, 2005 1 commit
-
-
conrad authored
oggzdump: add split display of iframe|pframe in granulepos, for codecs with granuleshift, and ensure 'oggzdump --revert' can parse such oggzdumps. + add oggz_auto parsing to oggz_write, to scan headers of packets as they are fed to the writing queue. git-svn-id: http://svn.annodex.net/liboggz/trunk@1194 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Mar, 2005 2 commits
-
-
conrad authored
by time (to the original time point) hadn't invalidated the cached time offset, hence the second seek was considered unnecessary and skipped. This change correctly invalidates the cached time offset when doing a raw byte seek. git-svn-id: http://svn.annodex.net/liboggz/trunk@1092 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1091 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Feb, 2005 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@873 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
than its own custom one git-svn-id: http://svn.annodex.net/liboggz/trunk@872 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 07 Feb, 2005 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@851 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 05 Feb, 2005 4 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@839 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
+ update Version_script and liboggz.def git-svn-id: http://svn.annodex.net/liboggz/trunk@838 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@835 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@834 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 03 Feb, 2005 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@826 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 02 Feb, 2005 3 commits
-
-
conrad authored
a message for you! git-svn-id: http://svn.annodex.net/liboggz/trunk@824 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@821 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@820 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 01 Feb, 2005 5 commits
-
-
conrad authored
allocated metric data for internal metrics git-svn-id: http://svn.annodex.net/liboggz/trunk@817 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@816 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@806 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@805 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@804 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 31 Jan, 2005 1 commit
-
-
conrad authored
very old or very broken ogg theora files. git-svn-id: http://svn.annodex.net/liboggz/trunk@790 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-