- Sep 22, 2004
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7820
-
- Sep 21, 2004
-
-
Ralph Giles authored
time, as is now required. This is a little less broken than the previous config in that the dist will need to have the build docs, and a normal build from a dist tarball won't try. However if you --enable-docs on the dist tarball, it will rebuild them even if they're up to date. Among other things, this makes 'make distcheck' annoying. svn path=/trunk/vorbis/; revision=7816
-
- Sep 20, 2004
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7815
-
Ralph Giles authored
directories. svn path=/trunk/vorbis/; revision=7814
-
Ralph Giles authored
Remove references to the 1.0 release from the todo file. :) svn path=/trunk/vorbis/; revision=7812
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7811
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7810
-
- Sep 19, 2004
-
-
Ralph Giles authored
(and unsupported) on recent MacOS X, but libtool hasn't learned this yet. svn path=/trunk/vorbis/; revision=7807
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7806
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7805
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7804
-
- Aug 16, 2004
-
-
Conrad Parker authored
svn path=/trunk/vorbis/; revision=7575
-
Conrad Parker authored
warnings, some of which are harmless. svn path=/trunk/vorbis/; revision=7574
-
Conrad Parker authored
files) svn path=/trunk/vorbis/; revision=7573
-
- Aug 13, 2004
-
-
Conrad Parker authored
svn path=/trunk/vorbis/; revision=7543
-
Conrad Parker authored
svn path=/trunk/vorbis/; revision=7542
-
- Aug 11, 2004
- Aug 08, 2004
-
-
Monty authored
svn path=/trunk/vorbis/; revision=7497
-
- Aug 05, 2004
-
-
Thomas Vander Stichele authored
svn path=/trunk/vorbis/; revision=7485
-
Thomas Vander Stichele authored
svn path=/trunk/vorbis/; revision=7483
-
Thomas Vander Stichele authored
lines filled with defines. I also added a ChangeLog, if people don't like that feel free to flame me down and I'll remove it. svn path=/trunk/vorbis/; revision=7481
-
- Aug 03, 2004
- Aug 02, 2004
-
-
Thomas Vander Stichele authored
svn path=/trunk/vorbis/; revision=7453
-
Thomas Vander Stichele authored
svn path=/trunk/vorbis/; revision=7452
-
Monty authored
vorbis_info struct should be the size of the bitrate reservoir in seconds. svn path=/trunk/vorbis/; revision=7451
-
Monty authored
svn path=/trunk/vorbis/; revision=7450
-
- Jul 26, 2004
-
-
Thomas Vander Stichele authored
svn path=/trunk/vorbis/; revision=7348
-
Thomas Vander Stichele authored
svn path=/trunk/vorbis/; revision=7347
-
Thomas Vander Stichele authored
svn path=/trunk/vorbis/; revision=7346
-
Thomas Vander Stichele authored
* error out on autotools failures so warnings are caught early on * move around AC_CANONICAL_HOST to squash warning * add AC_CANONICAL_TARGET * don't squash LIBS but set VORBIS_LIBS instead * clean up AC_OUTPUT * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel (this can be verified by checking Makefile's generated in other directories and seeing that the var isn't used) * use OGG_LIBS and VORBIS_LIBS in Makefile.am svn path=/trunk/vorbis/; revision=7345
-
- Jul 23, 2004
-
-
Michael Smith authored
have the latter defined. Problem reported by Stephen So. svn path=/trunk/vorbis/; revision=7263
-
- Jul 21, 2004
-
-
Michael Smith authored
The problem was in using an int for the return value of a 64-bit function. All other references to this function in this source file use a proper 64-bit value. This function returns the offset within the file, and this int wraps to <0 at 2GB, causing an EOS to be returned for any offset at any further point in a larger file. svn path=/trunk/vorbis/; revision=7198
-
- Jul 20, 2004
-
-
Monty authored
svn path=/trunk/vorbis/; revision=7187
-
Monty authored
Also turned on $Id$ keyword substitution in SVN for the Vorbis module. svn path=/trunk/vorbis/; revision=7186
-
Monty authored
Correct a bug-that-isn't-a-bug; the bitrate manager's setpoint gravity code relied on subtlety that just took me a while to figure out even though I wrote it. Given that, I could see it causing trouble in the future if other changes broke the subtlety, so I increased the heavy-handed logic explicitness to bulletproof the gravity code in the cases where there's a minimum but not a maximum and vice versa. The only change that makes a difference: the bit reservoir is set to the bias setpoint in initialization as opposed to always starting with a full reservoir. This is unrelated to above, but seemed like a good idea. svn path=/trunk/vorbis/; revision=7185
-
- Jul 14, 2004
-
-
Michael Smith authored
documentation. We need a better way to keep docs in sync, editing the website copy is definitely a bad idea. svn path=/trunk/vorbis/; revision=7112
-
- Jul 09, 2004