summaryrefslogtreecommitdiff
path: root/libs/libsndfile/src/GSM610/ChangeLog
blob: 24f524882d72949400c5658115d6158a55fca965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
2004-05-12  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * gsm610_priv.h
    Replace ugly macros with inline functions.

    * *.c
    Remove temporary variables used by macros and other minor fixes required by
    above change.

2003-06-02  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * rpe.c
	Renamed variables "exp" to "expon" to avoid shadowed parameter warnigns.

2002-06-08  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * long_term.c
	Changes tp removed compiler warnings about shadowed parameters.

2002-06-08  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * private.h
	Made declarations of gsm_A, gsm_B, gsm_MIC etc extern. This fixed a compile
	problem on MacOSX.

2002-05-10  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

	* *.[ch]
	Removed all pre-ANSI prototype kludges. Removed proto.h and unproto.h. 
	Started work on making GSM 6.10 files seekable. Currently they are not.

    * code.c private.h
	Function Gsm_Coder () used a statically defined array. This was obviously
	not re-entrant so moved it to struct gsm_state.

2001-09-16  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * code.c
    Added #includes for string.h and stdlib.h.

2000-10-27  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * config.h
    Removed some commented out #defines (ie //*efine) which were causing problems on
	the Sun cc compiler.

2000-02-29  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * private.h
    Added #defines to emulate normal compile time options.

2000-02-28  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * everthing
    Created this directory and copied files from libgsm.
    http://kbs.cs.tu-berlin.de/~jutta/toast.html