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
New preecho detection/short block trigger code, replacing an IIR subbander filterbank with a fourier based subbander. The primary intent is lower memory usage and greater speed, but this technique should also provide slightly superior results. More... about 23 years ago
Numerous vorbisfile fixes: More... over 23 years ago
Rounding fix to the lookup version of toDB() More... over 23 years ago
Vorbisfile wasn't obeying documentation; More... over 23 years ago
fix one more beginning of stream braino; chained files pass seeking test now as well. More... over 23 years ago
Single link files seeking fixes: More... over 23 years ago
fix a one-off in a guard check during setup. More... over 23 years ago
Set nominal/min/max bitrate properly for managed modes in vorbis_info, so that these values are set correctly in the primary header. More... over 23 years ago
Forgot to include some files in tarballs. More... over 23 years ago
doc fix in function prototype. More... over 23 years ago
All comments should be old-style ( /* ... */ ) comments. More... over 23 years ago
add window function memory reduction More... over 23 years ago
Fixed a memory management error in the new codebook code Removed final-stage infinite shift buffer; now a no-copy double buffer; removes another 70kB nominal from decode with slight speed improvement (~2%) More... over 23 years ago
Some memory allocations missing the _ogg_ prefix More... over 23 years ago
Finished treeless decode optimizations for now. Fixed the approx_vbr assignment bug in vorbisenc More... over 23 years ago
Additional optimization to new bisection search codebook decode More... over 23 years ago
Fix to segfault unpacking a sparse book More... over 23 years ago
Memory use reduction: More... over 23 years ago
fixed link to ISRC info More... over 23 years ago
Bump encoder date for release 1.0 rc 3 More... over 23 years ago
Fix build failures reported by 'make distcheck'. Apparently automake can't glob reliably. More... over 23 years ago
Library versioning fix. libvorbis and libvorbisenc also had API additions. More... over 23 years ago
Update spec file for release. More... over 23 years ago
Update library versioning for release. More... over 23 years ago
restore to stereo and max compression More... over 23 years ago
update for rc3 More... over 23 years ago
Updated timestamps for debian changelog entries and added some more information to vorbiscomment manpage. More... over 23 years ago
Remove the SIGFPE code for linux More... over 23 years ago
kill a fprintf More... over 23 years ago
beginning-of-stream tuning oops in bitrate management More... over 23 years ago