- Nov 17, 2003
-
-
carsten authored
svn path=/trunk/vorbis/; revision=5585
-
- Nov 16, 2003
-
-
Ed "oddsock" Zaleski authored
Made the projects all link to the Multithreaded Static Runtime Lib...hopefully this will allow for the most portability. svn path=/trunk/vorbis/; revision=5581
-
- Oct 26, 2003
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=5506
-
- Oct 25, 2003
-
-
Ralph Giles authored
Apparently my hand editing messed up parsability. There may be line-ending problems with vorbis.dsw. svn path=/trunk/vorbis/; revision=5502
-
- Oct 23, 2003
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=5499
-
Ralph Giles authored
back to glibtoolize (as it's shipped by apple on macosx) if libtoolize is not available. Bug 363. svn path=/trunk/vorbis/; revision=5497
-
- Oct 22, 2003
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=5495
-
- Oct 20, 2003
-
-
carsten authored
svn path=/trunk/vorbis/; revision=5491
-
- Oct 18, 2003
-
-
calc authored
This allows for builds not to fail if automake is installed on the build system and it doesnt happen to be exact same version used during autogen.sh process. svn path=/trunk/vorbis/; revision=5486
-
- Oct 08, 2003
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=5408
-
- Oct 01, 2003
-
-
Ralph Giles authored
1.0.1. I've added all the new functions, and more dangerously, moved all the vorbis_encode_* to vorbisenc.def. I have no idea what I'm doing here, so testing please. In particular, make sure binary compatibility is preserved for apps linked against 1.0.0. svn path=/trunk/vorbis/; revision=5387
-
Ralph Giles authored
the patch. svn path=/trunk/vorbis/; revision=5385
-
Ralph Giles authored
space savings. svn path=/trunk/vorbis/; revision=5384
-
- Sep 24, 2003
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=5370
-
- Sep 20, 2003
-
-
Stan Seibert authored
you shouldn't do it later. svn path=/trunk/vorbis/; revision=5364
-
- Sep 16, 2003
-
-
Monty authored
I've been getting sloppy lately... didn;t run streaming tests against most recent vorbisfile state machine fix ebcause I thought it didn't affect non-seekable. I was wrong, and the chnage broke things. This fixes non-seekable input and I actually ran all the basic tests (streaming, seekable, seeking, crosslapping and full chain tests) before this commit. Monty svn path=/trunk/vorbis/; revision=5343
-
- Sep 12, 2003
-
-
Monty authored
State engine change broke seeking because ov_pcm_seek was actually using _make_decode_ready as a 'make sure decode is ready' even if it already was. _make_decode_ready is now a no-op if decode is ready. Monty svn path=/trunk/vorbis/; revision=5335
-
- Sep 11, 2003
- Sep 10, 2003
-
-
Monty authored
Update vendor string for 1.0.1 release svn path=/trunk/vorbis/; revision=5324
-
- Sep 09, 2003
-
-
Brendan Cully authored
svn path=/trunk/vorbis/; revision=5323
-
- Sep 05, 2003
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=5314
-
Ralph Giles authored
Metrowerks Codewarrior 7.2 as a minimum version. svn path=/trunk/vorbis/; revision=5313
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=5312
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=5311
-
- Sep 03, 2003
-
-
calc authored
svn path=/trunk/vorbis/; revision=5302
-
calc authored
svn path=/trunk/vorbis/; revision=5301
-
calc authored
svn path=/trunk/vorbis/; revision=5300
-
calc authored
svn path=/trunk/vorbis/; revision=5298
-
Stan Seibert authored
been added since 1.0 to libvorbis and libvorbisfile, so they get a CURRENT++ and a AGE++. svn path=/trunk/vorbis/; revision=5293
-
- Sep 02, 2003
-
-
Monty authored
reel back low midrange noise bias ever so slightly. This eliminates the 'cupping' noise in the low midrange that's somewhat more noticable than other blocking noise. Monty svn path=/trunk/vorbis/; revision=5288
-
Monty authored
Lower absolute ATH to no more than -130dB, -140 nominal. Carsten has found enough conterexamples at this point to disprove the rationale for a lowest-possible ATH in masking; the only value it has left is to give a bottom end to the dB range to avoid FP underflows. Monty svn path=/trunk/vorbis/; revision=5284
-
Monty authored
Minor patch to compile with DJGPP svn path=/trunk/vorbis/; revision=5282
-
Monty authored
vorbisfile has a flaw where a bad link is not initialized [proper behavior], but it would attempt to initialize and play that link anyway, getting a segfault. The easiest way to deal was to improve libvorbis's error checking on dsp initialization if an app (in this case, vorbisfile) tries to call init on a blank vorbis_info structure. read and seek calls will now return 'OV_EBADLINK' in this case. Monty svn path=/trunk/vorbis/; revision=5278
-
- Sep 01, 2003
-
-
Monty authored
Oh, and while were at it, why not disable all the debugging waveform output before committing? Monty svn path=/trunk/vorbis/; revision=5270
-
Monty authored
Halfrate decode feature addition caused a bug in _vorbis_apply_window for transition windoews that also bit encode. Fixed. Monty svn path=/trunk/vorbis/; revision=5269
-
- Aug 27, 2003
-
-
Monty authored
Several more halfrate fixes: 1) crosslapping was using the wrong windowsizes (fullrate for halfrate) for overlap; this would usually still work fine, so the bug went unnoticed. 2) fixed a segfault from multiple lapped seeks happening with no decode happening between. svn path=/trunk/vorbis/; revision=5252
-
- Aug 18, 2003
-
-
Monty authored
Vorbisfile API addition for game and mod coders; Do a 'free' sample rate conversion from source rate to half source rate by calling ov_halfrate() after ov_open(); Although this is solid for immediately desired usage, I want to clean it up a bit before advertising it's existence, so no doc addition yet. Does not break binary API. Monty svn path=/trunk/vorbis/; revision=5222
-
- Jul 21, 2003
-
-
Ralph Giles authored
Don't build docs by default even if the tools are available. Basically the problem is people with the tools installed often don't have an appropriate local catalog file to the xsltproc runs are either very slow, or fail because the websites are down (thank you oasis). You now need to pass --enable-docs to build them. svn path=/trunk/vorbis/; revision=5158
-