search for: branch_postbeta2

Displaying 10 results from an estimated 10 matches for "branch_postbeta2".

2000 Sep 13
0
vq: postbeta2 patch
There are some missing fixes for reading floats and a few unused variables Now I have the postbeta2 branch behaving like the main one, at least! diff -bBu2 branch_postbeta2/vq/bookutil.c vorbis-postb2/vq/bookutil.c --- branch_postbeta2/vq/bookutil.c Thu Aug 31 05:00:02 2000 +++ vorbis-postb2/vq/bookutil.c Wed Sep 13 17:59:15 2000 @@ -309,5 +309,5 @@ c->pigeon_tree=p=calloc(1,sizeof(encode_aux_pigeonhole)); line=get_line(in); - if(sscanf(line,&quot...
2000 Oct 11
3
More CVS trouble
Well after a week out for a training course, I'm back to trying to check out the postbeta2_branch. so I do cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2 vorbis and everything is fine. Trying $ cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2 ogg I get... cvs server: Updating ogg cvs server: Updating ogg/doc cvs server: Updating ogg/include cvs server: Updating ogg/include/ogg cvs server: Updating ogg/src /bin/rmdir:...
2000 Sep 29
4
Is branch_postbeta2 supposed to build ??
Or did I check it out incorrectly ?? The problems I've had are... The configure script seems to require libogg to exist before it will finish configuring. There are includes for ogg/ogg.h which doesn't exist, in fact the ogg directory doesn't exist. Dave....not an CVS expert.... --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2000 Oct 01
4
CVS Problem
I've been kind of busy lately, but I wanted to see what's up with ao after the build change. I was able to check out the vorbis module, but when I tried to check out the ao module I saw this: [stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot co -r branch_postbeta2 ao cvs server: Updating ao cvs server: Updating ao/doc cvs server: Updating ao/include cvs server: Updating ao/include/ao cvs server: Updating ao/src cvs server: Updating ao/src/.deps cvs server: Updating ao/src/.libs This looked promising, except the command did not create an ao directory or put...
2000 Sep 05
2
docs URL
...le which will probably invalidate whole sections of that particular web-doc. >From that doc, most of the links take you into a hypertext version of the source code itself, where many variables and structure elements are globally searchable. You can also compare the two versions (cvs-aug28 and branch_postbeta2 from this a.m.) and do freetext searches, etc., via the glimpse search-engine. I hacked lxr to do this, but didn't add the spiffy graphics that other lxr source-code sites have put in. Send corrections on things that are not going to rapidly change in cvs -- at least that will save me from ma...
2000 Oct 08
1
Mac Vorbis Player
I've got a working (standalone) Mac Vorbis player. It doesn't handle clipping nicely (it makes narsty noises that XMMS doesn't), the code's not commented yet, there's no other way to quit while the sound plays besides force quitting, and there's no real error checking, but it works and I got around the problem with os_types.h by putting a mac-specific version in the
2000 Oct 10
1
Ogg123 Patch Status?
I was just curious about the patch that I sent for ogg123 that implements the --quiet and adds in the --skip option? Also - I would like to know what are the main cvs modules and branches in which development takes place? Specifically, I would like to look at the very latest libao and ogg123 sources. I would also like to know where the main development for libvorbis takes place Regards, Ali
2000 Sep 05
1
[kcarnold@xiph.org: [xiph-cvs] cvs commit: vorbis/vorbis-tools/libao ao_alsa.c ao_oss.c audio_out.c audio_out.h]
...Subject: [xiph-cvs] cvs commit: vorbis/vorbis-tools/libao ao_alsa.c ao_oss.c audio_out.c audio_out.h Date: Tue, 5 Sep 2000 14:38:49 -0700 (PDT) From: kcarnold@xiph.org (Kenneth C. Arnold) Precedence: bulk Reply-To: cvs@xiph.org kcarnold 00/09/05 14:38:48 Modified: vorbis-tools/libao Tag: branch_postbeta2 ao_alsa.c ao_oss.c audio_out.c audio_out.h Log: Removed vorbis-tools/README as it is no longer pertinent. Revision Changes Path No revision No revision 1.4.2.1 +2 -1 vorbis/vorbis-tools/libao/ao_alsa.c Index: ao_alsa.c =...
2000 Oct 10
4
Mac Ogg Vorbis Player
Well, I updated the player to work with the branch_postbeta2, but it contains some nasty kludges to the project files that probably shouldn't be finalized. I'm going to put it in a separate file (http://oscar.the-rileys.net/programming/vorbis_pb2.tar.gz) for now. Unfortunately, this release doesn't seem to fix the "tearing sound" prob...
2000 Sep 26
1
branch merged
I just finished the merge of branch_jackoggsvorbis into branch_postbeta2 Vorbis is now split into two libs, libogg, and libvorbis in this branch. the follow modules are a result: ogg - basic framing library, all ogg code and docs, etc vorbis - the vorbis codec, depends on ogg vorbis-plugins - all the audio plugins for ogg vorbis, depends on ogg and vorbis ao - libao...