Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-23fixed potential leakSpeex-1.0jm
2007-06-23Think I fixed a crash when trying to encode in the wrong modejm
2007-06-23check for malloc failurejm
2007-06-08trying new name for tagsjm
2007-06-08removing middle dirjm
2007-06-07moving 1.0 branchjm
2007-04-11Coverity found that minor bug (crash on invalid programmer input).jm
2005-05-24oops, fixed the _int() version of the stereo encoding/decodingjm
2005-05-02fix (untested) for PLC slowdown due to denorm/underflowSpeex-1.0.5jm
2005-05-02oops, fixed stupid bug that breaks decodingjm
2005-05-02fixed wav bug like in 1.1.xjm
2004-09-16API update for compatibility with latest 1.1.xjm
2004-09-05remove incorrect lib dependency for pkg-configconrad
2004-08-11backport addition of speex_lib_get_mode() to speex 1.0conrad
2004-07-29backported speex_encode_int and speex_decode_int from 1.1.xjm
2004-07-26Check that extra comments contain an '='jm
2004-07-24oopsjm
2004-07-16removed some files not included in the releaseSpeex-1.0.4oddsock
2004-07-16add libspeex_dynamic.dsp and speex.def to Makefile.amoddsock
2004-07-16added project to build a libspeex dll.oddsock
2004-07-16Fixes the infinite loop in wav input.jm
2004-07-15misc updates to win32 project filesoddsock
2004-07-15this include was added by accident..oddsock
2004-07-15moved declaration of integer up to the top of the code block (win32 complaine...oddsock
2004-07-14documentation updatejm
2004-07-14Moved includes to /usr/include/speex, backported gapless supportjm
2004-03-31reverted the page flush fix (it wasn't necessary with libogg).jm
2004-03-30oops... should call speex_encoder_ctl from the encoder.jm
2004-03-23Made speexenc flush page after first header in order to be compliantjm
2004-03-08Made error message more clearjm
2004-01-31fopen with "wb" and "rb" on all platforms (not just Win32)jm
2004-01-21preventing a rare (potential) segfault caused by float precisionjm
2003-11-18fixed typo in warning messageSpeex-1.0.3jm
2003-11-18version changejm
2003-11-18Win32 project update by Casejm
2003-11-12Round the log of ol_gain instead of truncating. Produces slightly betterjm
2003-11-12fixed multi-threading issue (removed static weight array) and fixedjm
2003-09-30fixed Solaris sound supportjm
2003-09-24manual update (including latest IETF draft) for 1.0.2Speex-1.0.2jm
2003-09-20soundcard support for Solaris/*BSD, misc stuff for 1.0.2jm
2003-09-06oops, bugfix merged back from trunk.jm
2003-08-23oops...jm
2003-08-23speex_bits_write now properly inserts a terminator before copying the datajm
2003-08-01libtool version updatejm
2003-06-04init valuejm
2003-06-04merged codebook update from trunkjm
2003-06-03oops. Fixed a bug in frame size mode query (merged from trunk)jm
2003-06-01playback fixes merged from trunkjm
2003-05-31minor fix for build (merged), version set to 1.0.1jm
2003-05-31merged from trunk (speex_bits_insert_terminator)jm