summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Incremental update. Nearing beta 2, four more new descriptions to go...monty_branch_20000724Monty2000-08-1566-342/+11306
| | | | | | Monty svn path=/branches/monty_branch_20000724/vorbis/; revision=585
* Incremental update. One more artifact to hunt (reediness in the treble with ↵Monty2000-08-092-18/+19
| | | | | | | | Mazer Rackham track 7) Monty svn path=/branches/monty_branch_20000724/vorbis/; revision=549
* Incremental commit. New decay code (fixed dB decay, not proportional to change)Monty2000-08-082-21/+55
| | | | | | Monty svn path=/branches/monty_branch_20000724/vorbis/; revision=548
* Incremental commit (new noise computation, LSP books to match)Monty2000-08-077-150/+3800
| | | | svn path=/branches/monty_branch_20000724/vorbis/; revision=547
* Incremental updateMonty2000-08-041-2/+105
| | | | | | Monty svn path=/branches/monty_branch_20000724/vorbis/; revision=545
* Incremental updateMonty2000-08-032-0/+1140
| | | | svn path=/branches/monty_branch_20000724/vorbis/; revision=541
* incremental commitMonty2000-08-012-23/+24
| | | | svn path=/branches/monty_branch_20000724/vorbis/; revision=539
* Incermental commit during tuningMonty2000-07-315-192/+295
| | | | | | Monty svn path=/branches/monty_branch_20000724/vorbis/; revision=538
* Things are falling into place for beta 2. One more set of psy.cMonty2000-07-299-274/+1556
| | | | | | | | changes (finer tuning control) and it'll be time to make books. Monty svn path=/branches/monty_branch_20000724/vorbis/; revision=535
* update to head home....Monty2000-07-252-11/+10
| | | | | | Monty svn path=/branches/monty_branch_20000724/vorbis/; revision=533
* Minor updates to move testing to Ben FranklinMonty2000-07-253-23/+286
| | | | svn path=/branches/monty_branch_20000724/vorbis/; revision=532
* Momentarily on a branch while we tune the bugfixes for mainlineMonty2000-07-242-0/+914
| | | | svn path=/branches/monty_branch_20000724/vorbis/; revision=531
* This commit was manufactured by cvs2svn to create branchunknown2004-03-20127-42029/+0
| | | | | | 'monty_branch_20000724'. svn path=/branches/monty_branch_20000724/vorbis/; revision=530
* 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
* Incremental update toward first cut. The full engine is in place.Monty2000-02-2330-26840/+4143
| | | | | | Monty svn path=/trunk/vorbis/; revision=269
* Incremental update toward first cutMonty2000-02-233-192/+92
| | | | svn path=/trunk/vorbis/; revision=268
* bugfix to codeword generation; the tree below the selected word wasMonty2000-02-211-52/+71
| | | | | | | | pruned incorrectly. Monty svn path=/trunk/vorbis/; revision=267
* Commit codebooks for testing toward first cutMonty2000-02-2114-3039/+26825
| | | | | | Monty svn path=/trunk/vorbis/; revision=266
* The huff builder is happy.Monty2000-02-211-0/+193
| | | | | | Monty svn path=/trunk/vorbis/; revision=265
* Because residue codebooks use very coarse quantization, I needed toMonty2000-02-2110-173/+354
| | | | | | | | | beef up the trainer for residuals to not constantly quantize cells to the same midpoint (causing all hell to break loose). Monty svn path=/trunk/vorbis/; revision=264
* Eliminate dead fields from psy_infoMonty2000-02-161-8/+1
| | | | svn path=/trunk/vorbis/; revision=263
* "Commit a valid compression mode, dumbass"Monty2000-02-161-6/+6
| | | | | | Monty svn path=/trunk/vorbis/; revision=262