- 26 Feb, 2009 1 commit
-
-
conrad authored
when using strlen returns. Fixes liboggz portion of Mozilla bug 480014 (Note that issues related to other files in liboggz were already fixed in earlier commits from an earlier audit, which were noted for Mozilla bug 468280) git-svn-id: http://svn.annodex.net/liboggz/trunk@3867 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Dec, 2008 1 commit
-
-
conrad authored
liboggz: handle out of memory on return from internal functions oggz_stream_add(), oggz_comments_init() throughout git-svn-id: http://svn.annodex.net/liboggz/trunk@3821 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 07 Dec, 2008 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3817 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
throughout, for Mozilla bug 468280 Adds new error return OGGZ_ERR_OUT_OF_MEMORY git-svn-id: http://svn.annodex.net/liboggz/trunk@3816 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 20 Mar, 2008 1 commit
-
-
conrad authored
See http://wiki.xiph.org/index.php/OggKate. Patch from ogg.k.ogg.k git-svn-id: http://svn.annodex.net/liboggz/trunk@3512 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 09 Feb, 2008 1 commit
-
-
johnf authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3424 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 26 Jan, 2008 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3386 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 21 Jan, 2008 1 commit
-
-
conrad authored
which does not require a packet_type argument (this is determined by parsing the bos packet during oggz_write_feed()). Deprecate previous oggz_comment_generate(). git-svn-id: http://svn.annodex.net/liboggz/trunk@3366 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 18 Jan, 2008 1 commit
-
-
conrad authored
to produce a new set of comments, and add a comment git-svn-id: http://svn.annodex.net/liboggz/trunk@3363 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 18 Jun, 2007 1 commit
-
-
laser13 authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2973 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 16 Jun, 2007 1 commit
-
-
conrad authored
rid of most compile errors (XXX: except delcarations for random, fileno, strsep) git-svn-id: http://svn.annodex.net/liboggz/trunk@2955 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 28 Feb, 2007 1 commit
-
-
laser13 authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2608 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 24 Dec, 2006 1 commit
-
-
imalone authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2592 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 18 Dec, 2006 2 commits
-
-
imalone authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2583 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
imalone authored
Provide oggz_comment_set_vendor for users, change the internal function to _oggz_comment_set_vendor. Add the three new functions to Version-Script.in for export. git-svn-id: http://svn.annodex.net/liboggz/trunk@2582 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 17 Dec, 2006 1 commit
-
-
conrad authored
an ogg_packet* created by liboggz), fixing a typo in the FLAC comment length checking, and improving oggz_comment_generate() documentation, - oggz_comment_generate_doc.diff - oggz_packet_destroy.diff - patch_oggz_comment_generate.diff git-svn-id: http://svn.annodex.net/liboggz/trunk@2581 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 16 Dec, 2006 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2579 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Dec, 2006 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2564 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
+ oggz_comment_() functions for querying comments per logical bitstream, and for adding/removing comments in-memory + added comment-test to test suite + tested under valgrind (no leaks) + added example program in src/examples/dump-comments + auto detection to dump speex comments NB: No writing comments to files yet, though the internals are there for it. git-svn-id: http://svn.annodex.net/liboggz/trunk@2563 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-