Displaying 20 results from an estimated 264 matches for "oggz".
Did you mean:
ogg
2009 May 15
0
[PATCH] oggz: limit seeking to specified range
Hi Guys,
I've been working on speeding up seeking in Ogg playback in for the video
element in Firefox. This is Mozilla bug 469408:
https://bugzilla.mozilla.org/show_bug.cgi?id=469408
When liboggz seeks, it basically does a bisection search through the media,
looking for an Ogg page with the target seek time. This is fine for files
stored locally, but when the file is stored on a web server, every bisection
can potentially require a new HTTP request, and if there's many, it can get
very...
2008 Jul 04
2
Oggz 0.9.8 Released
Oggz 0.9.8 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-chop, oggz-comment, oggz-scan, oggz-sort
and oggz-validate. oggz-chop can be used to serve time ranges of Ogg media
over HTTP by any web server that supports CG...
2008 Jul 04
2
Oggz 0.9.8 Released
Oggz 0.9.8 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-chop, oggz-comment, oggz-scan, oggz-sort
and oggz-validate. oggz-chop can be used to serve time ranges of Ogg media
over HTTP by any web server that supports CG...
2009 Apr 10
0
Oggz 0.9.9 Release
Oggz 0.9.9 Release
------------------
Oggz comprises liboggz and the tool oggz, which provides commands to
inspect, edit and validate Ogg files. The oggz-chop tool can also be
used to serve time ranges of Ogg media over HTTP by any web server that
supports CGI.
liboggz is a C library for reading and w...
2009 May 04
1
[PATCH] oggz: inefficient seeking
I have a 1.1G Ogg file with vorbis and theora. oggz_seek_units() takes 14
seconds to find a position in the file towards the end. Now, the function
guess() in oggz_seek() guesses a position at about 1.5G and then slowly
searches back until it finds the end of the file (continously seeking
beyond the end of the file and then calling read which retu...
2008 Jul 31
1
oggz fixes for macos
On 31-Jul-08, at 9:43 AM, ogg.k.ogg.k at googlemail.com wrote:
> though (don't know if they're related to your changes):
>
> oggz.c: In function 'oggz_content_type':
> oggz.c:623: warning: comparison of unsigned expression < 0 is
> always false
This is an array bounds guard. I guess it's defensive programming vs
warning. Making OggzStreamContent a (signed) int is probably the
safest, but I don'...
2009 Jun 09
2
oggz mingw
When I try to 'make' oggz (0.9.9), I get the following compile error
make[4]: Leaving directory `/c/liboggz/src/tools/oggz-chop'
make[4]: Entering directory `/c/liboggz/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wextra -g
-std=gnu99 -Wdeclaration-after-statement -Wno-unused -o oggz-in...
2005 Feb 27
3
Cygwin-bug#20050227T2233: liboggz: Missing manual pages - oggzinfo, oggzed, oggzdiff
Package: liboggz
Version: 0.9.0
Status:
Severity: normal
[Keep CC if you reply, I'm nt in this list] After porting the package to
Cygwin, some binaries do not have accompnying manual pages.
...
.inst/usr/share/man/man1/oggzdump.1.gz
.inst/usr/share/man/man1/oggzdiff.1.gz
.inst/usr/share/man/man1/oggzmerge.1....
2008 Nov 14
6
[Schrodinger-devel] ogg dirac granulepos in oggz tools
2008/11/14 David Flynn <davidf+nntp at woaf.net>:
> On 2008-11-13, Conrad Parker <conrad at metadecks.org> wrote:
>> I'm wondering if the Dirac granulepos parsing in liboggz and display
>> in the oggz tools is currently correct, as I'd like to do a release of
>> these soon.
>
> I believe it is -- although if correct support in the rest of the
> liboggz tools is required, a little more work may need to happen.
Ok, let's at least make sure t...
2008 Feb 15
1
Oggz 0.9.7 Release
Oggz 0.9.7 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-comment, oggz-scan, oggz-sort and
oggz-validate.
liboggz is a C library providing a simple programming interface for reading
and writing Ogg files and streams....
2008 Feb 15
1
Oggz 0.9.7 Release
Oggz 0.9.7 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-comment, oggz-scan, oggz-sort and
oggz-validate.
liboggz is a C library providing a simple programming interface for reading
and writing Ogg files and streams....
2010 Sep 23
1
[resent][PATCH/liboggz] Fix an issue with the symlinks for pre-0.9.9 tool names
...ill be relative
rather than absolute.
---
src/tools/Makefile.am | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am
index dc50341..9121528 100644
--- a/src/tools/Makefile.am
+++ b/src/tools/Makefile.am
@@ -74,10 +74,11 @@ oggz_codecs_LDADD = $(OGGZ_LIBS)
# Add symlinks for deprecated tool names, if they are already installed;
# see http://lists.xiph.org/pipermail/ogg-dev/2008-July/001083.html
install-exec-local:
+ cd $(DESTDIR)$(bindir) && \
for p in dump diff info merge rip ; do \
- if test -e $(exec_pref...
2009 Sep 14
0
Oggz 1.0.0 Release
Oggz 1.0.0 Release
------------------
Oggz comprises liboggz and the tool oggz, which provides commands to
inspect, edit and validate Ogg files. The oggz-chop tool can also be
used to serve time ranges of Ogg media over HTTP by any web server that
supports CGI.
liboggz is a C library for reading and w...
2009 May 05
2
oggz-merge / oggJoin with files created with oggCat
Hi Yorn,
all files can be found at http://firefogg.org/~j/oggmix/
audio.ogg and video.ogg are create with oggCat:
oggCat audio.ogg audio_01.ogg audio_02.ogg
oggCat video.ogg video_01.ogg video_02.ogg
oggJoin.mix.ogg is made with oggJoin:
oggJoin mix.oggJoin.ogg video.ogg audio.ogg
mix.oggz-merge.ogg is made with oggz-merge:
oggz-merge -o mix.oggz-merge.ogg video.ogg audio.ogg
in my test samples audio.ogg is already not working.
second part is scrambled.
oggz-validate does not give any errors for audio.ogg and video.ogg
j
2009 Jun 29
3
oggz-merge.exe
Hi folks,I'm joining this list because I've encountered difficulties with
the ogg tools.
I'm running Windows, and can't find binaries for liboggz tools, such as
oggz-merge.exe
Can someone provide oggz-merge.exe?
So I use ffmpeg (v19289) for muxing
ffmpeg -y -i sync2.ogg -i sync.ogv -vcodec copy -acodec copy sync2.ogv
but the framerate fluctuates wildly on playback, and ogginfo says its
corrupt
E:\mediatests\sync>ogginfo sync2.ogv
Proces...
2009 May 05
2
oggz-merge / oggJoin with files created with oggCat
hi,
trying to join audio and video tracks that have been itself composed
from several ogg files with oggCat, i get a file that does not work.
that happens both with oggz-merge and oggJoin.
the files produces by oggCat look ok according to ogginfo / oggz-info /
oggz-validate, they also play fine in all players.
anyone got an idea what could cause that problem?
i can put up some sample file if that helps.
j
2006 Feb 13
0
Oggz 0.9.4 Released
Oggz 0.9.4 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-scan and oggz-validate.
liboggz is a C library providing a simple programming interface for reading
and writing Ogg files and streams. Ogg is an interleaving d...
2006 Feb 13
0
Oggz 0.9.4 Released
Oggz 0.9.4 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-scan and oggz-validate.
liboggz is a C library providing a simple programming interface for reading
and writing Ogg files and streams. Ogg is an interleaving d...
2013 May 20
2
libfishsound: Bug in fish_sound_flush
I apologize if this is the wrong list for this, but after searching the
available lists at xiph.org, this is the closest I could find.
I ran into a bug in the example fishsound-encode.c program where it gets
OGGZ_ERR_BAD_SERIALNO errors from oggz:
fish_sound_flush (fsound);
oggz_run (oggz);
oggz_close (oggz);
fish_sound_delete (fsound);
After debugging, it appears that fish_sound_flush() doesn't actually flush
anything from the codec, so the succeeding oggz_run() doesn't write the
final...
2008 Nov 13
5
ogg dirac granulepos in oggz tools
Hi,
I'm wondering if the Dirac granulepos parsing in liboggz and display
in the oggz tools is currently correct, as I'd like to do a release of
these soon.
A couple of days ago David Schleef mentioned there were some problems.
David, is that currently true (ie. since David Flynn's recent updates
to support Dirac), and if so could you please explain...