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

Diff of /libgig/trunk/ChangeLog

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

revision 3799 by schoenebeck, Sat Jul 25 09:28:56 2020 UTC revision 3922 by schoenebeck, Mon Jun 14 10:33:29 2021 UTC
# Line 1  Line 1 
1  Version SVN trunk (?)  Version SVN trunk (?)
2    
3      * src/gig.cpp, src/gig.h:
4        - Region::DeleteDimensionZone(): Fix clang sanatizer warning.
5        - Region::SplitDimensionZone(): Fix clang sanatizer warning.
6        - Sample: Fix unnecessary RAM consumption in case of 24 bit samples
7          (InternalDecompressionBuffer is no longer needed for 24 bit samples since
8          SVN r902 / libgig release 3.1.0).
9    
10      * src/SF.cpp, src/SF.h:
11        - File::DeleteInstrument(): Fix clang sanatizer warning.
12    
13      * src/DLS.cpp, src/DLS.h:
14        - Use GetSubChunkAt() instead of GetFirstSubChunk() / GetNextSubChunk() in
15          entire DLS.cpp file.
16        - Use GetSubListAt() instead of GetFirstSubList() / GetNextSubList() in
17          entire DLS.cpp file.
18    
19      * src/RIFF.cpp, src/RIFF.h:
20        - Chunk::LoadChunkData(): Fix clang sanatizer warning.
21        - List::LoadSubChunks(): Fix potential garbage data access if reading a
22          RIFF chunk ID failed.
23        - Added methods File::IsIOPerThread() and File::SetIOPerThread(bool); the
24          latter allows to automatically use a separate file I/O stream state for
25          each thread.
26        - Added method List::GetSubChunkAt().
27        - Added method List::GetSubListAt().
28        - Marked methods List::GetFirstSubChunk(), List::GetNextSubChunk(),
29          List::GetFirstSubList() and List::GetNextSubList() as deprecated.
30        - Use GetSubListAt() instead of GetFirstSubList() / GetNextSubList() in
31          entire RIFF.cpp file.
32    
33    Version 4.3.0 (9 May 2021)
34    
35    * general changes:    * general changes:
36      - Require at least a C++11 compliant compiler.      - Require at least a C++11 compliant compiler.
37      - Require some UUID generating function by underlying system.      - Require some UUID generating function by underlying system.
# Line 64  Version SVN trunk (?) Line 96  Version SVN trunk (?)
96      - Added built-in support for C++ Map<> objects (a.k.a. std::map from the      - Added built-in support for C++ Map<> objects (a.k.a. std::map from the
97        STL).        STL).
98    
99      * src/helper.h:
100        - Fix compile error with GCC 9 due to ignored result value of vasprintf()
101          function call.
102    
103    * src/tools/gigdump.cpp:    * src/tools/gigdump.cpp:
104      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,
105        LFO3WaveForm, LFO1Phase, LFO2Phase, LFO3Phase, LFO1FlipPhase,        LFO3WaveForm, LFO1Phase, LFO2Phase, LFO3Phase, LFO1FlipPhase,

Legend:
Removed from v.3799  
changed lines
  Added in v.3922

  ViewVC Help
Powered by ViewVC