2006-06-25 |
jm | Removed old enhancer code (was already disabled) |
blob | commitdiff |
2006-06-07 |
jm | Patch by David Rowe: sending the stack parameter to... |
blob | commitdiff | diff to current |
2006-05-20 |
jm | excitation and target are now 16-bit (were 32) in the... |
blob | commitdiff | diff to current |
2006-05-16 |
jm | decoder excitation now in 16-bit precision (was 32... |
blob | commitdiff | diff to current |
2006-05-08 |
jm | cleaned up temp allocation in enhancer a bit |
blob | commitdiff | diff to current |
2006-05-08 |
jm | Enable the new enhancer by default. |
blob | commitdiff | diff to current |
2006-04-11 |
jm | open-loop excitation gain computed in 16 bits |
blob | commitdiff | diff to current |
2006-04-07 |
jm | removed the decoder output buffer -- saving 640 bytes... |
blob | commitdiff | diff to current |
2006-03-18 |
jm | new experimental comb filter code |
blob | commitdiff | diff to current |
2005-08-30 |
jm | Improved Doxygen comments |
blob | commitdiff | diff to current |
2005-04-22 |
jm | Fixed-point improvements (moved some stuff to 16-bit... |
blob | commitdiff | diff to current |
2005-03-30 |
jm | Removed another bunch of warnings (when using some... |
blob | commitdiff | diff to current |
2005-03-15 |
jm | Merged a modified version of Jamey Hicks' C55 patch... |
blob | commitdiff | diff to current |
2004-04-20 |
jm | speex_encode/speex_decode are back to using floats... |
blob | commitdiff | diff to current |
2003-12-23 |
jm | fixed-point: converted comb_gain |
blob | commitdiff | diff to current |
2003-12-04 |
jm | Added const's all over the place |
blob | commitdiff | diff to current |
2003-12-01 |
jm | fixed-point: comb filter, part 4.12 |
blob | commitdiff | diff to current |
2003-11-30 |
jm | fixed-point: started work on comb filter |
blob | commitdiff | diff to current |
2003-11-28 |
jm | fixed-point: some work on pitch gain, fixed a packet... |
blob | commitdiff | diff to current |
2003-11-27 |
jm | fixed-point: bw_lpc and lpc_to_lsp are now done. |
blob | commitdiff | diff to current |
2003-11-13 |
jm | spelling, cleanup |
blob | commitdiff | diff to current |
2003-11-12 |
jm | fixed-point: converting excitation gain quantization... |
blob | commitdiff | diff to current |
2003-11-08 |
jm | fixed-point: removed some float ops in lpc_to_lsp and... |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: QMF entirely in fixed-point now |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: converted QMF functions |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: merged floating-point and fixed-point... |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: computation of rms values in fp |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: converted all signals to spx_sig_t |
blob | commitdiff | diff to current |
2003-10-08 |
jm | first step in fixed-point port, converted the LPC filters |
blob | commitdiff | diff to current |
2003-01-06 |
jm | Think I made the stack operations more portable in... |
blob | commitdiff | diff to current |
2002-12-20 |
jm | Improvements to the perceptual enhancement code: smooth... |
blob | commitdiff | diff to current |
2002-10-27 |
jm | Made the code valid for a C++ compiler (void* stuff... |
blob | commitdiff | diff to current |
2002-10-27 |
jm | The temp stack is now void* instead of float* |
blob | commitdiff | diff to current |
2002-10-26 |
jm | Stack allocation cleanup... |
blob | commitdiff | diff to current |
2002-10-23 |
jm | Continuing cleanup, removed unused functions, ... |
blob | commitdiff | diff to current |
2002-10-23 |
jm | Modified QMF filters so we don't calculate useless... |
blob | commitdiff | diff to current |
2002-10-21 |
jm | Filter optimizations, cleanup, removed the stack POP... |
blob | commitdiff | diff to current |
2002-10-20 |
jm | Big cleanup, removed Direct-Form I filters |
blob | commitdiff | diff to current |
2002-10-11 |
jm | Changed license to BSD |
blob | commitdiff | diff to current |
2002-09-20 |
jmvalin | Converted filters with memory to direct form II transpo... |
blob | commitdiff | diff to current |
2002-08-27 |
jmvalin | speeded up lpc_to_lsp and open-loop pitch estimation |
blob | commitdiff | diff to current |
2002-08-01 |
jmvalin | Replaced the post-filter by a simple pitch comb filter... |
blob | commitdiff | diff to current |
2002-07-30 |
jmvalin | Fixed post-filter producing NaN's, started writing... |
blob | commitdiff | diff to current |
2002-07-17 |
jmvalin | New post-filter based on a new way of moving poles... |
blob | commitdiff | diff to current |
2002-06-07 |
jmvalin | Implemented an n-best open-loop pitch search to speed... |
blob | commitdiff | diff to current |
2002-04-23 |
jmvalin | Many, many updates. Better split-VQ search, better... |
blob | commitdiff | diff to current |
2002-04-02 |
jmvalin | Adding sub-band CELP (SB-CELP) -like encoding. Still... |
blob | commitdiff | diff to current |
2002-03-07 |
jmvalin | The code is getting horribly messy, but there's too... |
blob | commitdiff | diff to current |
2002-02-27 |
jmvalin | Added 3-tap pitch predictor by analysis by synthesis |
blob | commitdiff | diff to current |
2002-02-26 |
jmvalin | Think the filter stuff works with W(z)=A(z/.9)/A(z/.5) |
blob | commitdiff | diff to current |
2002-02-26 |
jmvalin | Think I figuring out the filter stuff |
blob | commitdiff | diff to current |
2002-02-25 |
jmvalin | Fixed algorithmic errors, rewiting the main subframe... |
blob | commitdiff | diff to current |
|