summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OK, time to take this branch live before we tweak more.monty_branch_20000524Monty2000-06-144-84/+72
| | | | | | Monty svn path=/branches/monty_branch_20000524/vorbis/; revision=444
* Simple A/B point aux codebookMonty2000-06-121-0/+84
| | | | svn path=/branches/monty_branch_20000524/vorbis/; revision=443
* LSP hysterisisMonty2000-06-1215-85/+2635
| | | | svn path=/branches/monty_branch_20000524/vorbis/; revision=440
* Incremental commit of untested code changes to codebook trainingMonty2000-06-093-74/+184
| | | | | | | | (added density limiting via a quantization mesh) Monty svn path=/branches/monty_branch_20000524/vorbis/; revision=436
* Fix the SIGFPE in psy init that Mark Taylor found.Monty2000-06-091-5/+7
| | | | | | Monty svn path=/branches/monty_branch_20000524/vorbis/; revision=435
* incremental update in order to work on codebook trainer densityMonty2000-06-097-33/+142
| | | | | | | | limiting remotely. Monty svn path=/branches/monty_branch_20000524/vorbis/; revision=434
* Utility to make two sets of aux files split based on spectral positionMonty2000-06-071-0/+29
| | | | | | Monty svn path=/branches/monty_branch_20000524/vorbis/; revision=432
* This commit was manufactured by cvs2svn to create branchunknown2004-03-201-0/+0
|\ | | | | | | | | | | 'monty_branch_20000524'. svn path=/branches/monty_branch_20000524/vorbis/; revision=431
| * file auxpartition.pl was initially added on branch monty_branch_20000524.Monty2000-06-071-0/+0
| | | | | | | | svn path=/trunk/vorbis/; revision=430
| * Moved 'max' and 'min' because I just haven't had enough of playing with ↵jon2000-05-272-8/+10
| | | | | | | | | | | | little simple things. svn path=/trunk/vorbis/; revision=414
| * Added an #undef to make win32 compile cleaner.jon2000-05-271-1/+4
| | | | | | | | svn path=/trunk/vorbis/; revision=413
| * whee, first commit.dbt2000-05-261-6/+8
| | | | | | | | | | | | Fix gmake-isms ($^ isn't crossplatform) svn path=/trunk/vorbis/; revision=412
| * Minor build fixes; added string.h to sharedbook.c, removedMonty2000-05-172-3/+5
| | | | | | | | | | | | | | | | vorbisfile.o from libvorbis.a link line. Monty svn path=/trunk/vorbis/; revision=394
| * Change to a variable name in seed_peaks() to avoid a namespace collision on ↵Mike Smith2000-05-161-3/+3
| | | | | | | | | | | | win32. svn path=/trunk/vorbis/; revision=393
| * Fix for a small problem in ov_read() which made the code rather unreadable, ↵Mike Smith2000-05-161-5/+1
| | | | | | | | | | | | and was redundant. svn path=/trunk/vorbis/; revision=392
| * Accidentally neglected putting copies of the GPL and LGPL in CVS.Monty2000-05-123-5/+863
| | | | | | | | | | | | | | | | | | 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
| * Addition of win32 support to the examples (changing stdin/stdout to binaryMike Smith2000-05-122-10/+38
| | | | | | | | | | | | mode). svn path=/trunk/vorbis/; revision=389
| * Fix for incorrect abort in decoder_example triggered by short ogg files. ↵Mike Smith2000-05-121-2/+2
| | | | | | | | | | | | Should now decode all valid ogg files correctly. svn path=/trunk/vorbis/; revision=388
| * Added inttypes.h for BeOSMonty2000-05-101-1/+5
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=386
| * ./make is wrong, should be makeMonty2000-05-101-3/+3
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=385
| * The xcf file is just too big for every developer to have to suck down.Monty2000-05-091-0/+0
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=384
| * First merge of new psychoacoustics. Have some unused codebooks toMonty2000-05-0882-5344/+21902
| | | | | | | | | | | | | | | | | | | | 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
| * Fixing win32/linux build snafu.jon2000-05-011-0/+27
| | | | | | | | svn path=/trunk/vorbis/; revision=354
| * Fixing win32/linux build snafujon2000-05-012-5/+5
| | | | | | | | svn path=/trunk/vorbis/; revision=353
| * Fixed a bug with ov_open_callbacks not initializing file info.jon2000-05-011-4/+46
| | | | | | | | | | | | Added faster sample conversion paths in ov_read. svn path=/trunk/vorbis/; revision=352
| * Added an ifdef for compilation in win32.jon2000-05-011-2/+13
| | | | | | | | svn path=/trunk/vorbis/; revision=351
| * Fixed usage of 'hypot' in visual c++ 6 -- was VERY slow.jon2000-05-011-2/+4
| | | | | | | | svn path=/trunk/vorbis/; revision=350
| * Minor change for win32 compilation.jon2000-05-011-1/+2
| | | | | | | | svn path=/trunk/vorbis/; revision=349
| * README had wrong URLs (I'm assuming the ones that give info instead ofPeter Jones2000-04-292-3/+76
| | | | | | | | | | | | | | | | | | | | | | 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
| * Fix for a minor typo in vorbisfile headers - woould have affected users of theMike Smith2000-04-232-7/+8
| | | | | | | | | | | | | | | | new generic interface. Added some casts into the all-new ov_open() to stop compiler warnings. svn path=/trunk/vorbis/; revision=342
| * A new abstracted interface to vorbisfile, using callback functions.Mike Smith2000-04-212-27/+69
| | | | | | | | | | | | | | | | 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
| * libvorbis.a and vorbisfile.a were the same. This seperates them, as they wereMike Smith2000-04-121-4/+10
| | | | | | | | | | | | intended. svn path=/trunk/vorbis/; revision=315
| * Added first cut of Martin Vogt's kmpg plugin.Monty2000-04-103-5/+20
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=312
| * Another 'moron monty' fix; got the sort backward fixing the earlierMonty2000-04-061-3/+3
| | | | | | | | | | | | | | | | comparison bug Monty svn path=/trunk/vorbis/; revision=310
| * I am a moron.Monty2000-04-061-2/+2
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=307
| * Added os.h to res0.c and floor0.c in order to give _alloca/rint to MSVCMonty2000-04-062-2/+4
| | | | | | | | svn path=/trunk/vorbis/; revision=306
| * Fixed the selftest to catch up with minor API change earlier thisMonty2000-04-061-6/+11
| | | | | | | | | | | | | | | | | | week... and then the selftest caught a bug introduced in said change :-) Monty svn path=/trunk/vorbis/; revision=305
| * Fix for the sort comparison bug Vakor found.Monty2000-04-061-2/+5
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=304
| * Add the quick time offset seeking stress testMonty2000-04-032-3/+75
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=302
| * Fixed a seeking bug;Monty2000-04-034-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I shot myself int he foot by adding the expected_pageno arg to stream_reset; it needed the out of sequence trip to skip past continued packets. Removed the argument; stream_reset no sets pageno to -1 (not 0 like in init) so that seeks are flagged; the out of sequence handling trips, but the -1 surpresses the out of sequence error. Monty svn path=/trunk/vorbis/; revision=301
| * fixes to build in MSVCMonty2000-04-035-7/+11
| | | | | | | | svn path=/trunk/vorbis/; revision=300
| * masking curves for new psychoacousticsMonty2000-03-271-0/+150
| | | | | | | | svn path=/trunk/vorbis/; revision=280
| * Malloc wrapper for tracking memory usage during debugging.Monty2000-03-101-0/+107
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=278
| * forgot to remove a leak checkMonty2000-03-101-1/+3
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=277
| * Repaired 'I must have been boozing' memory management in vorbisfile.aMonty2000-03-1018-47/+86
| | | | | | | | | | | | | | | | | | Cleaned up every known memory leak (with the help of a malloc tracker, see lib/misc.c and lib/misc.h for details). Monty svn path=/trunk/vorbis/; revision=276
| * Useful util while I beef up psychoacoustics.Monty2000-02-251-0/+141
| | | | | | | | svn path=/trunk/vorbis/; revision=275
| * update date string in info.cMonty2000-02-231-2/+2
| | | | | | | | svn path=/trunk/vorbis/; revision=273
| * add the unit codebooks for demo encodingMonty2000-02-231-6/+10
| | | | | | | | svn path=/trunk/vorbis/; revision=272
| * fixes to prevent segfaultsMonty2000-02-235-39/+47
| | | | | | | | svn path=/trunk/vorbis/; revision=271
| * Two more temporary codebooks for testingMonty2000-02-233-0/+566
| | | | | | | | svn path=/trunk/vorbis/; revision=270