summaryrefslogtreecommitdiff
path: root/include/vorbis
Commit message (Expand)AuthorAgeFilesLines
* merged branch_jackoggsvorbis into branch_postbeta2Jack Moffitt2000-09-276-173/+49
* Fix definitions in two of the mode files, preventing warnings.Mike Smith2000-09-052-0/+342
* Segher's patch. Still need to test.Monty2000-09-021-1/+5
* take the whole sourcebase to float (minus a few return types whereMonty2000-08-3162-20/+6533
* merge recent mainline fixes into branch_postbeta2Monty2000-08-313-1/+550
* This commit was manufactured by cvs2svn to create branchunknown2004-03-2081-12243/+0
* Autoconf fixes suggested by Jeff SquyresMonty2000-08-302-3/+4
* wrong defines for win in os_types.h.in (typo)Monty2000-08-301-3/+3
* autoconf changes to handle looking for bit-width types on yet moreMonty2000-08-303-36/+51
* fix typedef typo for int64_tMonty2000-08-301-2/+2
* 'extrapolate' not 'interpolate'Monty2000-08-231-2/+2
* Add pre-cliff and post-cliff interpolation so that sampleMonty2000-08-231-1/+2
* Fixed a GCC-ism that MSVC was choking on (it's probably still wrong, but itv1.0.0beta2Mike Smith2000-08-151-2/+2
* modes A-E for beta 2 in place.Monty2000-08-1514-59/+1322
* Add mode CMonty2000-08-151-0/+205
* Add mode BMonty2000-08-1518-1/+1949
* Commit mode E (roughly 350kbps stereo)Monty2000-08-1514-1/+1383
* Commit monty_branch_20000724 to the mainline in prep for beta 2Monty2000-08-1584-52915/+6273
* Add a check to res0.c:unpack to make sure we don't try to cascadeMonty2000-08-141-4/+5
* Added new function vorbis_comment_query_count(), after a couple of people req...Mike Smith2000-08-131-1/+2
* Added ogg_stream_flush(0 to libvorbis API to allow easier re-wrappingMonty2000-08-041-1/+2
* Added vorbis_comment_add_tag() and vorbis_comment_query() to give a nice inte...Mike Smith2000-07-291-1/+5
* New LSP fit hinting in place (new codebook hint)Monty2000-07-173-361/+21405
* New LSP books, more reliable fit and lower bit usageMonty2000-07-126-817/+395
* Add autoconf test for the bad glibc headersMonty2000-07-071-2/+11
* More unsigned char cleanup and a possible workaround for:Monty2000-07-071-4/+4
* Build fix for win32Monty2000-06-191-1/+2
* build changes to eliminate need for u_int32_tMonty2000-06-191-2/+1
* Optimizations, mostly minor things; just picking the lowest-hanging fruit.Monty2000-06-191-1/+1
* Tune the short block trigger a bit moreMonty2000-06-191-9/+9
* Short block bugfix + tuning. I'm still not satisfied with the shortMonty2000-06-185-682/+9
* Fixed a link-crossing bug in libvorbis (total time was reset to -1Monty2000-06-151-1/+5
* The merge accidentally lost the C++ wrappers and os_types.h include in codec.hMonty2000-06-141-1/+11
* Made API consistent wrt in64_t internal types and return valuesMonty2000-06-142-16/+16
* API change to stabilize psychoacoustic configuration for 1.0 beta. ItMonty2000-06-143-17/+30
* Merge of the current Monty branch; this brings in new psychoacousticMonty2000-06-1441-7996/+22279
* Added inttypes.h for BeOSMonty2000-05-101-1/+5
* First merge of new psychoacoustics. Have some unused codebooks toMonty2000-05-0834-3519/+17876
* Fixing win32/linux build snafu.jon2000-05-011-0/+27
* Fixing win32/linux build snafujon2000-05-011-2/+2
* Minor change for win32 compilation.jon2000-05-011-1/+2
* Fix for a minor typo in vorbisfile headers - woould have affected users of theMike Smith2000-04-231-2/+2
* A new abstracted interface to vorbisfile, using callback functions.Mike Smith2000-04-211-9/+35
* Added first cut of Martin Vogt's kmpg plugin.Monty2000-04-101-1/+13
* Fixed a seeking bug;Monty2000-04-031-2/+2
* add the unit codebooks for demo encodingMonty2000-02-231-6/+10
* Two more temporary codebooks for testingMonty2000-02-233-0/+566
* Incremental update toward first cut. The full engine is in place.Monty2000-02-2317-26596/+3672
* Commit codebooks for testing toward first cutMonty2000-02-2114-3039/+26825
* Eliminate dead fields from psy_infoMonty2000-02-161-8/+1