You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(14) |
Dec
(33) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(68) |
Feb
(19) |
Mar
(6) |
Apr
(97) |
May
(15) |
Jun
(28) |
Jul
(83) |
Aug
(21) |
Sep
(67) |
Oct
(16) |
Nov
|
Dec
(22) |
| 2003 |
Jan
(47) |
Feb
(17) |
Mar
(5) |
Apr
|
May
(5) |
Jun
(106) |
Jul
(25) |
Aug
|
Sep
(14) |
Oct
(7) |
Nov
(24) |
Dec
(5) |
| 2004 |
Jan
(54) |
Feb
(19) |
Mar
|
Apr
(33) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
(153) |
Dec
(6) |
| 2005 |
Jan
(178) |
Feb
(17) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
(2) |
Feb
(173) |
Mar
|
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(12) |
Dec
(14) |
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(29) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
(29) |
Feb
(3) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2013 |
Jan
(7) |
Feb
|
Mar
(18) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Matthias P. <pfi...@us...> - 2005-01-20 07:47:58
|
Update of /cvsroot/tritonus/tritonus/src/lib/pvorbis In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19511/lib/pvorbis Modified Files: codebook.c Log Message: changed directory structure Direct links to online-CVS: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tritonus/tritonus/src/lib/pvorbis/codebook.c Index: codebook.c =================================================================== RCS file: /cvsroot/tritonus/tritonus/src/lib/pvorbis/codebook.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** codebook.c 12 Jan 2005 16:54:48 -0000 1.2 --- codebook.c 20 Jan 2005 07:47:18 -0000 1.3 *************** *** 189,206 **** break; case 1: ! /* ordered */ ! { long length=oggpack_read(opb,5)+1; s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries); ! for(i=0;i<s->entries;){ ! long num=oggpack_read(opb,_ilog(s->entries-i)); ! if(num==-1)goto _eofout; ! for(j=0;j<num && i<s->entries;j++,i++) ! s->lengthlist[i]=length; ! length++; } ! } ! break; default: /* EOF */ --- 189,208 ---- break; case 1: ! /* ordered */ ! { long length=oggpack_read(opb,5)+1; s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries); ! for(i=0;i<s->entries;) ! { ! long num=oggpack_read(opb,_ilog(s->entries-i)); ! if(num==-1)goto _eofout; ! for(j=0;j<num && i<s->entries;j++,i++) ! s->lengthlist[i]=length; ! length++; } ! } ! break; ! default: /* EOF */ |
|
From: Matthias P. <pfi...@us...> - 2005-01-20 07:47:25
|
Update of /cvsroot/tritonus/tritonus/src/classes/org/tritonus/lowlevel/pvorbis In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19511/classes/org/tritonus/lowlevel/pvorbis Added Files: StaticCodebook.java Log Message: changed directory structure Direct links to online-CVS: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tritonus/tritonus/src/classes/org/tritonus/lowlevel/pvorbis/StaticCodebook.java --- NEW FILE: StaticCodebook.java --- |
|
From: Matthias P. <pfi...@us...> - 2005-01-20 07:39:11
|
Update of /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/sampled/mixer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17851/mixer Log Message: Directory /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/sampled/mixer added to the repository Direct links to online-CVS: |
|
From: Matthias P. <pfi...@us...> - 2005-01-20 07:39:08
|
Update of /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/sampled/file In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17851/file Log Message: Directory /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/sampled/file added to the repository Direct links to online-CVS: |
|
From: Matthias P. <pfi...@us...> - 2005-01-20 07:39:08
|
Update of /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/sampled/convert In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17851/convert Log Message: Directory /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/sampled/convert added to the repository Direct links to online-CVS: |
|
From: Matthias P. <pfi...@us...> - 2005-01-20 07:32:31
|
Update of /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/sampled In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16316/sampled Log Message: Directory /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/sampled added to the repository Direct links to online-CVS: |
|
From: Matthias P. <pfi...@us...> - 2005-01-20 07:32:30
|
Update of /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/midi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16316/midi Log Message: Directory /cvsroot/tritonus/tritonus/src/classes/org/tritonus/share/midi added to the repository Direct links to online-CVS: |
|
From: Matthias P. <pfi...@us...> - 2005-01-18 18:54:25
|
Update of /cvsroot/tritonus/tritonus/src/classes/org/tritonus/lowlevel/pogg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13957/src/classes/org/tritonus/lowlevel/pogg Modified Files: Buffer.java Log Message: added convenience method Direct links to online-CVS: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tritonus/tritonus/src/classes/org/tritonus/lowlevel/pogg/Buffer.java Index: Buffer.java =================================================================== RCS file: /cvsroot/tritonus/tritonus/src/classes/org/tritonus/lowlevel/pogg/Buffer.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Buffer.java 12 Jan 2005 16:54:47 -0000 1.3 --- Buffer.java 18 Jan 2005 18:54:11 -0000 1.4 *************** *** 6,10 **** /* ! * Copyright (c) 2000 - 2004 by Matthias Pfisterer * * This program is free software; you can redistribute it and/or modify --- 6,10 ---- /* ! * Copyright (c) 2000 - 2005 by Matthias Pfisterer * * This program is free software; you can redistribute it and/or modify *************** *** 259,262 **** --- 259,269 ---- + /** Reads a single bit. + */ + public boolean readFlag() + { + return (read(1) != 0); + } + private static native void setTrace(boolean bTrace); |
|
From: Matthias P. <pfi...@us...> - 2005-01-18 18:52:58
|
Update of /cvsroot/tritonus/tritonus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13559 Modified Files: build.xml Log Message: updated for changed directory structure Direct links to online-CVS: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tritonus/tritonus/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/tritonus/tritonus/build.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -r1.47 -r1.48 *** build.xml 11 Jan 2005 15:02:08 -0000 1.47 --- build.xml 18 Jan 2005 18:52:33 -0000 1.48 *************** *** 25,30 **** <include name="org/tritonus/" /> <exclude name="org/tritonus/sampled/convert/javalayer/" /> - <exclude name="org/tritonus/sampled/convert/jorbis/" /> - <exclude name="org/tritonus/sampled/file/jorbis/" /> <exclude name="org/tritonus/midi/device/midishare/" /> <exclude name="org/tritonus/debug/" /> --- 25,28 ---- *************** *** 42,45 **** --- 40,45 ---- <include name="org/tritonus/lowlevel/pvorbis/" /> <include name="org/tritonus/sampled/" /> + <exclude name="org/tritonus/sampled/convert/jorbis/" /> + <exclude name="org/tritonus/sampled/file/jorbis/" /> </javac> </target> *************** *** 62,66 **** depends="prepare" if="jorbis-present"> ! <javac srcdir="${src}" debug="${debug}" source="${source}" --- 62,66 ---- depends="prepare" if="jorbis-present"> ! <javac srcdir="${src.classes}" debug="${debug}" source="${source}" |