- 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
-
- 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
-
- 16 Feb, 2006 1 commit
-
-
conrad authored
filtering for content_type in oggzmerge -c, oggzdump -c, oggz-scan -k + print ??? instead of (null) for unknown content type in oggzinfo git-svn-id: http://svn.annodex.net/liboggz/trunk@2066 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 25 Sep, 2005 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1487 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Apr, 2005 2 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
-
- 30 Mar, 2005 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1187 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 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1181 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 10 Mar, 2005 5 commits
-
-
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@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 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1079 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
video framerate, video width, video height for vorbis, speex and theora (closes ticket:75) git-svn-id: http://svn.annodex.net/liboggz/trunk@1078 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 08 Mar, 2005 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1064 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@1062 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 04 Mar, 2005 1 commit
-
-
conrad authored
* This implements raw bitrate display towards ticket:73 * It also computes some stats, including min/max/avg and standard deviation of page and packet sizes git-svn-id: http://svn.annodex.net/liboggz/trunk@1033 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 06 Aug, 2004 1 commit
-
-
colinw authored
in on the command line git-svn-id: http://svn.annodex.net/liboggz/trunk@451 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 02 Apr, 2004 1 commit
-
-
silvia authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@411 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 07 Mar, 2004 1 commit
-
-
silvia authored
Updated the README files. Made one change in oggzinfo.c where <inttypes.h> was not available under Windows. git-svn-id: http://svn.annodex.net/liboggz/trunk@402 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 12 Dec, 2003 1 commit
-
-
andre authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@343 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-