- 20 Nov, 2008 1 commit
-
-
conrad authored
implement --dry-run git-svn-id: http://svn.annodex.net/liboggz/trunk@3799 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 19 Nov, 2008 2 commits
-
-
conrad authored
Warn if a Dirac track is present but the user did not explictly specify to operate on it (eg. if comments from all tracks are being listed). Error if the user specified a Dirac track, by serialno or content type. See http://lists.xiph.org/pipermail/ogg-dev/2008-November/001277.html git-svn-id: http://svn.annodex.net/liboggz/trunk@3798 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
oggz_get_preroll(), oggz_set_preroll() Set preroll in oggz_auto.c for vorbis and speex git-svn-id: http://svn.annodex.net/liboggz/trunk@3795 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 17 Nov, 2008 8 commits
-
-
conrad authored
no matter what the default value was -- this is correct and more robust. Thanks Ralph for reviewing. git-svn-id: http://svn.annodex.net/liboggz/trunk@3794 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
accidentally overwritten in r3791 git-svn-id: http://svn.annodex.net/liboggz/trunk@3793 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
for ticket:440, reported by Coverity git-svn-id: http://svn.annodex.net/liboggz/trunk@3792 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3791 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
for ticket:439, reported by Coverity git-svn-id: http://svn.annodex.net/liboggz/trunk@3790 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
for ticket:438, reported by Coverity git-svn-id: http://svn.annodex.net/liboggz/trunk@3789 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
giles authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3788 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
giles authored
Problem reported by the Coverity static analysis tool. git-svn-id: http://svn.annodex.net/liboggz/trunk@3787 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 15 Nov, 2008 4 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3786 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
an encoder can be piped in and merged with an existing file. git-svn-id: http://svn.annodex.net/liboggz/trunk@3785 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Patch from Chris Double, closes ticket:431. See also https://bugzilla.mozilla.org/show_bug.cgi?id=450891 git-svn-id: http://svn.annodex.net/liboggz/trunk@3784 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3783 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 14 Nov, 2008 6 commits
-
-
conrad authored
checking packet ordering. See: http://lists.xiph.org/pipermail/ogg-dev/2008-November/001264.html git-svn-id: http://svn.annodex.net/liboggz/trunk@3782 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
This in turn removes the "Granulepos decreasing within track" oggz-validate error for this case. git-svn-id: http://svn.annodex.net/liboggz/trunk@3781 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3780 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Patch from David Flynn, from discussion at http://lists.xiph.org/pipermail/ogg-dev/2008-November/001264.html git-svn-id: http://svn.annodex.net/liboggz/trunk@3779 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Terminal header page has non-zero granulepos Terminal header page contains non-header packet Terminal header page contains non-header segment Suggestion by Ivo, with example file: http://lists.xiph.org/pipermail/ogg-dev/2008-November/001242.html git-svn-id: http://svn.annodex.net/liboggz/trunk@3778 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
tool names. Also add a comment to the Makefile.am based on Ralph's observation that: According to the docs, AC_PROG_LN_S will substitute 'ln' or 'cp -p' if the system doesn't support 'ln -s'. So that makes it more likely for the install to work, but may break the 'was this me?' test in the uninstall target. git-svn-id: http://svn.annodex.net/liboggz/trunk@3777 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 13 Nov, 2008 1 commit
-
-
conrad authored
see http://lists.xiph.org/pipermail/ogg-dev/2008-July/001083.html On 'make uninstall', remove each deprecated tool -- but only if it is a symlink, to keep to the policy of only uninstalling what we installed. git-svn-id: http://svn.annodex.net/liboggz/trunk@3776 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Nov, 2008 1 commit
-
-
conrad authored
in the headers of a track, as such header corruption cannot be tolerated by decoders. Beyond the headers, skip holes in data as before for robustness. This should fix Mozilla bug 463756: https://bugzilla.mozilla.org/show_bug.cgi?id=463756 which crashed in vorbis_synthesize() after attempting to decode with corrupt headers. The method of this fix is adapted from libvorbisfile, but here should work for any content type. Tested with the file attached to the above bug, with fishsound-info and oggplay-info, both of which previously crashed. git-svn-id: http://svn.annodex.net/liboggz/trunk@3773 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 06 Nov, 2008 6 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3772 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3771 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3770 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3769 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
to the user how to change the max-error count git-svn-id: http://svn.annodex.net/liboggz/trunk@3768 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3767 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 04 Nov, 2008 5 commits
-
-
giles authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3766 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
giles authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3765 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
giles authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3764 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
giles authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3763 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
giles authored
After a patch by David Flynn. Whether video is coded in frames or fields is set by the source_sampling parameter in the video_format presets defined in table C.1, This can be overridden by a custom value later in the sequence header. The field order for interlaced video is defined by the preset only and cannot be overridden. Also normalize commas at the end of initializers. git-svn-id: http://svn.annodex.net/liboggz/trunk@3762 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 28 Oct, 2008 3 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3746 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3745 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
erikd authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3744 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 26 Oct, 2008 2 commits
-
-
conrad authored
as suggested by Ivo Emanuel Gonçalves git-svn-id: http://svn.annodex.net/liboggz/trunk@3738 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3737 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 24 Sep, 2008 1 commit
-
-
conrad authored
Patch by ogg.k.ogg.k: I spent a while working out why ogginfo reported holes in one of my streams - turns out oggz-comment writes bad data into the stream, and oggz-validate doesn't see it (should it ?), oggz-dump displays correct data, etc. Eventually, some combination of xxd and comparing byte offsets led me to it... two hours later... git-svn-id: http://svn.annodex.net/liboggz/trunk@3725 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-