summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backport codebook out-of-bounds write fix from main branchlowmemMiika-Petteri Matikainen2019-08-221-3/+4
* Backport floo0 out-of-bounds write fix from main branchMiika-Petteri Matikainen2019-08-222-7/+11
* Fix for Moz BZ #719612 for tremor-lowmemMonty2012-01-202-2/+3
* patch to fix a typo in the autoconf script for Tremor from brad0Monty2011-09-241-10/+1
* Rename mergesort as it conflicts with <stdlib.h> on the BSDs.Tim Terriberry2010-09-101-2/+2
* configure: Add AM_MAINTAINER_MODE optionConrad Parker2010-04-211-0/+3
* Add entries to Version_script so that ivorbisdec is api compatible withConrad Parker2010-04-211-1/+10
* Merge r17150,r17151,r17152 from trunk/TremorConrad Parker2010-04-203-1/+21
* Update symbols listed in Version_script.inConrad Parker2010-04-201-0/+3
* Propagate the symbol export patch from trunk/Tremor.Ralph Giles2007-07-232-1/+68
* Increase defult debugging malloc head alignmentMonty2007-06-233-6/+4
* Fix bug #340 for lowmem branchMonty2007-06-232-39/+57
* Eliminate memory leak bugs in Tremor-lowmem (closes bug 1127)Monty2007-06-212-6/+6
* Add proper guarding to cases where declared floor/residue decode size is *lar...Monty2007-06-212-100/+116
* fix autotools build by reorderingThomas Vander Stichele2007-03-052-8/+12
* Turn on -Wall for gcc builds.Ralph Giles2006-01-091-4/+4
* Port of appropriate warning eliminations from trunk, correcting two Ralph Giles2006-01-091-2/+2
* Include os.h in mapping0.c so alloca() is available.Ralph Giles2005-05-101-0/+1
* more native eolj2005-05-103-171/+171
* Set native eol style on the source.Ralph Giles2005-05-101-298/+298
* Use the local headers in the example build so we work out of the box.Ralph Giles2004-06-071-2/+2
* Remove a spurious libvorbis include. misc.h already includesRalph Giles2004-06-071-1/+0
* Add a small TODO file for the next stepsMonty2003-11-201-0/+2
* comment out (disable) memory statistic gathering.Monty2003-11-201-1/+1
* kill off another compiler warning due to a (harmless) miscast.Monty2003-11-201-4/+4
* A few last compiler warnings, replace reliance on libc quicksort in floor1.Monty2003-11-205-19/+7
* Commit several codebook handling fixes from Tremor-NeurosMonty2003-11-202-17/+58
* Roll a number of Tremor-Neuros fixes back into mainline Tremor;Monty2003-11-206-25/+544
* Forgot to add dsp.cMonty2003-05-242-2/+300
* Eliminate vorbis_info and codec_setup caching for all links; makesMonty2003-04-296-247/+255
* Eliminate two small (redundant) dB lookups in floor0 and use theMonty2003-04-237-207/+115
* copyrights :-)Monty2003-04-222-2/+3
* Kill some type size bugsMonty2003-04-221-1/+1
* Scary data flow rearrangement with mdct refoldingMonty2003-04-2213-822/+149
* Partial read support in the on-the-fly unrollMonty2003-04-222-40/+59
* mdct work continued; no working space, reduced extraneous load/storeMonty2003-04-212-216/+250
* Memory reduction work: completely in-place mdct; requires noMonty2003-04-191-175/+101
* Hide internal decode structures from vorbisfile structure; gives aMonty2003-04-145-57/+62
* Pared down mapping info structuresMonty2003-04-142-37/+60
* Low accuracy version of floor0.c fixedMonty2003-04-141-5/+20
* Kill a floor0 bug; need to repair _LOW_ACCURACY_ for floor0 nextMonty2003-04-1412-377/+168
* Continuing reduction work; res012.c completedMonty2003-04-1312-522/+281
* Floor 1 memory reduction; no longer blindly allocate the maximumMonty2003-04-112-34/+56
* Correct a scaling bug in floor 1Monty2003-04-107-23/+19
* Initial work on floor memory usage reduction.Monty2003-04-106-240/+165
* Rather than dealing with autoconf (which can't do cross-compile testsMonty2003-04-093-4/+9
* Minor cleanup. One last thing to do: add configure test for >> ofMonty2003-04-091-21/+7
* VFLOAT hacks no longer neededMonty2003-04-091-65/+0
* Codebook needs minor cleanup... but all the opt work is in place and tested.Monty2003-04-093-59/+55
* Incremental; codebook work is nearly finished.Monty2003-04-095-420/+562