root/liboggz/trunk/src/liboggz/oggz_auto.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3718 [3718] 2008-09-16 02:33:49 conrad Parse BOS page before calling first page reader callback. Fixes …
(edit) @3717 [3717] 2008-09-16 02:31:48 conrad generalize bos parsing functions to work on raw data instead of ogg packet …
(edit) @3665 [3665] 2008-07-31 02:13:41 j get to know Ogg Dirac
(edit) @3607 [3607] 2008-06-16 02:48:05 conrad fit kate magic into the first 8 bytes. Patch by ogg.k.ogg.k
(edit) @3512 [3512] 2008-03-20 03:30:14 conrad add Kate support to liboggz and oggzinfo, oggzdump, oggzrip etc. See …
(edit) @3450 [3450] 2008-02-12 19:52:23 conrad add calculation of unmarked granulepos for celt
(edit) @3449 [3449] 2008-02-12 18:45:34 conrad add basic support for (experimental) Ogg mapping for CELT codec. This …
(edit) @3390 [3390] 2008-01-28 19:39:26 conrad rename internal oggz_stream.h to oggz_stream_private.h
(edit) @3377 [3377] 2008-01-23 20:55:20 conrad implement numheaders for all codecs (esp. those with variable …
(edit) @3367 [3367] 2008-01-20 18:04:28 conrad decode FLAC vorbiscomments packet
(edit) @3365 [3365] 2008-01-20 17:36:51 conrad add private oggz_auto_identify_packet() function, and use it …
(edit) @3364 [3364] 2008-01-20 17:27:10 conrad rename private oggz_auto_identify() to oggz_auto_identify_page() This …
(edit) @3278 [3278] 2007-11-25 19:55:29 shans Some minor adjustments to work around Yet More problems with ogg …
(edit) @3249 [3249] 2007-10-05 22:40:13 shans possible fix for Ian Malone's segfault bug. ogg_int64_t variable fixed in …
(edit) @3236 [3236] 2007-09-11 18:00:42 shans Always calculate granulepos value, even if one is available in bitstream. …
(edit) @3223 [3223] 2007-09-04 18:53:26 shans Set last size flag correctly, removed duplicate return on valid gp
(edit) @3222 [3222] 2007-09-04 00:46:24 shans Don't let gp go below zero when counting backwards (vorbis)
(edit) @3216 [3216] 2007-09-02 21:57:14 shans Code to generate initial granulepos values for packets before the end of …
(edit) @3205 [3205] 2007-08-28 03:54:02 shans Deal correctly with seeking back into headers when calculating gp values
(edit) @3204 [3204] 2007-08-28 03:35:45 shans Getting everything to actually compile again
(edit) @2955 [2955] 2007-06-16 02:24:45 conrad clean up handling of CFLAGS in Makefile.am throughout, set -std=c99 and …
(edit) @2942 [2942] 2007-06-15 21:16:24 laser13 Change auto_calc_theora_info_t declaration location because Visual Studio …
(edit) @2824 [2824] 2007-05-31 05:12:12 shans One more time, without the printfs
(edit) @2823 [2823] 2007-05-31 04:52:53 shans Correct gp handling for speex
(edit) @2819 [2819] 2007-05-31 04:15:12 shans Vorbis and Theora implementations return _0_ for header packets, _-1_ for …
(edit) @2815 [2815] 2007-05-31 01:49:07 shans oggz_tell_granulepos now returns -1 for header packets, and when the gp …
(edit) @2733 [2733] 2007-05-16 18:24:04 shans Fix for freezing problem in CMMLWiki.
(edit) @2573 [2573] 2006-12-10 04:43:54 conrad Implement auto_calc_flac() -- calculate granulepos for flac packets …
(edit) @2572 [2572] 2006-12-10 03:38:23 conrad add some docs and stub function for auto_calc_flac() [commented out]
(edit) @2565 [2565] 2006-12-08 01:17:44 conrad add support for reading vorbis and theora comments
(edit) @2563 [2563] 2006-12-08 01:09:53 conrad Added comment reading support, and preliminary writing structures: + …
(edit) @2376 [2376] 2006-08-03 21:59:28 shans --
(edit) @2341 [2341] 2006-06-20 23:32:36 shans Added oggz_tell_granulepos function to query liboggz for granulepos …
(edit) @2339 [2339] 2006-06-18 23:08:03 shans Added content type detection and retrieval to liboggz. If oggz files …
(edit) @2062 [2062] 2006-02-15 16:00:49 conrad add OggPCM2 support to oggz tools: oggzinfo, oggz-validate, and …
(edit) @2061 [2061] 2006-02-15 15:46:44 conrad add OggPCM2 support to liboggz (in oggz_auto, for seeking and timestamps)
(edit) @872 [872] 2005-02-10 08:49:08 conrad code cleanup -- make theora use the internal granuleshift metric …
(edit) @851 [851] 2005-02-06 16:43:35 conrad add support for cmml granuleshift parsing in oggz_auto
(edit) @839 [839] 2005-02-04 19:41:17 conrad use cool groovy new function names in oggz_auto
(edit) @826 [826] 2005-02-03 02:01:02 conrad add support for seeking on old flac0 format (thanks illi!)
(edit) @804 [804] 2005-02-01 00:35:00 conrad add exported granuleshift_metric
(edit) @790 [790] 2005-01-30 19:16:47 conrad add workaround for 0 numerator in theora fps, to avoid divide by zero …
(edit) @772 [772] 2005-01-29 16:40:01 conrad debug code cleanups
(edit) @712 [712] 2005-01-23 18:14:31 conrad add oggz_set_metric_zero function, to mark header streams more cleanly
(edit) @711 [711] 2005-01-23 18:08:42 conrad enable fishead scanning (whoops ;-)
(edit) @710 [710] 2005-01-23 18:02:50 conrad add oggz_stream.c, basic stream identification and fishead/fisbone …
(edit) @709 [709] 2005-01-23 17:31:33 conrad cleaning up -- remove oggz_private.h dependence from oggz_auto.c
(edit) @702 [702] 2005-01-21 21:39:52 conrad when parsing a fisbone, don't set the metric for a bitstream if it's …
(edit) @700 [700] 2005-01-21 21:12:24 conrad add parsing of fisbone headers to oggz_auto
(edit) @691 [691] 2005-01-20 21:50:40 conrad add CMML binary header parsing
(edit) @690 [690] 2005-01-20 21:42:20 conrad add flac header parsing to oggz_auto (patch from Tobias Gehrig)
(edit) @585 [585] 2004-09-19 23:06:28 conrad Close a memory leak related to using OGGZ_AUTO with theora streams: * …
(edit) @573 [573] 2004-09-14 19:38:57 conrad fuck off intlog unless theora-pre-alpha3
(edit) @570 [570] 2004-09-13 00:46:49 conrad fix theora keyframe shift in oggz_auto (was using old alpha3 method)
(edit) @443 [443] 2004-08-01 20:21:02 colinw Fixed a compiler warning
(edit) @429 [429] 2004-06-10 00:32:33 colinw Made auto_readers const, so that it can be used in Symbian OS
(edit) @418 [418] 2004-05-20 20:22:43 conrad updated to theora alpha3
(edit) @392 [392] 2004-02-06 08:26:00 conrad added auto handler for Annodex BOS pages (so that *every* track in …
(edit) @353 [353] 2004-01-03 21:41:15 zen Fixed windows binary vs text bug in fopen. Removed warnings by explicit …
(add) @347 [347] 2003-12-17 21:10:46 conrad new files for 0.8.0
Note: See TracRevisionLog for help on using the revision log.