- 09 Jul, 2008 5 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3635 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
are valid arguments to -c for other oggz commands git-svn-id: http://svn.annodex.net/liboggz/trunk@3634 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
* Return human-readable string representation of a content type git-svn-id: http://svn.annodex.net/liboggz/trunk@3633 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
split list of commands into categories git-svn-id: http://svn.annodex.net/liboggz/trunk@3632 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
toolname --help if man is not installed (rather than only falling back for win32 systems) git-svn-id: http://svn.annodex.net/liboggz/trunk@3631 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Jul, 2008 3 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3630 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3629 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
$ oggz dump file.ogv -- runs "oggz-dump file.ogv" $ oggz help info -- runs "man oggz-info", or "oggz-info --help" on win32 $ oggz -- prints a list of common oggz-tools (so you can use a space instead of a hyphen, like with git) git-svn-id: http://svn.annodex.net/liboggz/trunk@3628 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 07 Jul, 2008 1 commit
-
-
conrad authored
oggzdump -> oggz-dump oggzdiff -> oggz-diff oggzinfo -> oggz-info oggzmerge -> oggz-merge oggzrip -> oggz-rip git-svn-id: http://svn.annodex.net/liboggz/trunk@3627 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 04 Jul, 2008 4 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3626 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3625 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3624 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Patch by ogg.k.ogg.k git-svn-id: http://svn.annodex.net/liboggz/trunk@3623 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 30 Jun, 2008 2 commits
-
-
conrad authored
Patch by ogg.k.ogg.k git-svn-id: http://svn.annodex.net/liboggz/trunk@3622 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
when calculating the Content-Duration git-svn-id: http://svn.annodex.net/liboggz/trunk@3621 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 29 Jun, 2008 10 commits
-
-
conrad authored
of skeleton headers and to not copy input skeleton headers to the output. Updates oggz-chop man page and --help output accordingly. git-svn-id: http://svn.annodex.net/liboggz/trunk@3620 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3619 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Output files now contain a skeleton track, and if the input file contained a skeleton track then its message headers are preserved. git-svn-id: http://svn.annodex.net/liboggz/trunk@3618 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3617 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
for adding skeleton. Currently disabled; output file contains no skeleton pages. git-svn-id: http://svn.annodex.net/liboggz/trunk@3616 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
packet we are reading is a fisbone ... Fixes crash reported by j^ git-svn-id: http://svn.annodex.net/liboggz/trunk@3615 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
with existing skeleton track if available (else use codec info parsed by oggz) and update with chop parameters and start_granules. git-svn-id: http://svn.annodex.net/liboggz/trunk@3614 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3613 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3612 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3611 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 28 Jun, 2008 1 commit
-
-
conrad authored
http://trac.annodex.net/ticket/404 This was triggered in instances where all pages in the page accumulator were to be kept, eg. if all pages had no granulepos marked. The resulting attempt to shift the contents of the page accumulator by an offset of 0 caused that table's indices to become invalid, which led to a NULL dereference a few iterations later. Closes ticket:404 git-svn-id: http://svn.annodex.net/liboggz/trunk@3610 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 16 Jun, 2008 2 commits
-
-
conrad authored
Use Content-Language instead of Language, etc. Patch by ogg.k.ogg.k git-svn-id: http://svn.annodex.net/liboggz/trunk@3608 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3607 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 02 Jun, 2008 2 commits
-
-
conrad authored
Patch by ogg.k.ogg.k git-svn-id: http://svn.annodex.net/liboggz/trunk@3604 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
This patch can be used more generally in code using skeleton.[ch] for avoiding memory leaks where message headers are read. Patch by ogg.k.ogg.k git-svn-id: http://svn.annodex.net/liboggz/trunk@3603 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 05 May, 2008 1 commit
-
-
conrad authored
autogenerated config.h in out-of-tree builds git-svn-id: http://svn.annodex.net/liboggz/trunk@3594 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 04 May, 2008 1 commit
-
-
johnf authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3582 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 23 Apr, 2008 1 commit
-
-
conrad authored
in configure and Makefile.am throughout git-svn-id: http://svn.annodex.net/liboggz/trunk@3562 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 21 Apr, 2008 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3560 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 18 Apr, 2008 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3559 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 16 Apr, 2008 1 commit
-
-
conrad authored
man page. Reported by j^ git-svn-id: http://svn.annodex.net/liboggz/trunk@3558 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 14 Apr, 2008 2 commits
-
-
conrad authored
segments of packets in the next group of pictures. This should fix a bug (reported by Michael Dale) where the keyframe required to decode from the chop point was sometimes not present in the chopped file. git-svn-id: http://svn.annodex.net/liboggz/trunk@3557 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
file from any file containing a vorbis audio track. Adapted from: http://lists.xiph.org/pipermail/vorbis-dev/2008-April/019320.html git-svn-id: http://svn.annodex.net/liboggz/trunk@3556 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 07 Apr, 2008 1 commit
-
-
conrad authored
by zero in the unlikely case where we have only one packet. Patch from ogg.k.ogg.k git-svn-id: http://svn.annodex.net/liboggz/trunk@3547 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 31 Mar, 2008 1 commit
-
-
conrad authored
create duplicate #defines (which force failure on AC_TRY_COMPILE with -Werror). Remove compile warnings in oggz-chop.c, builds with -Werror. Tested with both libogg before and after https://trac.xiph.org/changeset/14463 git-svn-id: http://svn.annodex.net/liboggz/trunk@3533 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-