similar to: oggdec in cvs?

Displaying 20 results from an estimated 10000 matches similar to: "oggdec in cvs?"

2002 Jul 04
2
CVS access
I am no longer able to access CVS: Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot cvs [login aborted]: recv() from server xiph.org: Connection reset by peer I had no problems a few days ago. -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives:
2002 Jul 19
1
My patches in bugzilla
Has anyone put an eye to my patches*? AFAIK, they're simple and quite innocuous. Sorry to be a bother. (*) http://bugs.xiph.org/show_bug.cgi?id=208 http://bugs.xiph.org/show_bug.cgi?id=210 -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2002 Jul 12
1
vcomment question
vcomment.c contains this line: fprintf(stderr, "Vorbiscomment " VERSION "\n"); I can't figure how / where VERSION is defined. <p> -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2004 Aug 06
4
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
Hello, oggdec is a very simple ogg decoder, and it fails in the following case: a source A has a fallback A' transcoder curl | oggdec | ices2 is transcoding to lower bitrates ogg A fails, all the listeners are transfered to A' oggdec fails because the stream content changed: [2004-01-29 18:44:47] OggDec 1.0.1 [2004-01-29 18:44:47] Warning: hole in data <p><p>[2004-01-29
2004 Aug 06
3
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote: > I have more info about that problem... > curl | oggdec | ices will never work to my opinion with fallback setup on source > because when transfering listeners to fallback, no ogg headers are sent, so > whatever we do, oggdec will not be happy with the data received... I took a look at this. It is true that oggdec does not
2009 Mar 18
2
oggdec.exe crash
Hello there. I can't use bugtracker because it is permanently think that I'm spammer. -------------- System: Windows XP Service Pack 3 When I trying to decode any *.ogg file with oggdec.exe like this: oggdec.exe file.ogg I have an error (it is translate version - I don't have english version of Windows): Instruction from address 0x7c91b1fa trying to access 0x00000010. Memory
2002 Jul 08
1
Divide by zero in accumulate_fit
Hi, Lately, my oggenc builds (from CVS) haven't been running correctly. In a few debugging sessions, I've found that I'm getting a divide by zero exception. The exception happens in accumulate_fit (floor1.c), line 455: int weight=nb*info->twofitweight/na; Here is the call stack: accumulate_fit floot1_fit mapping0_forward vorbis_analysis oe_encode main The
2002 Apr 09
1
Archive indices for current month
In case the important parties missed my passing comment in another thread... The mailing list archives master indices no longer show the current month. I've found they are still available by using a direct URL, however. -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p>--- >8 ---- List archives:
2002 Apr 08
1
xiph cvs
I'm having trouble connecting to the xiph cvs: >>>>> Script started on Mon Apr 8 21:33:25 2002 [dave@localhost ~/cvs]$ cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot CVS password: cvs [login aborted]: recv() from server xiph.org: Connection reset by peer [dave@localhost ~/cvs]$ ^D Script done on Mon
2004 Aug 06
1
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote: > curl | oggdec | ices will never work to my opinion with fallback setup on source > because when transfering listeners to fallback, no ogg headers are sent, so > whatever we do, oggdec will not be happy with the data received... really? That would be a bug unless it rewrites the stream id instead. > Chris P.S. If you're
2005 Nov 15
4
Oggenc/oggdec on Mac OS X
Hi, Has anyone succeeded to build oggenc and oggdec on Mac OS X with static linking? I can build libogg and libvorbis and install them as dynamic libraries (by running ./configure, make and then make install). Then oggenc and oggdec will load them in runtime and use them. That works fine. But I'd like to build these two command line tools so they're linked with all the libraries they
2003 Sep 28
1
Outdated oggdec tarball
Hello, While trying to debug a problem with the open-source slimp3 server, which uses oggdec, I found that the tarball for vorbis-tools 1.0 contains an old version of oggdec, containing at least one bug in the command line handling code (a missing break statement). The latest code in CVS appears to be fixed. Are you planning to release a new tarball for vorbis-tools? Ori Pessach --- >8
2008 Jun 25
1
[xiph-commits] r15069 - in trunk/vorbis-tools: oggdec oggenc
On 25-Jun-08, at 3:23 AM, ivo at svn.xiph.org wrote: > * correctness: make oggdec output help text on stdout instead of > stderr Hmm. Doesn't oggdec output the decompressed audio to stdout? IIRC the help goes to stderr to avoid clobbering that. If 'corretness' is the windows issue, could it be compile-time switched? -r
2006 Oct 24
2
oggdec.exe not using album gain stdout option
This question is mainly directed at John Edwards, I believe. I'm attempting to use oggdec.exe in a batch conversion of ogg vorbis files for use on a portable player. I'm using the -o option to redirect output to the LAME encoder. So far so good. However, I also want to do volume leveling using the replaygain tags. If I specify track (radio) gain, everything works fine, however, when I
2005 Sep 02
1
oggdec and ogg123 playing audio from an Ogg Theora+Vorbis file?
Are oggdec and ogg123 supposed to be able to extract or play audio from an Ogg Theora+Vorbis file? OggDec 1.0 and ogg123 from vorbis-tools 1.0.1 don't seem to be able to do so. If the programs are not supposed to do this job now, are any improvements planned so they can do this job in the future? Thanks for info on this.
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files with cat, i.e. cat {file1.ogg} file2.ogg > outputfile.ogg <p>I successfully used this capability, together with oggenc and sox, to join two .WAV files in the following manner: <p>oggenc -q9 file1.wav ... oggenc -q9 file2.wav --- cat file1.ogg file2.ogg > outfile.ogg ox outfile.ogg outfile.wav I get
2002 Jul 18
0
Updated BCC projects
In response to requests, I've given my vorbis BCC projects a thorough cleaning. They are now much more professional, complete, and include a little documentation. Ogg Vorbis 1.0 ready! The new files are available here: http://dave.gasaway.org/vorbis/vorbis_bcc.zip At this time, they cannot compile with the free command-line tools available from Borland. If anyone can help make
2002 Apr 09
1
ogg123 patch for tag display
Last week, I suggested a change to ogg123 for tag display. Well, tonight, I've filed a bug and hacked together a patch: http://bugs.xiph.org/show_bug.cgi?id=179 How does it look? <p>P.S., I would have provided a link to the e-mail in the archives, but it seems the current month is no longer available from the archive master indices. -- -:-:- David K. Gasaway -:-:- XNS :
2002 Sep 28
0
A few doc snafus
I took notes of a few errors while reading some of the documetation a little while back (verified they're still in cvs) ... vorbis-ogg.html: the 9th bullet under Encapsulation has a couple of typos: 'contining' and 'no'. ogg-stream-flush.html: the function declaration in the gray box reads "ogg_stream_pageout". ogg-stream-pageout.html: Lists '0' as a
2002 Apr 09
1
Replay Gain for vorbis
I had completely forgotten about Replay Gain until Mr. Seibert reminded me. Wasn't there talk of adding this to vorbis-tools? Anyway, I went here: http://sjeng.sourceforge.net/ftp/vorbis/ And downloaded the source for the replay gain tool. Unfortunately, I cannot compile it. The errors regard parameters to ov_read_float. Is there updated source somewhere else? -- -:-:-