summaryrefslogtreecommitdiff
path: root/lib/floor1.c
Commit message (Expand)AuthorAgeFilesLines
* Update website link in copyright headers.Ralph Giles2020-07-031-1/+1
* Remove svn $Id$ header.Ralph Giles2017-06-161-1/+0
* Bump more copyright dates.v1.3.5Ralph Giles2015-03-031-1/+1
* Suppress spurious 'may be used uninitialized' gcc warnings in floor1.cMonty2015-03-021-1/+3
* Remove multiple subtly different inline and static implementaitonos of ilog()Monty2015-01-211-26/+9
* Various warning fixes.Tim Terriberry2013-12-031-0/+2
* Commit fix to Moz Bugzilla #719612 (along with spec update in previous commit)Monty2012-01-201-0/+1
* A trio of warning fixes.Tim Terriberry2010-11-291-1/+1
* Port r17543 from Tremor.Tim Terriberry2010-10-211-2/+7
* OK, desired floor fit behavior settledMonty2010-03-261-23/+8
* reinstantiate floor1 weighting changes.Monty2010-03-261-16/+23
* Revert floor1 line fitting to exact 1.2.3 behavior; the apparently better Monty2010-03-261-23/+16
* Correct arithmetic error in fit weightingMonty2010-03-261-1/+1
* Simple arithmetic error as part of fix to #1658 caused floor1 fitting to Monty2010-03-261-1/+1
* Attempted fix for 32 bit overflow in floor1 line fitting for very low Monty2010-03-251-70/+75
* Add some unneccessary but potentially useful bulletproofing to allow use of v...Monty2010-03-091-4/+10
* Remove trailing whitespaceMonty2009-07-081-92/+92
* Commit additional hardening to seyup packet decode; some of the checks are re...Monty2009-07-081-0/+2
* Second half of fix to Mozilla BZ # 5000254: sanity check the floor 1Monty2009-06-251-4/+14
* global replaced all tabs with whitespaces in the source to end some ofMonty2009-05-261-211/+211
* Attempted fix for #1377 and #1493Monty2009-04-271-44/+63
* Const-ify some static data tables.Ralph Giles2009-04-161-1/+1
* An attempt at a complete version of the patch submitted in #1291. Also Monty2008-11-241-1/+1
* Remove unused static seq variables in floor1.c to avoid copy-on-write. Patch...ivo2008-09-281-42/+37
* Remove warnings about unused or uninitialized variables.erikd2007-08-201-4/+0
* Move struct and func definition to codec_internal.h.erikd2007-08-201-18/+0
* Update documentation, version numbers, copyright datesMonty2007-07-241-2/+2
* Additional bounds checking to guard against the case where a residueMonty2007-06-211-5/+9
* Replace time-windowed bitrate management setup with a one-passMonty2003-12-301-8/+9
* Cure FPE case in line fitter when part of spectrum falls under -140dBMonty2003-02-151-10/+8
* Fix ov_time_tell bug for non-seekable streamsMonty2002-10-111-1/+5
* Not really a bugfix, but 'correct' the confusing ilog2 which looks brokenMonty2002-07-181-2/+3
* All sample rates/modes with fresh training now in CVS.Monty2002-07-111-2/+2
* new ectl calls for lowpass and impulse block tweakingMonty2002-07-011-12/+4
* The 'Grand Simplification' officially becomes the mainline toward rc4.Monty2002-06-281-414/+356
* Fixed a memory management error in the new codebook codeMonty2002-01-221-6/+5
* Kill some warnings. Oh, and make examples compile again underSegher Boessenkool2001-12-191-2/+2
* Initial branch merge toward rc3Monty2001-12-121-3/+3
* Use _ogg_free() instea of free() in one place.Mike Smith2001-11-131-2/+2
* sizeof() cleanup. the occasional void * didn't make this easier.Segher Boessenkool2001-10-021-17/+18
* tuning on a branch. New noise metrics, noise bugfixes, postecho on.Monty2001-09-011-3/+3
* fix a pointer type error passed to qsortMonty2001-08-161-2/+2
* fix edge case bug in accumulate_fitMonty2001-08-161-2/+2
* final round of commitsMonty2001-08-131-3/+3
* Bringing rc2 (minus the modes it needs) onto mainline.Monty2001-08-131-88/+100
* Finished patch to deal with channel coupling and some-zero, some-nonzero chan...Monty2001-06-151-17/+3
* zeroed channel logic fix to residue backend 2Monty2001-06-151-1/+2
* Restore the correct version; the default: bugfix commit and thenMonty2001-06-151-34/+70
* Additional optimizations, rearrangement.Monty2001-06-151-3/+3
* When fixing the default: case bug, forgot there were a number ofMonty2001-06-121-68/+32