- 22 Apr, 2005 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1283 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
+ add --verbose commandline option git-svn-id: http://svn.annodex.net/liboggz/trunk@1279 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Apr, 2005 4 commits
-
-
conrad authored
Previously, oggz_seek(oggz, SEEK_END) was used to seek to the start of the last packet. However, for packets which span multiple pages (such as huge theora frames), you would then need to scan forward to find its granulepos. We could have done this, but here we take advantage of the fact that we are already at the end of the file after pass1, so we can just call oggz_tell_units(oggz) to get the granulepos of the last packet. Closes ticket:117 git-svn-id: http://svn.annodex.net/liboggz/trunk@1229 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1228 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1227 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1226 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Apr, 2005 3 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1223 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1222 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1221 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 03 Apr, 2005 4 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1210 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1209 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
These descriptions paraphrase OGGZ_ERR_* descriptions, in terms of validating the input file, not in terms of feeding the in-memory writer used for validation. git-svn-id: http://svn.annodex.net/liboggz/trunk@1208 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1207 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 02 Apr, 2005 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1206 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1202 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 31 Mar, 2005 1 commit
-
-
conrad authored
oggzdump: add split display of iframe|pframe in granulepos, for codecs with granuleshift, and ensure 'oggzdump --revert' can parse such oggzdumps. + add oggz_auto parsing to oggz_write, to scan headers of packets as they are fed to the writing queue. git-svn-id: http://svn.annodex.net/liboggz/trunk@1194 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 30 Mar, 2005 9 commits
-
-
conrad authored
+ hijack DIFFOPTS -c, which is equivalent to -C 3, and used only for context diffs (unified diffs use -u) ... unfortunate, but diffing particular logical bitstreams is far more elite than that ever was ;-) git-svn-id: http://svn.annodex.net/liboggz/trunk@1193 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1192 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
$ oggzdump -c theora pants.ogg will just dump the theora stream, and $ oggzdump -c theora -n pants.ogg will just dump the theora BOS. (theora, vorbis, speex, cmml supported, as for oggzrip, via oggz_tools.c) git-svn-id: http://svn.annodex.net/liboggz/trunk@1191 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1190 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1189 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
+ ensure oggzdump --revert knows how to parse dumps with time offsets git-svn-id: http://svn.annodex.net/liboggz/trunk@1188 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1187 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
* use ogg_int16_t instead of short * use correct width,height offsets closes ticket:93 git-svn-id: http://svn.annodex.net/liboggz/trunk@1185 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
on unidentifiable logical bitstreams git-svn-id: http://svn.annodex.net/liboggz/trunk@1184 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 29 Mar, 2005 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1182 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1181 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 26 Mar, 2005 1 commit
-
-
conrad authored
specified git-svn-id: http://svn.annodex.net/liboggz/trunk@1176 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Mar, 2005 11 commits
-
-
conrad authored
by time (to the original time point) hadn't invalidated the cached time offset, hence the second seek was considered unnecessary and skipped. This change correctly invalidates the cached time offset when doing a raw byte seek. git-svn-id: http://svn.annodex.net/liboggz/trunk@1092 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1091 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1090 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1089 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1088 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
- #include <fcntl.h> even on non-WIN32, where needed - put setting of stdin, stdout binary modes into ot_init() abstract out into ot_init() git-svn-id: http://svn.annodex.net/liboggz/trunk@1087 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1086 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1085 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1084 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1083 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1082 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 09 Mar, 2005 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1081 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-