Displaying 20 results from an estimated 10000 matches similar to: "vorbis-tools"
2000 Jun 18
3
Compile error
Here's the error I get when trying to compile:
gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char -I. -I../include -c ogg123.c
ogg123.c: In function `main':
ogg123.c:260: `AFMT_S16_NE' undeclared (first use this function)
ogg123.c:260: (Each undeclared identifier is reported only once
ogg123.c:260: for each function it appears in.)
make[2]: *** [ogg123.o] Error 1
2001 May 29
2
wishlist for ogg123 += Non-blocking verbose messages
Hi,
I am using the ogg123 player through an emacs interface to mpg123 I
patched up to support ogg123 (shameless plug, see
http://asf.void.at/emacs.html). This has a problem (apart from it being
emacs, which might offend some of you (-:):
The verbose output from ogg123 is collected and inserted into a
temporary buffer. This works when emacs has nothing else to do, but
fails when it blocks. Then,
2002 Jul 19
9
Vorbis 1.0 released
Nothing much else to say. Vorbis 1.0 is officially out. Have at.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be
2002 Jul 19
9
Vorbis 1.0 released
Nothing much else to say. Vorbis 1.0 is officially out. Have at.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be
2000 Jun 18
3
Makefile dependencies in vorbis-tools
I've been trying to tackle the vorbis source. I ran across what I think is a
missing dependency in the vorbis-tools directory. Since ogg123 and vorbize
are staticly linked to libvorbis and vorbisfile, when those file change, the
executables should be rebuilt. Below I've attached a patch. (I hope it
works. I am sort of new to patch and diff.)
BTW, I've been trying to find a good
2001 Jan 08
2
[fwd] ogg123 (from: pfk@fuchs.offl.uni-jena.de)
A feature request that sounds reasonable and a bug report.
----- Forwarded message from Frank Klemm <pfk@fuchs.offl.uni-jena.de> -----
Delivery-Date: Sat Jan 6 06:35:21 2001
Date: Sat, 6 Jan 2001 15:26:43 +0100
From: Frank Klemm <pfk@fuchs.offl.uni-jena.de>
To: xiphmont@xiph.org
Subject: ogg123
X-Mailer: Mutt 1.0.1i
For ogg123 I need the following feature:
- Decode one .ogg file
2001 Apr 13
1
Benchmarking mp3 vs. vorbis
oggenc -b 128 cdda.wav cdda.ogg
lame -h cdda.wav cdda.mp3
ogg123 -d null cdda.ogg
mpg123 -t cdda.mp3
Here we can see that the mp3 tools are clearly superior
in terms of the numbers of characters saved on the command
line. mp3 users enjoy a 20% saving. Real-life results
may narrow this gap.
Rik
p.s. ;)
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2009 Jul 08
5
HTML 5 drops open-source video codec
Link here http://news.zdnet.com/2100-9595_22-318208.html
Will H264 become web standard in the future?
2009 Jul 08
5
HTML 5 drops open-source video codec
Link here http://news.zdnet.com/2100-9595_22-318208.html
Will H264 become web standard in the future?
2006 Mar 01
3
oggfile, skeleton and vorbis tools
(w. quotes from the xiphmeet:
<http://westfish.xiph.org/~giles/200603_meeting.txt>, I've tried to
strip it down to relevant stuff)
<xiphmont> "Is there any interest in extending vcedit/libvorbisfile to
do basic handling of Vorbis streams from concurrently multiplexed Ogg?"
< xiphmont> Yes, but that work was *also* tied to OggFile from way back
when, and one
2001 Jun 21
1
ogg123, buffering, tag
I was just about to commit a big buffer overhaul when I realized that
it would probably break a lot of stuff and I'd get yelled at, so it's
in the kcarnold_work tag (or will be momentarily...). Have a look at
it, try to make it deadlock. If I messed up the CVS tagging, also let
me know -- I know only enough about CVS to be dangerous :)
This should also reduce CPU usage noticably. The
2002 Jul 20
3
Vorbis 1.0 spec notes, part 1
I have undertaken a small project of writing a Vorbis decoder
completely from the spec, with the goal of catching any errors, both
typographically and algorithmically, in the spec. My "reference"
decoder is also being written in an extremely methodical style, with
practically no algorithmic optimization, such that it will be clear
that every step has been copied exactly from the spec.
2001 Jun 03
3
[xiphmont@xiph.org: [xiph-cvs] cvs commit: vorbis/vq huffbuild.c latticetune.c make_residue_books.pl]
Go monty!
jack.
-----
To: cvs@xiph.org
Subject: [xiph-cvs] cvs commit: vorbis/vq huffbuild.c latticetune.c make_residue_books.pl
Date: Sun, 3 Jun 2001 22:50:13 -0700 (PDT)
From: xiphmont@xiph.org (Monty)
Precedence: bulk
Reply-To: cvs@xiph.org
xiphmont 01/06/03 22:50:12
Modified: lib codebook.c codebook.h floor0.c mapping0.c os.h
res0.c
vq
2001 Jan 29
2
Mac OS X / Darwin patch for vorbis-tools
This patch (along with all the previous patches) gets oggenc and ogg123 working. This does not get vorbiscomment working, although I assume that would be trivial -- just add the getopt stuff to the project just like I did in ogg123.
In addition to this patch, as I just mentioned, getopt1.c getopt.h and getopt.c need to be copied from oggenc to ogg123 and added.
The host check in
2000 Jun 16
2
Description of commits
Tonight's commits so far:
I finally wrote up the result of the comment header specification discussion.
It's in the doc/ directory now. I plan on doing work in the libvorbis comment
handling tonight to bring it up to date and make the interface more useful.
gif->png conversion of the images in the docs
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg
2000 Dec 30
8
Whitespace standard?
I've noticed that throughout the code there's quite a variety of formatting
styles, especially the size of TAB characters (4 or 8) and size of indents
(2 or 4). Is there any agreed standard for new code now?
Oh, and whoever wrote the ogg code must get an electric shock every time he
hits the spacebar. It's full of spaceless lines like
2001 Jan 23
2
feature request: control in ogg123
Hi people!
I think it would be cool if ogg123 had a mode in which you could conrol it
with stdin. pausing, quitting/stopping and seeking would be enough imho.
mpg123 already has something like this (I think -e). I'd do it myself but I'm
busy. Shouldn't take much time.
Bye,
Peter Surda (Shurdeek) <surda@bigfoot.com>, ICQ 10236103, +4369910964300
--
The dark ages
2001 Oct 11
1
Ogg123 playback bug
Heh. *I* have one to report.
I just placed a file at http://www.xiph.org/xiphmont/ogg123bad.ogg
decoder_example decodes this file properly. ogg123 decodes to WAV
properly. However, ogg123 places a 'shhhhPOP' noise into the right
channel of soundcard playback (reliably) at just after 1.3 seconds.
Going back to look... ogg123 is doing that with a couple different
files. In this one,
2004 Jul 07
12
vorbis 1.1 rc 1 now tagged in SVN
Hi folks,
We're gearing up to the next full release of the Vorbis codec; I've
just tagged a release candidate in SVN in order to encourage wider
testing toward final 1.1 release.
This release includes the following updates:
1) Adoption of AoTuV and other tuning work by Vorbis developers
outside of Xiph into the mainline codebase
2) New bitrate management code
3) bugfixes
In more
2004 Jul 07
12
vorbis 1.1 rc 1 now tagged in SVN
Hi folks,
We're gearing up to the next full release of the Vorbis codec; I've
just tagged a release candidate in SVN in order to encourage wider
testing toward final 1.1 release.
This release includes the following updates:
1) Adoption of AoTuV and other tuning work by Vorbis developers
outside of Xiph into the mainline codebase
2) New bitrate management code
3) bugfixes
In more