summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build fix (missed removing @TYPESIZES@ from Makefile.in)v1.0.0beta1Monty2000-06-201-2/+2
* Build fix for win32Monty2000-06-191-1/+2
* Build changes for BeOS (no -lm), Solaris (eliminate need for u_int orMonty2000-06-195-84/+98
* build changes to eliminate need for u_int32_tMonty2000-06-196-244/+45
* Remove vorbis-tools from mainline build until it get a bit moreMonty2000-06-191-2/+2
* Optimizations, mostly minor things; just picking the lowest-hanging fruit.Monty2000-06-198-128/+253
* Tune the short block trigger a bit moreMonty2000-06-191-9/+9
* forgot to rip out a printfMonty2000-06-181-3/+3
* Short block bugfix + tuning. I'm still not satisfied with the shortMonty2000-06-1812-758/+146
* Comment header specification first cutMonty2000-06-161-0/+194
* Minor updates to docs, conversion to .png.Monty2000-06-1614-95/+91
* Fixed a link-crossing bug in libvorbis (total time was reset to -1Monty2000-06-154-16/+47
* proper truncated packet supportMonty2000-06-156-36/+63
* first commit of Kenneth Arnold's vorbis-toolsMonty2000-06-143-9/+9
* 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-146-31/+87
* API change to stabilize psychoacoustic configuration for 1.0 beta. ItMonty2000-06-144-27/+36
* Merge of the current Monty branch; this brings in new psychoacousticMonty2000-06-1467-8651/+23451
* file auxpartition.pl was initially added on branch monty_branch_20000524.Monty2000-06-071-0/+0
* Moved 'max' and 'min' because I just haven't had enough of playing with littl...jon2000-05-272-8/+10
* Added an #undef to make win32 compile cleaner.jon2000-05-271-1/+4
* whee, first commit.dbt2000-05-261-6/+8
* Minor build fixes; added string.h to sharedbook.c, removedMonty2000-05-172-3/+5
* Change to a variable name in seed_peaks() to avoid a namespace collision on w...Mike Smith2000-05-161-3/+3
* Fix for a small problem in ov_read() which made the code rather unreadable, a...Mike Smith2000-05-161-5/+1
* Accidentally neglected putting copies of the GPL and LGPL in CVS.Monty2000-05-123-5/+863
* Addition of win32 support to the examples (changing stdin/stdout to binaryMike Smith2000-05-122-10/+38
* Fix for incorrect abort in decoder_example triggered by short ogg files. Shou...Mike Smith2000-05-121-2/+2
* Added inttypes.h for BeOSMonty2000-05-101-1/+5
* ./make is wrong, should be makeMonty2000-05-101-3/+3
* The xcf file is just too big for every developer to have to suck down.Monty2000-05-091-0/+0
* First merge of new psychoacoustics. Have some unused codebooks toMonty2000-05-0882-5344/+21902
* Fixing win32/linux build snafu.jon2000-05-011-0/+27
* Fixing win32/linux build snafujon2000-05-012-5/+5
* Fixed a bug with ov_open_callbacks not initializing file info.jon2000-05-011-4/+46
* Added an ifdef for compilation in win32.jon2000-05-011-2/+13
* Fixed usage of 'hypot' in visual c++ 6 -- was VERY slow.jon2000-05-011-2/+4
* Minor change for win32 compilation.jon2000-05-011-1/+2
* README had wrong URLs (I'm assuming the ones that give info instead ofPeter Jones2000-04-292-3/+76
* Fix for a minor typo in vorbisfile headers - woould have affected users of theMike Smith2000-04-232-7/+8
* A new abstracted interface to vorbisfile, using callback functions.Mike Smith2000-04-212-27/+69
* libvorbis.a and vorbisfile.a were the same. This seperates them, as they wereMike Smith2000-04-121-4/+10
* Added first cut of Martin Vogt's kmpg plugin.Monty2000-04-103-5/+20
* Another 'moron monty' fix; got the sort backward fixing the earlierMonty2000-04-061-3/+3
* I am a moron.Monty2000-04-061-2/+2
* Added os.h to res0.c and floor0.c in order to give _alloca/rint to MSVCMonty2000-04-062-2/+4
* Fixed the selftest to catch up with minor API change earlier thisMonty2000-04-061-6/+11
* Fix for the sort comparison bug Vakor found.Monty2000-04-061-2/+5
* Add the quick time offset seeking stress testMonty2000-04-032-3/+75
* Fixed a seeking bug;Monty2000-04-034-13/+17