- 11 Jun, 2007 2 commits
-
-
conrad authored
bitstreams. git-svn-id: http://svn.annodex.net/liboggz/trunk@2885 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
sequence Ogg Vorbis audio files. This is in response to Debian bug 280550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=280550 git-svn-id: http://svn.annodex.net/liboggz/trunk@2884 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Jun, 2007 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2883 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 06 Jun, 2007 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2864 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 04 Jun, 2007 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2855 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 01 Jun, 2007 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2843 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 31 May, 2007 5 commits
-
-
conrad authored
pkg-config info rather than hardcoding it) git-svn-id: http://svn.annodex.net/liboggz/trunk@2832 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
shans authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2824 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
shans authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2823 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
shans authored
Vorbis and Theora implementations return _0_ for header packets, _-1_ for the first (unknown gp) data packets, a valid gp for everything else. git-svn-id: http://svn.annodex.net/liboggz/trunk@2819 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
shans authored
unknowable (i.e. before the first packet with a gp in the stream) git-svn-id: http://svn.annodex.net/liboggz/trunk@2815 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 17 May, 2007 1 commit
-
-
shans authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2733 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
-
- 12 Jan, 2007 1 commit
-
-
thomasvs authored
dist uninstalled pc file * oggz-uninstalled.pc.in: added * configure.ac: increase package version so liboggplay can require > 0.9.5 git-svn-id: http://svn.annodex.net/liboggz/trunk@2600 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 24 Dec, 2006 2 commits
-
-
imalone authored
Add tests for oggz_comment_generate, including reference packets as header. Possibly too many, cull if not needed. Putting the packets in a header is not ideal, but it allows the use of fixed size arrays (unlike a separate source file, less prone to errors than using structs for this) and avoids cluttering the source. I doubt the new comment-test.h is subject to copyright (data listing), but as much of the license from comment-test.c should be added if necessary. git-svn-id: http://svn.annodex.net/liboggz/trunk@2593 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
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 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2580 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2579 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Dec, 2006 4 commits
-
-
conrad authored
granulepos is not given in Ogg framing). This tracks the current granulepos and determines the block size by reading the FLAC frame header. Note that this patch doesn't handle blocksize codes 0000, 0110 or 0111, which require poking elsewhere to get the actual value. Nevertheless this patch appears to handle the common case framing, and in any case it is very rare for Ogg FLAC packets to not have a granulepos. * Handles both old-style Ogg Flac framing ("Flac0") and current framing * Tested on all flac-in-ogg files from MPlayer samples: http://www1.mplayerhq.hu/MPlayer/samples/ogg/flac-in-ogg/ * Tested with valgrind --leakcheck=yes on src/examples/read-file (no leaks) git-svn-id: http://svn.annodex.net/liboggz/trunk@2573 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2572 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
and use oggz_run() git-svn-id: http://svn.annodex.net/liboggz/trunk@2571 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2570 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Dec, 2006 8 commits
-
-
conrad authored
of encode/decode, and hide documentation of writing functions as no entry point yet exists here to generate a comments packet git-svn-id: http://svn.annodex.net/liboggz/trunk@2569 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2568 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2567 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Tested with chained vorbis files. git-svn-id: http://svn.annodex.net/liboggz/trunk@2566 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2565 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
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
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2562 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 04 Dec, 2006 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2556 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
-
- 05 Oct, 2006 1 commit
-
-
alex authored
* add missing implementation of strsep * add new skeleton.c file to solution * add define to fix silly windows rename of common function git-svn-id: http://svn.annodex.net/liboggz/trunk@2512 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
-
- 17 Aug, 2006 2 commits
-
-
tahseen authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2390 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
tahseen authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2389 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-