root/liboggz/trunk/src/liboggz


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3801 [3801] 2008-11-20 18:43:25 conrad metric_internal: add a custom metric for Dirac. This moves the …
(edit) @3795 [3795] 2008-11-19 14:13:18 conrad add API functions for getting and seting preroll: oggz_get_preroll(), …
(edit) @3793 [3793] 2008-11-17 15:32:11 conrad revert Ralph's dereference-before-null-check fixes from …
(edit) @3792 [3792] 2008-11-17 13:35:13 conrad add NULL return checks for ticket:440, reported by Coverity
(edit) @3791 [3791] 2008-11-17 13:34:59 conrad remove dead code in oggz_seek.c::oggz_get_next_page()
(edit) @3790 [3790] 2008-11-17 13:34:54 conrad remove dead code from oggz_read.c for ticket:439, reported by Coverity
(edit) @3788 [3788] 2008-11-17 11:59:19 giles Clean up some trailing whitespace.
(edit) @3787 [3787] 2008-11-17 10:59:45 giles Move dereferences after null argument checks. Problem reported by the …
(edit) @3784 [3784] 2008-11-15 14:47:17 conrad oggz_auto.c: wrap "size parsing failed for VORBIS mode packets" warning in …
(edit) @3781 [3781] 2008-11-14 13:15:41 conrad oggz_write: Allow negative granulepos immediately after headers, for …
(edit) @3773 [3773] 2008-11-07 20:08:04 conrad oggz_read: return an error when a hole (ie. missing sequence number) is …
(edit) @3766 [3766] 2008-11-04 14:53:21 giles Remove some tabs-before-spaces from the previous commit.
(edit) @3765 [3765] 2008-11-04 12:25:31 giles Update granulepos scheme to the new Dirac spec. Patch from David Flynn.
(edit) @3764 [3764] 2008-11-04 11:45:14 giles Remove trailing whitespace.
(edit) @3762 [3762] 2008-11-04 11:22:22 giles Update dirac_parse_info for interlace spec changes. After a patch by …
(edit) @3744 [3744] 2008-10-27 23:52:10 erikd src/liboggz/oggz_auto.c : Fix length comparison for FLAC.
(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) @3716 [3716] 2008-09-11 10:23:52 giles Add doxygen headers to the internal vector module.
(edit) @3684 [3684] 2008-08-05 03:54:43 conrad fix some build warnings. See: …
(edit) @3665 [3665] 2008-07-31 02:13:41 j get to know Ogg Dirac
(edit) @3636 [3636] 2008-07-09 03:02:05 conrad Update Kate ID header description: adds fields for bitstream version …
(edit) @3633 [3633] 2008-07-09 02:55:27 conrad add oggz_content_type() public API function: * Return human-readable …
(edit) @3611 [3611] 2008-06-29 00:22:18 conrad clarify title of Skeleton bitfield diagrams in oggz_auto.h
(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) @3594 [3594] 2008-05-05 01:07:05 conrad use -I$(top_builddir) instead of -I$(top_srcdir) throughout, to include …
(edit) @3562 [3562] 2008-04-23 08:00:09 conrad bye bye autogoat! Switch to xiph-style autogen.sh, and fix out-of-tree …
(edit) @3525 [3525] 2008-03-26 14:20:37 conrad fix random CRLF line endings
(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) @3446 [3446] 2008-02-11 22:17:45 conrad re-enable check that serialno is within 32bit range in oggz_write_feed, …
(edit) @3424 [3424] 2008-02-09 01:36:01 johnf remove some compile time warnings
(edit) @3423 [3423] 2008-02-09 00:29:36 johnf Make distcheck happier
(edit) @3419 [3419] 2008-02-08 20:21:25 conrad revert return from last commit (fails on 64bit)
(edit) @3418 [3418] 2008-02-08 20:00:24 conrad Check that serialnos passed to oggz_write_feed() fit within the 32 bit …
(edit) @3417 [3417] 2008-02-08 19:23:40 conrad Ensure that serialno's generated by oggz_serialno_new() are within the …
(edit) @3391 [3391] 2008-01-28 19:40:54 conrad remove duplicate declarations from oggz_stream_private.h -- now declared …
(edit) @3390 [3390] 2008-01-28 19:39:26 conrad rename internal oggz_stream.h to oggz_stream_private.h
(edit) @3389 [3389] 2008-01-28 19:37:38 conrad prepare for awesomeness! This commit renames an #ifdef guard in a …
(edit) @3386 [3386] 2008-01-25 19:29:24 conrad don't bomb out on empty vendor string
(edit) @3377 [3377] 2008-01-23 20:55:20 conrad implement numheaders for all codecs (esp. those with variable …
(edit) @3375 [3375] 2008-01-23 20:05:07 conrad introduce oggz_stream_get_numheaders() API call, and use in …
(edit) @3367 [3367] 2008-01-20 18:04:28 conrad decode FLAC vorbiscomments packet
(edit) @3366 [3366] 2008-01-20 17:52:54 conrad simplify generation of comment packets: create …
(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) @3363 [3363] 2008-01-17 23:10:32 conrad add oggz_comments_copy() API function, and use it in modify-headers …
(edit) @3324 [3324] 2008-01-09 01:03:09 conrad Update oggz_write_output to handle asynchronous feeding of packets and …
(edit) @3323 [3323] 2008-01-09 00:58:29 conrad Update oggz_write to handle asynchronous feeding of packets and writing, …
(edit) @3322 [3322] 2008-01-07 16:46:09 conrad revert broken commit r3320. That code has been branched …
(edit) @3320 [3320] 2008-01-02 04:18:25 shans Some code for creating skeleton packets on oggz_read, when the …
(edit) @3303 [3303] 2007-12-07 13:54:24 conrad in oggz_write_output(), break out of the packet-making loop …
(edit) @3299 [3299] 2007-12-07 02:39:53 johnf Add some more autogenerated files to the ignore list for SVN
(edit) @3296 [3296] 2007-12-07 01:52:26 conrad revert handling of cases where writing is stopped early (eg. by the …
(edit) @3293 [3293] 2007-12-06 19:48:25 shans Continue writing after last packet is encountered to ensure that the …
(edit) @3278 [3278] 2007-11-25 19:55:29 shans Some minor adjustments to work around Yet More problems with ogg …
(edit) @3258 [3258] 2007-10-24 10:21:33 giles Fill in ignore lists.
(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) @3248 [3248] 2007-10-05 22:20:59 shans it's the printfs that kfish rejects that make kfish the best
(edit) @3247 [3247] 2007-10-05 22:13:50 shans free packet buffers dlists on oggz_close
(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) @3212 [3212] 2007-08-29 17:49:32 shans Double-linked list implementation for oggz
(edit) @3211 [3211] 2007-08-29 17:49:02 shans Reset current granulepos of reader after a seek
(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) @3199 [3199] 2007-08-21 15:52:32 erikd oggz_macros.h : Add UNUSED and WARN_UNUSED macros.
(edit) @3175 [3175] 2007-07-30 04:22:04 shans Spurious variable and missing cast
(edit) @3174 [3174] 2007-07-30 02:49:21 conrad Refactor oggz_get_serialno_new() to avoid using library …
(edit) @3171 [3171] 2007-07-29 23:19:23 conrad handle negative serialno in oggz_get_stream(). Reported by Erik de Castro …
(edit) @3163 [3163] 2007-07-19 01:00:07 shans Some improvements to seeking algorithm
(edit) @3003 [3003] 2007-06-19 05:41:29 shans Reset last page granulepos of all streams on every raw seek
(edit) @2973 [2973] 2007-06-17 20:03:55 laser13 Added #ifdef for WIN32 around #include <strings.h> in oggz_comments.c
(edit) @2960 [2960] 2007-06-16 22:30:14 conrad oggz_write: unset writing state when returning a delayed callback return …
(edit) @2957 [2957] 2007-06-16 04:59:04 conrad Clean up declarations for oggz_off_t: * Remove redundant copies of …
(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) @2886 [2886] 2007-06-11 05:07:30 conrad record delivered_non_b_o_s during reading; fixes oggz_get_bos() when …
(edit) @2885 [2885] 2007-06-11 04:29:12 conrad Add new API call oggz_get_numtracks() to retrieve the number of …
(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) @2608 [2608] 2007-02-27 22:48:01 laser13 Single oggz_off_t public type for large file support
(edit) @2592 [2592] 2006-12-24 14:30:13 imalone Fix the calculation of FLAC metadata block header
(edit) @2583 [2583] 2006-12-18 13:08:05 imalone Change oggz_comment_generate interface to require comment type and the end …
(edit) @2582 [2582] 2006-12-18 13:02:39 imalone Provide oggz_comment_set_vendor for users, change the internal function to …
(edit) @2581 [2581] 2006-12-16 17:33:14 conrad apply patches from Ian Malone adding oggz_packet_destroy() (for freeing an …
(edit) @2579 [2579] 2006-12-16 12:18:22 conrad Apply patch from Ian Malone implementing oggz_comment_generate()
(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) @2564 [2564] 2006-12-08 01:11:39 conrad rename comments.c -> oggz_comments.c for consistency
(edit) @2563 [2563] 2006-12-08 01:09:53 conrad Added comment reading support, and preliminary writing structures: + …
(edit) @2562 [2562] 2006-12-07 23:18:36 conrad formatting: replace tabs with spaces
(edit) @2543 [2543] 2006-10-30 04:06:41 shans Added function signature so 64 bit values return properly.
Note: See TracRevisionLog for help on using the revision log.