|
|
|
@3795
|
[3795]
|
2008-11-19 14:13:18 |
conrad |
add API functions for getting and seting preroll:
oggz_get_preroll(), … |
|
|
|
@3718
|
[3718]
|
2008-09-16 02:33:49 |
conrad |
Parse BOS page before calling first page reader callback.
Fixes … |
|
|
|
@3390
|
[3390]
|
2008-01-28 19:39:26 |
conrad |
rename internal oggz_stream.h to oggz_stream_private.h |
|
|
|
@3377
|
[3377]
|
2008-01-23 20:55:20 |
conrad |
implement numheaders for all codecs (esp. those with variable … |
|
|
|
@3365
|
[3365]
|
2008-01-20 17:36:51 |
conrad |
add private oggz_auto_identify_packet() function, and use it … |
|
|
|
@3364
|
[3364]
|
2008-01-20 17:27:10 |
conrad |
rename private oggz_auto_identify() to oggz_auto_identify_page()
This … |
|
|
|
@3322
|
[3322]
|
2008-01-07 16:46:09 |
conrad |
revert broken commit r3320. That code has been branched … |
|
|
|
@3320
|
[3320]
|
2008-01-02 04:18:25 |
shans |
Some code for creating skeleton packets on oggz_read, when the … |
|
|
|
@3293
|
[3293]
|
2007-12-06 19:48:25 |
shans |
Continue writing after last packet is encountered to ensure that the … |
|
|
|
@3216
|
[3216]
|
2007-09-02 21:57:14 |
shans |
Code to generate initial granulepos values for packets before the end of … |
|
|
|
@2957
|
[2957]
|
2007-06-16 04:59:04 |
conrad |
Clean up declarations for oggz_off_t:
* Remove redundant copies of … |
|
|
|
@2955
|
[2955]
|
2007-06-16 02:24:45 |
conrad |
clean up handling of CFLAGS in Makefile.am throughout, set -std=c99 and … |
|
|
|
@2608
|
[2608]
|
2007-02-27 22:48:01 |
laser13 |
Single oggz_off_t public type for large file support |
|
|
|
@2563
|
[2563]
|
2006-12-08 01:09:53 |
conrad |
Added comment reading support, and preliminary writing structures:
+ … |
|
|
|
@2376
|
[2376]
|
2006-08-03 21:59:28 |
shans |
-- |
|
|
|
@2341
|
[2341]
|
2006-06-20 23:32:36 |
shans |
Added oggz_tell_granulepos function to query liboggz for granulepos … |
|
|
|
@2339
|
[2339]
|
2006-06-18 23:08:03 |
shans |
Added content type detection and retrieval to liboggz. If oggz files … |
|
|
|
@2027
|
[2027]
|
2006-02-10 18:07:44 |
conrad |
add oggz_run_set_blocksize() function |
|
|
|
@2014
|
[2014]
|
2006-02-09 22:36:08 |
conrad |
add delayed callback return values for oggz_write_*(), so that user … |
|
|
|
@2012
|
[2012]
|
2006-02-09 18:03:39 |
conrad |
oggz_read_*(): when reading is stopped by the user, cache the return … |
|
|
|
@817
|
[817]
|
2005-02-01 14:10:47 |
conrad |
move granulerate/granuleshift info directly into each stream, get rid … |
|
|
|
@710
|
[710]
|
2005-01-23 18:02:50 |
conrad |
add oggz_stream.c, basic stream identification and fishead/fisbone … |
|
|
|
@709
|
[709]
|
2005-01-23 17:31:33 |
conrad |
cleaning up -- remove oggz_private.h dependence from oggz_auto.c |
|
|
|
@588
|
[588]
|
2004-09-20 01:17:24 |
conrad |
add serialno argument to oggz_read_page callbacks |
|
|
|
@562
|
[562]
|
2004-09-11 18:35:35 |
conrad |
add page reading, hack oggzmerge to do page by page interleaving with … |
|
|
|
@540
|
[540]
|
2004-09-06 17:45:26 |
conrad |
ensure ogg_stream flushing during oggz_flush() and oggz_close() when … |
|
|
|
@461
|
[461]
|
2004-08-16 23:35:14 |
conrad |
add explicit initialization of writer->current_stream (thanks valgrind ;-) |
|
|
|
@405
|
[405]
|
2004-03-06 20:05:36 |
silvia |
Version 0.8.1 tarball release.
Included Visual Studio 6 support with … |
|
|
|
@391
|
[391]
|
2004-02-06 08:05:18 |
conrad |
rolled back status stuff, merged check for all metrics back in |
|
|
|
@388
|
[388]
|
2004-02-06 06:55:09 |
conrad |
added check for non-general metrics for seek_units |
|
|
|
@382
|
[382]
|
2004-02-05 03:14:02 |
conrad |
- added OggzIO interface (<oggz/oggz_io.h>, src/liboggz/oggz_io.c)
- … |
|
|
|
@372
|
[372]
|
2004-02-03 17:44:52 |
conrad |
added oggz_purge, and read callback stopping mecahnism |
|
|
|
@346
|
[346]
|
2003-12-17 21:10:04 |
conrad |
updated to 0.8.0 |
|
|
|
@343
|
[343]
|
2003-12-11 19:32:31 |
andre |
Initial revision |