search for: branch_beta3

Displaying 6 results from an estimated 6 matches for "branch_beta3".

2000 Nov 10
2
source browser updated
http://surf.chimie.uqam.ca/~kruus/vorbis/ now contain branch_beta3 and trunk subdirs that are updated daily (until branch_beta3 becomes historical next week, like the other snapshots at that URL). to web-browse the source code, go to http://surf.chimie.uqam.ca/~kruus/vorbis/lxr/http/source erik (back after audio-video sync miniproject. Yay!) --- >8 ---- Li...
2000 Nov 05
1
branch_beta3 merged onto mainline
I merged branch_beta3 (modules ogg and vorbis) onto the mainline. 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 th...
2000 Nov 09
4
libvorbis compile failure
The latest CVS update of libvorbis fails to compile on SuSE Linux 6.4. The error is below. Also, what happened to the xmms plugin directory in cvs? It complains that it is missing when I do a 'cvs update'. gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0beta3\" -DHAVE_ALLOCA_H=1 -DHAVE_ ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fs
2000 Oct 26
1
ogg123 does not stop at the end of the file
MoiN ogg123 does not exit after playing a file but starts to eat all available cpu time, trying to read past the end of the file. Please apply the following patch to ogg123.c in vorbis-tools: --- vorbis-tools/ogg123/ogg123.c.orig Thu Oct 26 22:37:05 2000 +++ vorbis-tools/ogg123/ogg123.c Thu Oct 26 22:37:29 2000 @@ -461,9 +461,9 @@ while (!eos) {
2000 Oct 29
0
Sample-granularity file length and editing whitepaper
A few folks have asked for specifics, at the spec level, on how sample granularity editing works in Vorbis. So, here's a whitepaper as the beginnings of a real document. This doc is also in CVS on branch_beta3. Note that vorbisfile is not actually tested with the beginning sample-offset spec for editing. I'll be testing/fixing any bugs in vorbisfile on that front now, and keeping around test samples for folks to use witht heir own code. **************************************************** Topic:...
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed. Makefile.am : some stuff copied from branch_beta3 ogg lib must be added only where necesary. vq subdir Makefile.am'ized, (but installs nothing) made distclean target slightly more clean -- check it by hand first, please --- also you'll want to remove vq/Makefile if the ...am passes inspection --------------------------------------------...