- 19 Jun, 2000 4 commits
-
-
Monty authored
build changes to eliminate need for u_int32_t Monty svn path=/trunk/vorbis/; revision=461
-
Monty authored
Remove vorbis-tools from mainline build until it get a bit more platform friendly across the board... Monty svn path=/trunk/vorbis/; revision=460
-
Monty authored
Optimizations, mostly minor things; just picking the lowest-hanging fruit. Monty svn path=/trunk/vorbis/; revision=459
-
Monty authored
Tune the short block trigger a bit more Monty svn path=/trunk/vorbis/; revision=458
-
- 18 Jun, 2000 2 commits
- 16 Jun, 2000 2 commits
- 15 Jun, 2000 2 commits
-
-
Monty authored
Fixed a link-crossing bug in libvorbis (total time was reset to -1 at the link boundary until the next packet with a frame number arrived) Implemented instantaneous bitrate capability in libvorbis; added ov_bitrate_instant() to interface Added instantaneous bitrate display to xmms Monty svn path=/trunk/vorbis/; revision=451
-
Monty authored
proper truncated packet support Monty svn path=/trunk/vorbis/; revision=450
-
- 14 Jun, 2000 5 commits
-
-
Monty authored
first commit of Kenneth Arnold's vorbis-tools svn path=/trunk/vorbis/; revision=449
-
Monty authored
The merge accidentally lost the C++ wrappers and os_types.h include in codec.h Fixed Monty svn path=/trunk/vorbis/; revision=448
-
Monty authored
Made API consistent wrt in64_t internal types and return values fixed end of stream padding bug in libvorbis/vorbisfile Monty svn path=/trunk/vorbis/; revision=447
-
Monty authored
API change to stabilize psychoacoustic configuration for 1.0 beta. It would be nice, after all, to maintain binary compatability in the library... Monty svn path=/trunk/vorbis/; revision=446
-
Monty authored
Merge of the current Monty branch; this brings in new psychoacoustic fixes, better LSP fit and better tuning. svn path=/trunk/vorbis/; revision=445
-
- 07 Jun, 2000 1 commit
-
-
Monty authored
svn path=/trunk/vorbis/; revision=430
-
- 27 May, 2000 2 commits
- 26 May, 2000 1 commit
-
-
dbt authored
Fix gmake-isms ($^ isn't crossplatform) svn path=/trunk/vorbis/; revision=412
-
- 17 May, 2000 1 commit
-
-
Monty authored
Minor build fixes; added string.h to sharedbook.c, removed vorbisfile.o from libvorbis.a link line. Monty svn path=/trunk/vorbis/; revision=394
-
- 16 May, 2000 2 commits
-
-
Michael Smith authored
Change to a variable name in seed_peaks() to avoid a namespace collision on win32. svn path=/trunk/vorbis/; revision=393
-
Michael Smith authored
Fix for a small problem in ov_read() which made the code rather unreadable, and was redundant. svn path=/trunk/vorbis/; revision=392
-
- 12 May, 2000 3 commits
-
-
Monty authored
Accidentally neglected putting copies of the GPL and LGPL in CVS. Updated README to reflect LGPL status of libs. We still need to change source headers to LGPL in libraries. Monty svn path=/trunk/vorbis/; revision=390
-
Michael Smith authored
Addition of win32 support to the examples (changing stdin/stdout to binary mode). svn path=/trunk/vorbis/; revision=389
-
Michael Smith authored
Fix for incorrect abort in decoder_example triggered by short ogg files. Should now decode all valid ogg files correctly. svn path=/trunk/vorbis/; revision=388
-
- 10 May, 2000 2 commits
- 09 May, 2000 1 commit
-
-
Monty authored
The xcf file is just too big for every developer to have to suck down. Monty svn path=/trunk/vorbis/; revision=384
-
- 08 May, 2000 1 commit
-
-
Monty authored
First merge of new psychoacoustics. Have some unused codebooks to remove yet, but we're otherwise OK. Tuning still has a little ways to go, but it's not too bad. Monty svn path=/trunk/vorbis/; revision=383
-
- 01 May, 2000 6 commits
-
-
jon authored
svn path=/trunk/vorbis/; revision=354
-
jon authored
svn path=/trunk/vorbis/; revision=353
-
jon authored
Added faster sample conversion paths in ov_read. svn path=/trunk/vorbis/; revision=352
-
jon authored
svn path=/trunk/vorbis/; revision=351
-
jon authored
svn path=/trunk/vorbis/; revision=350
-
jon authored
svn path=/trunk/vorbis/; revision=349
-
- 29 Apr, 2000 1 commit
-
-
Peter Jones authored
404's are right ;) spec file is the obvious, and RPM spec file. It provides two packages; vorbis and vorbis-devel. I'm not 100% sure things got devided up the best way, but essentially vorbis-devel is the LGPL parts and vorbis is the GPL parts. didn't include cmdline (which isn't built by default) or examples (same reason). svn path=/trunk/vorbis/; revision=347
-
- 23 Apr, 2000 1 commit
-
-
Michael Smith authored
Fix for a minor typo in vorbisfile headers - woould have affected users of the new generic interface. Added some casts into the all-new ov_open() to stop compiler warnings. svn path=/trunk/vorbis/; revision=342
-
- 21 Apr, 2000 1 commit
-
-
Michael Smith authored
A new abstracted interface to vorbisfile, using callback functions. Now ov_open() just calls ov_open_callbacks() with appropriate arguments. This also contains some minor changes that give a ~10% speedup with gcc, and changes to vorbisfile.h to allow C++ compilation. svn path=/trunk/vorbis/; revision=337
-
- 12 Apr, 2000 1 commit
-
-
Michael Smith authored
libvorbis.a and vorbisfile.a were the same. This seperates them, as they were intended. svn path=/trunk/vorbis/; revision=315
-
- 10 Apr, 2000 1 commit
-
-
Monty authored
Added first cut of Martin Vogt's kmpg plugin. Monty svn path=/trunk/vorbis/; revision=312
-