342
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected almost 6 years ago.
Jul 24, 2018 — Jul 24, 2019
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Halfrate decode feature addition caused a bug in _vorbis_apply_window for transition windoews that also bit encode. Fixed. More... almost 22 years ago
Several more halfrate fixes: More... almost 22 years ago
Vorbisfile API addition for game and mod coders; More... almost 22 years ago
Don't build docs by default even if the tools are available. Basically the problem is people with the tools installed often don't have an appropriate local catalog file to the xsltproc runs are either very slow, or fail because the websites are down (thank you oasis). You now need to pass --enable-docs to build them. More... almost 22 years ago
Improve automake handling of the docbook documentation. More... almost 22 years ago
Updated exports with new vorbis_ functions for dynamic lib build More... about 22 years ago
correct fish icon size... More... about 22 years ago
Vorbisfile raw seeking failed unit tests on a one-audio-page saple; committing fix. More... about 22 years ago
Many small but vital fixes to the spec pseudocode pointed out by [email protected]. More... about 22 years ago
Documentation updates to reflect crosslap API extentions More... over 22 years ago
My lpc filter stability fix introduced a new, stupid uninitialized data bug. Fix that. More... over 22 years ago
LPC filter generation (for pre- and post-extrapolation) requires greater than float mantissa depth. Go to doubles for filter generation. More... over 22 years ago
Complete crosslap API for Vorbisfile More... over 22 years ago
Complete crosslapping API More... over 22 years ago
Add API call to reset decode state without dumping decode setup. More... over 22 years ago
OPtimized case of seeking within a single link; reset decode state without dumping decode setup. Roughly 5-10x faster this way. More... over 22 years ago
Commit new prototypes for ov_crosslap functionality. More... over 22 years ago
Some cleanup of ov_crosslap function More... over 22 years ago
Experimental addition to the vorbisfile API that required a few modifications elsewhere: More... over 22 years ago
Cure FPE case in line fitter when part of spectrum falls under -140dB More... over 22 years ago
Test for oggpack_writealign in libogg (closes #215)
Brendan Cully
as brendan
More... over 22 years ago
Obvious typo caught by an obfuscated automake error message
Brendan Cully
as brendan
More... over 22 years ago
Oops. function names were wrong More... over 22 years ago
Replace this (which was accidently a copy of the vorbisfile reference doc) with a new doc for vorbisenc. More... over 22 years ago
Fix for bug #266 More... over 22 years ago
Close bug 264 More... over 22 years ago
Fix for a bug in float lookup mode with some (?) compilers. More... over 22 years ago
Fix window equation More... over 22 years ago
Rearrange the conditional so the automake 1.4 generates a valid makefile. This doesn't really work, but may avoid complaints More... over 22 years ago
Remove the endif condition (an automake 1.5 feature). We now seem to do the right thing build-wise under automake 1.4. More... over 22 years ago