343
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 5 years ago.
Jul 24, 2018 — Jul 24, 2019
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for incorrect abort in decoder_example triggered by short ogg files. Should now decode all valid ogg files correctly. More... over 24 years ago
Added inttypes.h for BeOS More... over 24 years ago
./make is wrong, should be make More... over 24 years ago
The xcf file is just too big for every developer to have to suck down. More... over 24 years ago
First merge of new psychoacoustics. Have some unused codebooks to remove yet, but we're otherwise OK. More... over 24 years ago
Fixing win32/linux build snafu.
jon
More... over 24 years ago
Fixing win32/linux build snafu
jon
More... over 24 years ago
Fixed a bug with ov_open_callbacks not initializing file info. Added faster sample conversion paths in ov_read.
jon
More... over 24 years ago
Added an ifdef for compilation in win32.
jon
More... over 24 years ago
Fixed usage of 'hypot' in visual c++ 6 -- was VERY slow.
jon
More... over 24 years ago
Minor change for win32 compilation.
jon
More... over 24 years ago
README had wrong URLs (I'm assuming the ones that give info instead of 404's are right ;) spec file is the obvious, and RPM spec file. It provides two packages; vorbis and vorbis-devel. I'm not 100% sure things got devided up the best way, but essentially vorbis-devel is the LGPL parts and vorbis is the GPL parts. didn't include cmdline (which isn't built by default) or examples (same reason). More... over 24 years ago
Fix for a minor typo in vorbisfile headers - woould have affected users of the new generic interface. More... almost 25 years ago
A new abstracted interface to vorbisfile, using callback functions. Now ov_open() just calls ov_open_callbacks() with appropriate arguments. This also contains some minor changes that give a ~10% speedup with gcc, and changes to vorbisfile.h to allow C++ compilation. More... almost 25 years ago
libvorbis.a and vorbisfile.a were the same. This seperates them, as they were intended. More... almost 25 years ago
Added first cut of Martin Vogt's kmpg plugin. More... almost 25 years ago
Another 'moron monty' fix; got the sort backward fixing the earlier comparison bug More... almost 25 years ago
I am a moron. More... almost 25 years ago
Added os.h to res0.c and floor0.c in order to give _alloca/rint to MSVC More... almost 25 years ago
Fixed the selftest to catch up with minor API change earlier this week... and then the selftest caught a bug introduced in said change :-) More... almost 25 years ago
Fix for the sort comparison bug Vakor found. More... almost 25 years ago
Add the quick time offset seeking stress test More... almost 25 years ago
Fixed a seeking bug; More... almost 25 years ago
fixes to build in MSVC More... almost 25 years ago
masking curves for new psychoacoustics More... almost 25 years ago
Malloc wrapper for tracking memory usage during debugging. More... almost 25 years ago
forgot to remove a leak check More... almost 25 years ago
Repaired 'I must have been boozing' memory management in vorbisfile.a Cleaned up every known memory leak (with the help of a malloc tracker, see lib/misc.c and lib/misc.h for details). More... almost 25 years ago
Useful util while I beef up psychoacoustics. More... almost 25 years ago
update date string in info.c More... almost 25 years ago