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
bitrate management bugfixes and tuning More... over 23 years ago
Tuned out Dibrom's tone/noise masking bug. The problem was the long-suspect 8kHz data from Fielder's paper; now we have proof it's wrong. More... over 23 years ago
*** empty log message *** More... over 23 years ago
Correct relative path to the ogg framework, required for linking. More... over 23 years ago
Remove the unmaintained and obsolete CodeWarrior files for MacOS 9 from the distribution target; these (the 'mac' subdir) should not be included in the release. More... over 23 years ago
Update ProjectBuilder files for MacOS X. It builds, but I haven't tested the resulting framework. More... over 23 years ago
fix potential bug. luckily we weren't hit by it. More... over 23 years ago
*oops* More... over 23 years ago
fix nasty warnings, and some non-ansi constructs. increase portability. More... over 23 years ago
Config samplerate error not being propogated up by vorbis_encode_init fixed More... over 23 years ago
Quick fixes: Silly bug in shell test and missing quotes in error message (closes bug #92). More... over 23 years ago
libtool wants -all-static. -static makes it link statically only against libtool libraries. -all-static has the same behavior, and also passes -static to gcc link, which is what we really wanted. You learn something new every day :) More... over 23 years ago
Duh. -static isn't a CFLAG. More... over 23 years ago
Add -static for GCC profile builds on all platforms. More... over 23 years ago
several extremely minor fixes More... over 23 years ago
Kill some warnings. Oh, and make examples compile again under CodeWarrior. Oops. More... over 23 years ago
Remove unused y2a, y2b computations. More... over 23 years ago
sixxie: thanks More... over 23 years ago
Set a hard min floater val if using ABR More... over 23 years ago
eliminate printfs fix bug in management when only a hard minimum rate is specced minor default tuning tweaks More... over 23 years ago
bitrate management is active More... over 23 years ago
added bug numbers to changelog that were fixed in 1.0rc3 for libvorbis More... over 23 years ago
Some vorbisenc api doc updates. More... over 23 years ago
Fix missing variable in header. More... over 23 years ago
vorbisfile docs updated for rc3. More... over 23 years ago
"oops" More... over 23 years ago
Merge infrastructure work; full books More... over 23 years ago
Grr. More... over 23 years ago
ov_read_float() was calling vorbis_synthesis_read() and moving pointers before we had processed the buffer. Instead of relying on ov_read_float to process our data before we pack it into integer types, we reimplement the small loop that it uses without the parts calling vorbis_synthesis_read. More... over 23 years ago
Commenting out Monty's debugging messages on HEAD. More... over 23 years ago