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
The 'Grand Simplification' officially becomes the mainline toward rc4. More... almost 23 years ago
Remove duplicate calculation in mdct_butterfly_8 More... almost 23 years ago
bugfix. bm->avg_binacc wasn't initialised to known values (and was used without setting these). So zero it. More... about 23 years ago
Updated vorbis.m4 which checks for rc3+ functions, from thomasvs. More... about 23 years ago
memleak fix that I forgot to commit ~2 months ago. More... about 23 years ago
Start clearing out my TODO list... Document the requirements for the callbacks in ov_callbacks. More... about 23 years ago
Spec file updates based on advice from Thomas Vander Stichele <[email protected]> More... about 23 years ago
fix a few obvious bugs, pretty it up a bit more More... about 23 years ago
animation speed optimization More... about 23 years ago
A somewhat more convienient by-frame graphing tool to replace gnuplot More... about 23 years ago
Now that the band definitions are correct, the sensitivity knob had to be backed off a bit. More... about 23 years ago
Correct a few more idiot bugs in short block triggering More... about 23 years ago
minor preecho tweak More... about 23 years ago
ok, today is stupid-day for me. Previous change broke decode, I didn't look closely enough at what I was doing and assumed that was encode-only. More... about 23 years ago
Fix a small (4 byte per encode) memory leak. Monty - there may be a better/cleaner way to do this, but it wasn't obvious to me. (the memory is allocated in vorbisenc.c, this frees it in time0.c) More... about 23 years ago
Add one additional low frequency band to preecho detection More... about 23 years ago
Two segfault fixes to new envelope.c [correcting stupid logic mistakes] one fix to FABS() for VORBIS_IEEE_FLOAT32 More... about 23 years ago
Seeking fixes - return values were wrong in error cases. Make ov_read() return OV_EINVAL for too-small-for-any-data buffers. Fixes #171, and another bug not reported in bugzilla. More... about 23 years ago
comment out the damn block indicator printout More... about 23 years ago
Lots more preecho tuning after detailed feedback from Juha (JohnV). I think I pass all his test cases now. General behavior is much tighter, less hacked, even yet a bit faster. More... about 23 years ago
forgot to update the initializer number More... about 23 years ago
Continued preecho tuning/fixes. Gone to average dB with even/odd smoothing, and cranked the sensitivity back up to ala rc3. Result: when rc3 and current are working 'properly', current trips _slightly_ more impulse blocks but also catches many more audible cases. Current also seems more resistent to false positives. More... about 23 years ago
new preecho was switching back to long blocks too soon More... about 23 years ago
Uiver's improved IEEE754 32 bit float-specific todB optimization improvement. It still needs to be made completely proof against optimization. More... about 23 years ago
Fix _fecth_and_process_packet for non-seekable streams More... about 23 years ago
iir.c is dead code. removed. More... about 23 years ago
vorbis_synthesis_trackonly added to win32 exports. More... about 23 years ago
I wonder why CVS doesn't want to checkin configure.in... More... about 23 years ago
#define floor floorf , if it exists. Don't use floorf() directly. More... about 23 years ago
Upgrade vorbisfile library version, because of the non-backward compatible changes. More... about 23 years ago