summaryrefslogtreecommitdiff
path: root/lib/sharedbook.c
Commit message (Collapse)AuthorAgeFilesLines
* final beta 4 commitMonty2001-02-261-5/+5
| | | | | | | change to BSD license update version svn path=/trunk/vorbis/; revision=1334
* Update header copyright dates, update copyright assignemntMonty2001-02-021-4/+3
| | | | svn path=/trunk/vorbis/; revision=1243
* Initial beta 4 mergeMonty2001-01-221-4/+4
| | | | | | Monty svn path=/trunk/vorbis/; revision=1191
* Commit minor speed patch (sliding window in vorbis_blockin)Monty2000-12-211-8/+8
| | | | | | | Commit Segher floating constant patch Commit addition of vq targets to vq/ Makefile.am svn path=/trunk/vorbis/; revision=1121
* Two fixes:Monty2000-11-141-19/+22
| | | | | | | | | | | s/sizeof(double)/sizeof(float)/ in floor0.c forgot to free tab and tabl in decode book. Also, convert all free() to _ogg_free() (duh) Monty svn path=/trunk/vorbis/; revision=1054
* Incremental commit toward b3. Optionally should still retrain mode E,Monty2000-11-081-1/+21
| | | | | | look for the problem with velvet.wav (DC offset) and remove old books. svn path=/trunk/vorbis/; revision=1037
* Merge branch_beta3 onto the mainline.Monty2000-11-061-30/+39
| | | | | | Monty svn path=/trunk/vorbis/; revision=990
* Merging the postbeta2 branch onto the mainline.Monty2000-10-121-39/+58
| | | | | | Monty svn path=/trunk/vorbis/; revision=729
* Frames with no energy appeared to be non-silence dut to the ATH beingMonty2000-08-311-3/+3
| | | | | | | | | back in the masking curve. We check to see if there's any energy relative to masking and if not, set the masking curve to 0. Monty svn path=/trunk/vorbis/; revision=609
* modifications for pigeonhole hintingMonty2000-07-191-4/+4
| | | | svn path=/trunk/vorbis/; revision=528
* New LSP fit hinting in place (new codebook hint)Monty2000-07-171-2/+65
| | | | svn path=/trunk/vorbis/; revision=526
* Short block bugfix + tuning. I'm still not satisfied with the shortMonty2000-06-181-11/+28
| | | | | | | | | block triggering algorithm, but it is functioning reasonably well at this point. Monty svn path=/trunk/vorbis/; revision=456
* Merge of the current Monty branch; this brings in new psychoacousticMonty2000-06-141-2/+2
| | | | | | fixes, better LSP fit and better tuning. svn path=/trunk/vorbis/; revision=445
* Minor build fixes; added string.h to sharedbook.c, removedMonty2000-05-171-1/+3
| | | | | | | | vorbisfile.o from libvorbis.a link line. Monty svn path=/trunk/vorbis/; revision=394
* First merge of new psychoacoustics. Have some unused codebooks toMonty2000-05-081-0/+545
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