1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- Fri Jun 2 06:27:56 2006 Jutta Degener (jutta@pobox.com)
- * Release 1.0 Patchlevel 12
- src/code.c: removed modifiable static storage that made the library
- non-reentrant. (Thanks to Paul Gibbs for pointing out the bug.)
- Sat Mar 18 11:48:28 2006 Jutta Degener (jutta@pobox.com)
- * Release 1.0 Patchlevel 11
- src/gsm_implode.c: fix WAV49 implode
- move source archive location
- Fri Jul 5 19:26:37 1996 Jutta Degener (jutta@cs.tu-berlin.de)
- * Release 1.0 Patchlevel 10
- src/toast_alaw.c: exchanged A-law tables for something
- slightly more A-law.
- Tue Jul 2 12:18:20 1996 Jutta Degener (jutta@cs.tu-berlin.de)
- * Release 1.0 Patchlevel 9
- src/long_term.c: in FLOAT_MUL mode, an array was accessed past its end
- src/gsm_option.c: three options related to WAV #49 packing
- src/gsm_encode.c: support WAV #49-style encoding.
- src/gsm_decode.c: support WAV #49-style decoding.
- tls/sour.c: generate the WAV bit shifting code, encode
- tls/ginger.c: generate the WAV bit shifting code, decode
- The WAV code goes back to an inofficial patch #8 that
- Jeff Chilton sent us (hence the jump from 7 to 9).
- src/toast.c: add _fsetmode() calls to set stdin/stdout to
- binary (from an OS/2 port by Arnd Gronenberg.)
- Tue Mar 7 01:55:10 1995 Jutta Degener (jutta@cs.tu-berlin.de)
- * Release 1.0 Patchlevel 7
- src/long_term.c: Yet another 16-bit overflow
- src/toast.c: -C option to toast, cuts LPC time
- src/gsm_option.c: corresponding LPC_CUT option to GSM library
- Fri Dec 30 23:33:50 1994 Jutta Degener (jutta@cs.tu-berlin.de)
- * Release 1.0 Patchlevel 6
- src/lpc.c: fixed 16-bit addition overflow in Autocorrelation code
- src/add.c: gsm_L_asl should fall back on gsm_L_asr, not gsm_asr
- Mon Nov 28 20:49:57 1994 Jutta Degener (jutta@cs.tu-berlin.de)
-
- * Release 1.0 Patchlevel 5
- src/toast_audio.c: initialization should return -1 on error
- src/gsm_destroy.c: #include configuration header file
- src/add.c: gsm_sub should cast its parameters to longword
- man
|