- 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
-
- 11 Aug, 2006 1 commit
-
-
conrad authored
oggzinfo. This also adds tahseen's skeleton.[ch] files to the tools directory. git-svn-id: http://svn.annodex.net/liboggz/trunk@2378 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 04 Aug, 2006 2 commits
-
-
shans authored
in granulerate setting) git-svn-id: http://svn.annodex.net/liboggz/trunk@2377 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
shans authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2376 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 20 Jul, 2006 1 commit
-
-
giles authored
versioned versions if appropriate. git-svn-id: http://svn.annodex.net/liboggz/trunk@2373 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 21 Jun, 2006 1 commit
-
-
shans authored
Added calculation of lost granulepos values for packets that are not on end of page (theora and speex codecs only at this point). git-svn-id: http://svn.annodex.net/liboggz/trunk@2341 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 20 Jun, 2006 1 commit
-
-
conrad authored
writing the next packet, when it has already been dequeued) -- detected by valgrind on write-suffix test, and similar write-prefix test git-svn-id: http://svn.annodex.net/liboggz/trunk@2340 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 19 Jun, 2006 1 commit
-
-
shans authored
opened with the OGGZ_AUTO flag, the content type of a stream can be retrieved using oggz_stream_get_content once the first page of that stream has been read. A human-readable string representation can also be retrieved using oggz_stream_get_content_type. Updated oggzinfo, etc. to use liboggz variant of content type detection. git-svn-id: http://svn.annodex.net/liboggz/trunk@2339 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 29 Apr, 2006 1 commit
-
-
alex authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2230 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 18 Apr, 2006 1 commit
-
-
alex authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2218 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 13 Mar, 2006 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2166 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
silvia authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2165 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 02 Mar, 2006 1 commit
-
-
alex authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@2128 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-