~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/src/GSM610/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

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