ChangeLog
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:2k
源码类别:

Audio

开发平台:

Unix_Linux

  1. 2004-05-12  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
  2.     * gsm610_priv.h
  3.     Replace ugly macros with inline functions.
  4.     * *.c
  5.     Remove temporary variables used by macros and other minor fixes required by
  6.     above change.
  7. 2003-06-02  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
  8.     * rpe.c
  9. Renamed variables "exp" to "expon" to avoid shadowed parameter warnigns.
  10. 2002-06-08  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
  11.     * long_term.c
  12. Changes tp removed compiler warnings about shadowed parameters.
  13. 2002-06-08  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
  14.     * private.h
  15. Made declarations of gsm_A, gsm_B, gsm_MIC etc extern. This fixed a compile
  16. problem on MacOSX.
  17. 2002-05-10  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
  18. * *.[ch]
  19. Removed all pre-ANSI prototype kludges. Removed proto.h and unproto.h. 
  20. Started work on making GSM 6.10 files seekable. Currently they are not.
  21.     * code.c private.h
  22. Function Gsm_Coder () used a statically defined array. This was obviously
  23. not re-entrant so moved it to struct gsm_state.
  24. 2001-09-16  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
  25.     * code.c
  26.     Added #includes for string.h and stdlib.h.
  27. 2000-10-27  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
  28.     * config.h
  29.     Removed some commented out #defines (ie //*efine) which were causing problems on
  30. the Sun cc compiler.
  31. 2000-02-29  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
  32.     * private.h
  33.     Added #defines to emulate normal compile time options.
  34. 2000-02-28  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
  35.     * everthing
  36.     Created this directory and copied files from libgsm.
  37.     http://kbs.cs.tu-berlin.de/~jutta/toast.html