2001-08-07 |
Mike Smith | Remove some C++ comments. |
tree | commitdiff |
2001-07-01 |
Mike Smith | Silence warning due to bad cast. |
tree | commitdiff |
2001-06-18 |
Monty | two bugs: |
tree | commitdiff |
2001-06-18 |
Monty | Accidentally committed some in-progress encoder changes... |
tree | commitdiff |
2001-06-17 |
Monty | remove a define that shouldn't be hardwired (VORBIS_IEE... |
tree | commitdiff |
2001-06-15 |
Monty | Finished patch to deal with channel coupling and some... |
tree | commitdiff |
2001-06-15 |
Monty | zeroed channel logic fix to residue backend 2 |
tree | commitdiff |
2001-06-15 |
Monty | Restore the correct version; the default: bugfix commit... |
tree | commitdiff |
2001-06-15 |
Monty | Additional optimizations, rearrangement. |
tree | commitdiff |
2001-06-12 |
Monty | When fixing the default: case bug, forgot there were... |
tree | commitdiff |
2001-06-11 |
Monty | remove a (nil) default: case becasue MSVC doesnt like it. |
tree | commitdiff |
2001-06-05 |
Monty | And again without the test case that found the bug... |
tree | commitdiff |
2001-06-05 |
Monty | Fixed a serious algorithmic bug in unpack that was... |
tree | commitdiff |
2001-06-05 |
Monty | A fix to fix the last fix. |
tree | commitdiff |
2001-06-04 |
Monty | Kill some debugging output |
tree | commitdiff |
2001-06-04 |
Monty | Cascading fully functional |
tree | commitdiff |
2001-06-02 |
Mike Smith | Don't reduce open state during ov_open(). |
tree | commitdiff |
2001-05-28 |
Monty | An ATH change I didn't intend to commit was committed... |
tree | commitdiff |
2001-05-27 |
Monty | decoder_example non-stereo decode fix |
tree | commitdiff |
2001-05-27 |
Ralph Giles | minor spelling correction |
tree | commitdiff |
2001-05-27 |
Monty | One last vorbisfile opt uncommented, fixed and tested. |
tree | commitdiff |
2001-05-27 |
Monty | Floor 1 |
tree | commitdiff |
2001-03-27 |
Monty | Committed fix to what most people know as the 'seek... |
tree | commitdiff |
2001-03-26 |
Monty | Fix the initial frame bug triggered by vcut; if the... |
tree | commitdiff |
2001-03-21 |
Mike Smith | allocation fix - sizeof(long) instead of sizeof(int... |
tree | commitdiff |
2001-03-20 |
Ralph Giles | put back the bit about the bitstream index. Didn't... |
tree | commitdiff |
2001-03-20 |
Ralph Giles | Correct ov_read() documentation. Each call decodes... |
tree | commitdiff |
2001-02-26 |
Monty | make sure |fft[0]| can't be negative (eits todB_nn) |
tree | commitdiff |
2001-02-26 |
Monty | final beta 4 commit |
tree | commitdiff |
2001-02-19 |
Jack Moffitt | small change to fix make dist with iir.c |
tree | commitdiff |
2001-02-19 |
Jack Moffitt | updated the win32 build system and corrected some missi... |
tree | commitdiff |
2001-02-19 |
jsquyres | Added exception to not use the "f" versions of the... |
tree | commitdiff |
2001-02-18 |
Monty | res0_256_1024_7.vqh has slightly too small a range... |
tree | commitdiff |
2001-02-18 |
Monty | #include "os.h" not <os.h> |
tree | commitdiff |
2001-02-18 |
Monty | Vendor string date update |
tree | commitdiff |
2001-02-18 |
Monty | bugfix/speed improvement to envelope.c |
tree | commitdiff |
2001-02-17 |
Monty | New LSP root finding code; replace Newton-Raphson-Maehl... |
tree | commitdiff |
2001-02-15 |
Monty | Some new preecho code; split energy threshholding up... |
tree | commitdiff |
2001-02-15 |
Monty | Reverting vorbisfile.c to the known stable 1.37 version... |
tree | commitdiff |
2001-02-14 |
Mike Smith | Oops. Previous commit was of the wrong (not cleaned... |
tree | commitdiff |
2001-02-14 |
Mike Smith | Much faster seeking internal to libvorbisfile. Makes... |
tree | commitdiff |
2001-02-10 |
Monty | Guard against getting an invalid LSP codebook in decode... |
tree | commitdiff |
2001-02-10 |
Monty | Replaced a mistaken sizeof(float) with sizeof(long... |
tree | commitdiff |
2001-02-02 |
Monty | Update header copyright dates, update copyright assignemnt |
tree | commitdiff |
2001-02-02 |
Monty | Two bugfixes (float) not (float *) and an optimization to |
tree | commitdiff |
2001-02-01 |
Monty | backed it off too far :-) 450kbps is 'a bit much' |
tree | commitdiff |
2001-02-01 |
Monty | Another segfault fix (real this time) to bark_noise_median |
tree | commitdiff |
2001-02-01 |
Monty | segfault fix in bark_noise_median() |
tree | commitdiff |
2001-02-01 |
Monty | Missed mode_AA in modes.h |
tree | commitdiff |
2001-02-01 |
Monty | Oops, had postecho turned up too high |
tree | commitdiff |
2001-02-01 |
Monty | Increase preecho trigger sensitivity, even at low bitrate |
tree | commitdiff |
2001-01-31 |
Monty | Lower the highpass cutoff frequency a bit; midrange... |
tree | commitdiff |
2001-01-30 |
Monty | Added Timothy Wood's bark_noise_median() optimization... |
tree | commitdiff |
2001-01-30 |
Mike Smith | Only use MSVC inline assembly on MSVC, not for win32... |
tree | commitdiff |
2001-01-22 |
Jack Moffitt | fixed 'make dist' |
tree | commitdiff |
2001-01-22 |
Monty | Have to free the noiseoffset array in psy_clear |
tree | commitdiff |
2001-01-22 |
Monty | Initial beta 4 merge |
tree | commitdiff |
2001-01-18 |
Mike Smith | Added vorbis_commentheader_out() to vorbis |
tree | commitdiff |
2001-01-01 |
Monty | roll back into mainline a bugfix for ov_open with a... |
tree | commitdiff |
2000-12-24 |
Mike Smith | MSVC has a broken preprocessor, and doesn't know how... |
tree | commitdiff |
2000-12-21 |
Monty | Commit minor speed patch (sliding window in vorbis_blockin) |
tree | commitdiff |
2000-12-17 |
Monty | static inline hack for GCC where it really helps |
tree | commitdiff |
2000-12-17 |
Monty | static inline define hack for GCC where it really helps... |
tree | commitdiff |
2000-12-17 |
Monty | no C++ comments, please |
tree | commitdiff |
2000-12-17 |
Monty | new mdct.c needs os.h |
tree | commitdiff |
2000-12-16 |
Monty | Brand new mdct, roughly 35-40% faster on all block... |
tree | commitdiff |
2000-12-13 |
Ralph Giles | replace the value of the fallback definition of M_PI... |
tree | commitdiff |
2000-12-13 |
Mike Smith | Memory leaks bad. Fixed memory leaks gooood. |
tree | commitdiff |
2000-12-12 |
Monty | Fix a bug in the post-encode normalization; |
tree | commitdiff |
2000-12-12 |
Monty | Oops, didn't mean to commit the printfs. |
tree | commitdiff |
2000-12-07 |
Monty | boundary guard in linearmap init was a one-off |
tree | commitdiff |
2000-11-29 |
Monty | comment correction in ov_read() return vals |
tree | commitdiff |
2000-11-22 |
Monty | Erik Kruus spotted a bug in an ANALYSIS section |
tree | commitdiff |
2000-11-17 |
Jack Moffitt | motherfucking cvs... |
tree | commitdiff |
2000-11-17 |
Monty | missed adding the vorbis block-pool bitbuffer files... |
tree | commitdiff |
2000-11-17 |
Monty | beta 3 commit. Unless I missed something (give it... |
tree | commitdiff |
2000-11-16 |
Monty | Beer good. printf BAAAD. |
tree | commitdiff |
2000-11-14 |
Monty | Accidentally committed two test books. |
tree | commitdiff |
2000-11-14 |
Monty | Two fixes: |
tree | commitdiff |
2000-11-09 |
Jack Moffitt | this makes everythin happy :) |
tree | commitdiff |
2000-11-08 |
Jack Moffitt | forgot one thing |
tree | commitdiff |
2000-11-08 |
Jack Moffitt | test fix for beos |
tree | commitdiff |
2000-11-08 |
Jack Moffitt | wrong license file |
tree | commitdiff |
2000-11-08 |
Monty | Incremental commit toward b3. Optionally should still... |
tree | commitdiff |
2000-11-08 |
Jack Moffitt | small fixes for monty's last commit |
tree | commitdiff |
2000-11-08 |
Monty | Incremental update... new 100kbps and 128 kbps books |
tree | commitdiff |
2000-11-08 |
Jack Moffitt | hoepfully this is the *right* thing. |
tree | commitdiff |
2000-11-07 |
Monty | Hm, the earlier fix for 'slow envelope analysis on... |
tree | commitdiff |
2000-11-07 |
Jack Moffitt | minor ommision (thanks to warren spits) |
tree | commitdiff |
2000-11-07 |
Monty | No reason for todB(0) to be a value as large as 9e... |
tree | commitdiff |
2000-11-06 |
Jack Moffitt | win32 asm ftoi |
tree | commitdiff |
2000-11-06 |
Mike Smith | Use macros instead of inline for the generic (non-optim... |
tree | commitdiff |
2000-11-06 |
Jack Moffitt | vc++ correct syntax is '__inline' not 'inline'. corrected. |
tree | commitdiff |
2000-11-06 |
Jack Moffitt | where did this come from? |
tree | commitdiff |
2000-11-06 |
Monty | Merge branch_beta3 onto the mainline. |
tree | commitdiff |
2000-10-18 |
Jack Moffitt | this fix buys us about 5% faster decodes on a p3, and... |
tree | commitdiff |
2000-10-13 |
Monty | Readded seeking_example.c to the build |
tree | commitdiff |
2000-10-12 |
Jack Moffitt | these files are not asupposed to be here after the... |
tree | commitdiff |
2000-10-12 |
Monty | Merging the postbeta2 branch onto the mainline. |
tree | commitdiff |
2000-09-07 |
Mike Smith | Backport of sqrt() domain fix to mainline. |
tree | commitdiff |
next |