/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Diff of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 168 by capela, Fri Jul 2 19:37:09 2004 UTC revision 269 by schoenebeck, Fri Oct 8 17:25:28 2004 UTC
# Line 1  Line 1 
1    Version CVS HEAD (?)
2    
3      * packaging changes:
4        - renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
5          'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix
6    
7      * src/gig.cpp, src/gig.h:
8        - fixed / improved accuracy of all three velocity to volume
9          transformation functions (a.k.a. 'nonlinear','linear','special')
10        - denormals are filtered from the velocity to volume tables
11        - bugfix for dimension region switching (wrong handling of the release
12          trigger dimension, no bit range check for dimensions of split type
13          'split_type_bit')
14        - fixed panorama value in DimensionRegion (invalid conversion from
15          signed 7 bit to signed 8 bit)
16    
17      * src/gigextract.cpp:
18        - added support for libsndfile (if libaudiofile and libsndfile are
19          available then libsndfile is preferred)
20    
21      * src/gigdump.cpp:
22        - added printout for dimension informations (amount, type, bits, zones)
23        - added printout for velocity response curve parameters
24        - added printout for crossfade definitions
25        - added printout for panorama value for each DimensionRegion
26    
27  Version 0.7.1 (2 Jul 2004)  Version 0.7.1 (2 Jul 2004)
28    
29    * packaging changes:    * packaging changes:
30      - added libgig.spec and libgig.pc package configurations.      - added libgig.spec and libgig.pc package configurations for generating
31          Redhat packages
32      - header files included on installation.      - header files included on installation.
33      - autotools-generated files removed from CVS repository.      - autotools-generated files removed from CVS repository.
34          - added support for generating Debian packages
35        - version of shared library can be set in configure.in
36    
37  Version 0.7.0 (3 May 2004)  Version 0.7.0 (3 May 2004)
38    
39    * general changes:    * general changes:
# Line 54  Version 0.7.0 (3 May 2004) Line 83  Version 0.7.0 (3 May 2004)
83    * src/gigdump.cpp:    * src/gigdump.cpp:
84      - added printout of samples' looping informations      - added printout of samples' looping informations
85    
   
86  Version 0.6.0 (3 Nov 2003)  Version 0.6.0 (3 Nov 2003)
87    
88    * initial release    * initial release

Legend:
Removed from v.168  
changed lines
  Added in v.269

  ViewVC Help
Powered by ViewVC