Displaying 20 results from an estimated 2000 matches similar to: "Be happy: ogg123 fixes (almost)"
2000 Dec 28
0
[ogg123] buffer done ... almost
Yes it is 2:42 PM, and yes I stayed up finishing ogg123 buffering. But
I'm not committing it because I'm really tired now and I'm very, very,
very suprised it even worked (the first time!). I see why people use
semaphores; I thought select() and a signal could work just as
well. The select times out every second, so it keeps the buffer
relatively filled without eating up loads of CPU.
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
2000 Dec 25
1
ogg123, Chrismas release
Merry Christmas, Vorbis folks!
Here's bunches of cleanups to ogg123. I haven't changed much in the
raw code, mostly a few places with broken implementations. I'm also
trying to cleanup some places where we assume too much, because ogg123
might eventually be able to safely run suid (or sgid) (to access the
audio devices).
I think the next thing I'll attack is the buffering.
--
2001 Aug 13
0
Going away again; ogg123 status
Hello all,
I'm going away on vacation again, so no work on ogg123 from me for a
week. This is disappointing because I would have liked to be able to
get my branch work into shape for an rc3 release, but there's no way
I'll be able to get it done by then. That said, since I have moved the
buffer code to pthreads and added libcurl streaming, the new code
needs a lot of testing,
2001 Aug 11
0
kcarnold_work branch of ogg123
I've been doing a ton of work on my branch. CVS log tells a little of
the story. For one, the buffer is nearly completely rewriten. That
means deadlock cases. I've caught a few, but I need help. Anyone who's
computer is faster or slower than my own or perhaps schedules things
differently (i.e. everyone) please hit the ogg123 on my branch
(kcarnold_work) with the strangest conditions
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 Nov 04
5
ogg123 running under MacOS X
I finally managed to compile ogg123 under MacOS X, after creating a PB
project for it.
Rillian, do you want to include the PB project in cvs? (it needs a LOT
of polishing, though).
----------
Ogg123 from PACKAGE VERSION
by Kenneth Arnold <kcarnold@arnoldnet.net> and others
Usage: ogg123 [<options>] <input file> ...
-h, --help this help
-V, --version display
2001 Jun 19
0
vorbisfile bug
Bug: vorbis/lib/vorbisfile.c, ov_time_tell. When vf->seekable = 0,
link = -1 at the return, thus dividing by vf->vi[-1].rate. Fix should
be pretty simple.
--
Kenneth Arnold <ken@arnoldnet.net> / kcarnold / Linux user #180115
http://arnoldnet.net/~kcarnold/
<HR NOSHADE>
<UL>
<LI>application/pgp-signature attachment: stored
</UL>
-------------- next part
2002 Aug 01
0
[: Re: [fwd] CVS: ogg123 rocks! vcut no so much so... (from: wayfarer42@postmaster.co.uk)]
For some reason this didn't make the list and I got no approval
message... this time I'll force the From to be my subscribed
address. Bug in Monty's new filtering system? Anyway, here goes again.
----- Forwarded message from -----
Date: Thu, 1 Aug 2002 10:24:46 -0400
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] [fwd] CVS: ogg123 rocks! vcut no so much so... (from:
2000 Dec 29
2
ogg123 / Solaris
Speaking of ogg123 fixes and Solaris... <getopt.h> doesn't appear to
exist in Solaris. Hence, ogg123 won't compile on Solaris at all (even
with gcc).
I originally mentioned this back in November
(http://www.xiph.org/archives/vorbis-dev/200011/0291.html).
Can this be fixed?
{+} Jeff Squyres
{+} squyres@cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
2001 Feb 27
1
Ogg123 buffering
I tried to use ogg123 -b to play from a slow HTTP server, and I realized that
ogg123 starts to play immediately even if the buffer isn't full, so if it can't
read the ogg fast enough it skips, even with a huge buffer. Is this the way
it's supposed to work? It seems to me like the buffer shouldn't start playing
until it's full. Am I misunderstanding the purpose of having a
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 May 10
1
Possible fix for bug #14 (ogg123 -b memory leak)
Hi all,
Browsing through the bug database, I was able to reproduce #14. Briefly,
when I run, for example:
ogg123 -b 8000 test1.ogg test2.ogg test1.ogg [...]
where test1.ogg and test2.ogg have different bitrates or numbers of
channels (that is important), ogg123's memory usage continuously
increases as each new song is played.
I think I've tracked down the bug to the use of
2001 Apr 19
2
Re: ogg123 and stdout
>I've made something. It wasn't done in exactly 10 minutes because I had to
>translate the headers to Pascal, but the GUI was certainly done in about
>30 minutes.
[...]
>http://www.xs4all.nl/~walterln/vorbis_play_17apr.zip (259K)
would it be hard to add streaming support? a small and simple player,
which could also stream vorbis would be cool.
also a command line tool for
2001 Mar 17
1
ogg123 doesn't destroy shm segment
Every time ogg123 -bXXX is run, it creates another shared memory
segment but fails to destroy it on exit. Thus an increasing number
of shm segments keeps piling up and eat all the (often rather
limited amount of) available shared memory.
The patch below corrects this and also fixes the bizarre abuse of
stat() permission bits for shmget().
On systems that support it, I'd very much like to
2001 Mar 17
1
ogg123: shared memory by mmap()
The patch below adds:
- acinclude.m4: A new macro A_FUNC_SMMAP to check that sharing pages
through mmap() works. This is taken from Joerg Schilling's star.
- configure.in: A_FUNC_SMMAP
- ogg123/buffer.c: If we have a working mmap(), use it to create
a region of shared memory instead of using System V IPC.
Works on BSD. Should also work on SVR4 and offspring (Solaris),
and Linux.
2001 Mar 23
2
Ogg123 error messages
I know you're tired of hearing me complain about ogg123, but this time I noticed
that some of the error messages are a bit inconsistant. Also, I noticed that
some things (like "Error connecting to server") are fatal errors that kill
ogg123, while I think they should simply go on to the next file in the list like
"input not an Ogg Vorbis audio stream" does.
Another problem
2002 Jan 05
1
[furgarat@free.fr: Re: Internationalization of vorbis-tools]
We have a French translation (and general gettext-ization) of
vorbis-tools! Still needs to be merged, though. Perhaps I'll tackle
that tomorrow. See below.
<p>----- Forwarded message from Fr?d?ric Boiteux <furgarat@free.fr> -----
From: Fr?d?ric Boiteux <furgarat@free.fr>
To: "Kenneth C. Arnold" <kcarnold@yahoo.com>
Subject: Re: Internationalization of
2000 Jul 29
5
ogg123 HTTP streaming
I am about to commit HTTP streaming code for ogg123. This has no relation to
the discussion about "real" steaming Ogg; it just downloads and plays at the
same time. But unless you have a direct T3 connection, it'll almost definately
break up quite frequently. Solution? Buffer. But I have other things to work
on for the rest of the day...
Any screaming objections?
This has been
2000 Dec 18
2
Compaq sued for violating video-compression patents
I know Tarkin is not the priority right now, but when it becomes
it's good to know which company might feel nervous...
------------------------------------------
Compaq sued for alleged patent violations
By Bloomberg News
November 20, 2000, 5:30 a.m. PT
WILMINGTON, Del.--Compaq Computer, the world's biggest personal computer
maker, has been sued by a group for allegedly infringing