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
Another segfault fix (real this time) to bark_noise_median More... over 24 years ago
segfault fix in bark_noise_median() More... over 24 years ago
Missed mode_AA in modes.h More... over 24 years ago
Oops, had postecho turned up too high More... over 24 years ago
Increase preecho trigger sensitivity, even at low bitrate Update vendor version string More... over 24 years ago
Lower the highpass cutoff frequency a bit; midrange has preecho too. Also, look for preecho in the sides of the stereo image, so that the center does not dominate detection (eg, ringing hihat in the center). More... over 24 years ago
Added Timothy Wood's bark_noise_median() optimization patch Correction to 8kHz 40dB tone masking curve Correction to ATH application in _vp_compute_mask; should have been tied to local amplitude maximum, not global. More... over 24 years ago
Only use MSVC inline assembly on MSVC, not for win32 in general. More... over 24 years ago
Timothy Wood's configure.in patch for Darwin public beta More... over 24 years ago
debian dev package rename More... over 24 years ago
debian packaging bug fixes More... over 24 years ago
fixed library version More... over 24 years ago
fixed 'make dist' updated version for prebeta4 More... over 24 years ago
Have to free the noiseoffset array in psy_clear More... over 24 years ago
Initial beta 4 merge More... over 24 years ago
We never called vorbis_comment_clear() in either of these examples. That's bad. Do so. More... over 24 years ago
minor comment doc cleanups More... over 24 years ago
Added vorbis_commentheader_out() to vorbis Added ogg_packet_clear to ogg More... over 24 years ago
roll back into mainline a bugfix for ov_open with a NULL FILE * More... over 24 years ago
MSVC has a broken preprocessor, and doesn't know how to do macro expansion correctly. Workaround this. More... over 24 years ago
Commit minor speed patch (sliding window in vorbis_blockin) Commit Segher floating constant patch Commit addition of vq targets to vq/ Makefile.am More... over 24 years ago
static inline hack for GCC where it really helps More... over 24 years ago
static inline define hack for GCC where it really helps the mdct More... over 24 years ago
no C++ comments, please More... over 24 years ago
new mdct.c needs os.h More... over 24 years ago
Brand new mdct, roughly 35-40% faster on all block sizes (reduced computation, reduced memory usage). More... over 24 years ago
replace the value of the fallback definition of M_PI with the one from glibc. Ours was actually off by 3 in the last digit, beyond the float precision boundary. More... over 24 years ago
Memory leaks bad. Fixed memory leaks gooood. More... over 24 years ago
Fix a bug in the post-encode normalization; More... over 24 years ago
Oops, didn't mean to commit the printfs. More... over 24 years ago