summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Just the encoder stringbranch_monty_20010708Monty2001-08-131-2/+2
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1813
* Putting rc1 mode and book structure into place. First mode in newMonty2001-08-1375-2944/+3798
| | | | | | | | format is in, mode_44c_Z (~64kbps VBR) Monty svn path=/branches/branch_monty_20010708/vorbis/; revision=1809
* Just to avoid the possibility of losing any workMonty2001-08-127-1/+350
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1754
* Just to avoid losing any workMonty2001-08-128-840/+2358
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1753
* logic bug; classifier was breaking an abstraction barrier and wasMonty2001-08-091-5/+11
| | | | | | | | choosing partition type based on uncoupled data. Monty svn path=/branches/branch_monty_20010708/vorbis/; revision=1715
* remove diagnostic that used gnuismMonty2001-08-081-11/+2
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1714
* incremental commit. bassrumble should be dead, as most (but not all) flutterMonty2001-08-082-8/+8
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1713
* incremental commit; continuing work on 128. Found the missing 12kbps.Monty2001-08-0838-1329/+889
| | | | | | Monty svn path=/branches/branch_monty_20010708/vorbis/; revision=1712
* Bugfixes, tweaks, minor coupling config rearrangement.Monty2001-08-075-112/+115
| | | | | | Monty svn path=/branches/branch_monty_20010708/vorbis/; revision=1710
* oops. training errorMonty2001-08-0735-442/+751
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1702
* Incremental commitMonty2001-08-0751-914/+2521
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1701
* Builds and runs, but is untuned. Don't use it yet. IncrementalMonty2001-08-0348-899/+1450
| | | | | | | | commit to avoid losing work. Monty svn path=/branches/branch_monty_20010708/vorbis/; revision=1676
* In progress build/run fixes to upcoming rc encoderMonty2001-08-027-74/+115
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1675
* multiple coupling/quantization pass engine in place for CBR/ABR/BBR.Monty2001-08-0217-417/+2182
| | | | | | Of course, I haven't typed 'make' yet... svn path=/branches/branch_monty_20010708/vorbis/; revision=1674
* Eliminate a divide by zero that you could drive a truck through.Monty2001-07-111-7/+7
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1588
* Fix the too late static declare of decayMonty2001-07-111-38/+39
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1587
* Added a stereo mode I plan to use to the stereo.html document.Monty2001-07-091-0/+494
| | | | svn path=/branches/branch_monty_20010708/vorbis/; revision=1586
* More thinking aloud. Get a working ~86-96kbps coupled mode into CVS.Monty2001-07-0830-2/+1304
| | | | | | | | *only* mode_A actually works at this point. Monty svn path=/branches/branch_monty_20010708/vorbis/; revision=1576
* Thinking aloud, committing this to a safe place 'just in case'.Monty2001-07-0838-186/+9475
| | | | | | A few .h files are still missing. svn path=/branches/branch_monty_20010708/vorbis/; revision=1546
* This commit was manufactured by cvs2svn to create branchunknown2004-03-20328-47447/+134
| | | | | | 'branch_monty_20010708'. svn path=/branches/branch_monty_20010708/vorbis/; revision=1545
* two bugs:Monty2001-06-182-4/+4
| | | | | | | | | a missing const cast forgot to initilize a loop counter (!) Monty svn path=/trunk/vorbis/; revision=1507
* win32 build fixes, including ingo's suggestionsv1.0.0rc1Jack Moffitt2001-06-1820-45/+57
| | | | svn path=/trunk/vorbis/; revision=1504
* Accidentally committed some in-progress encoder changes that brokeMonty2001-06-189-80/+75
| | | | | | | | encode using floor 0. Fixed. Monty svn path=/trunk/vorbis/; revision=1502
* Don't you love all the work done on release day. ;) (debian stuff)calc2001-06-183-5/+14
| | | | svn path=/trunk/vorbis/; revision=1494
* updated version to 1.0rc1 in preparation for releaseJack Moffitt2001-06-182-5/+5
| | | | svn path=/trunk/vorbis/; revision=1487
* remove a define that shouldn't be hardwired (VORBIS_IEEE_FLOAT32)Monty2001-06-171-7/+6
| | | | svn path=/trunk/vorbis/; revision=1483
* Finished patch to deal with channel coupling and some-zero, some-nonzero ↵Monty2001-06-152-53/+61
| | | | | | | | channels Monty svn path=/trunk/vorbis/; revision=1482
* zeroed channel logic fix to residue backend 2Monty2001-06-155-38/+97
| | | | | | Monty svn path=/trunk/vorbis/; revision=1481
* Restore the correct version; the default: bugfix commit and thenMonty2001-06-151-34/+70
| | | | | | | | partial rollback had removed a month's worth of changes. Monty svn path=/trunk/vorbis/; revision=1480
* Additional optimizations, rearrangement.Monty2001-06-1520-291/+654
| | | | | | | | | | | Residue backend # 2 (interleaved channels) Channel coupling added to mapping 0 Modes do not currently make use of either. Monty svn path=/trunk/vorbis/; revision=1479
* When fixing the default: case bug, forgot there were a number ofMonty2001-06-121-68/+32
| | | | | | | | | additional optimizations that can't go on mainline without the rest of my [not ready] work. Rolled back, applied just the bug fix. Monty svn path=/trunk/vorbis/; revision=1477
* remove a (nil) default: case becasue MSVC doesnt like it.Monty2001-06-111-33/+70
| | | | svn path=/trunk/vorbis/; revision=1476
* And again without the test case that found the bug, so as to avoid huge patches.Monty2001-06-051-2104/+1
| | | | svn path=/trunk/vorbis/; revision=1475
* Fixed a serious algorithmic bug in unpack that was spotted by routineMonty2001-06-051-5/+2117
| | | | | | testing during a training run. svn path=/trunk/vorbis/; revision=1474
* A fix to fix the last fix.Monty2001-06-051-11/+9
| | | | | | Monty svn path=/trunk/vorbis/; revision=1473
* Kill some debugging outputMonty2001-06-041-15/+1
| | | | svn path=/trunk/vorbis/; revision=1472
* Cascading fully functionalMonty2001-06-049-234/+353
| | | | svn path=/trunk/vorbis/; revision=1471
* Don't reduce open state during ov_open().Mike Smith2001-06-021-3/+4
| | | | | | | | | | Fixes non-seekable vorbisfile (i.e. streaming). Monty - I'm not certain this is completely correct in all cases - please look it over. However, it doesn't break any normal major uses and does make streaming playback work. svn path=/trunk/vorbis/; revision=1469
* An ATH change I didn't intend to commit was committed in the branchMonty2001-05-281-2/+2
| | | | | | | | merge. Rolling that back. Monty svn path=/trunk/vorbis/; revision=1466
* decoder_example non-stereo decode fixMonty2001-05-273-6/+28
| | | | | | | | better autoconf sensing of float-version math lib funcs Monty svn path=/trunk/vorbis/; revision=1463
* minor spelling correctionRalph Giles2001-05-271-3/+4
| | | | svn path=/trunk/vorbis/; revision=1462
* One last vorbisfile opt uncommented, fixed and tested.Monty2001-05-271-13/+12
| | | | | | Monty svn path=/trunk/vorbis/; revision=1459
* Floor 1Monty2001-05-2736-688/+2513
| | | | | | | | | Res 1 Vorbisfile fixes/opts now all on mainline svn path=/trunk/vorbis/; revision=1458
* The .vql books used to gen the beta 4 LSP codebooksMonty2001-04-196-0/+12
| | | | svn path=/trunk/vorbis/; revision=1431
* Fix for bug #2Jack Moffitt2001-04-091-2/+2
| | | | svn path=/trunk/vorbis/; revision=1429
* Committed fix to what most people know as the 'seek to zero' bug.Monty2001-03-271-2/+2
| | | | | | Monty svn path=/trunk/vorbis/; revision=1407
* Fix the initial frame bug triggered by vcut; if the first block of aMonty2001-03-264-10/+16
| | | | | | | | | stream was long, libvorbis would accidentally output audio for the very forst audio packet. Second packet was handled correctly. Monty svn path=/trunk/vorbis/; revision=1406
* fixed minor errors in Jeff's patches.Jack Moffitt2001-03-262-4/+4
| | | | svn path=/trunk/vorbis/; revision=1402
* more speling mistakesSegher Boessenkool2001-03-221-7/+6
| | | | | | another LGPL to BSD change svn path=/trunk/vorbis/; revision=1392
* speling fixSegher Boessenkool2001-03-221-2/+2
| | | | svn path=/trunk/vorbis/; revision=1391