CVS log for libgig/src/RIFF.h |
|
|
Up to [ls] / libgig / src
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Nov 24 12:50:05 2006 UTC (2 years, 1 month ago) by schoenebeck
Branch:
MAIN
CVS Tags:
release3_1_0,
HEAD
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
* preparations for release 3.1.0
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Feb 5 17:30:13 2006 UTC (2 years, 11 months ago) by schoenebeck
Branch:
MAIN
CVS Tags:
release3_0_0
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
* src/RIFF.cpp: bugfix in File::Save() methods which did not ensure that
the whole RIFF tree was already built before writing which caused opening
an existing file and saving it afterwards to write just an empty file
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Nov 9 20:04:11 2005 UTC (3 years, 1 month ago) by schoenebeck
Branch:
MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
* src/RIFF.cpp, src/RIFF.h:
- Chunk::LoadChunkData() can now be called again to resize the buffer
after a Chunk::Resize() and before the File::Save() call to allow
placing the new data in the chunk's write buffer and perform the
resize and write operations in one rush
* src/DLS.cpp, src/DLS.h:
- fixed loading of Articulation Connections (<artl> list chunks were
seeked instead of ordinary <artl> data chunks)
- added write support (highly experimental)
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Nov 3 23:49:11 2005 UTC (3 years, 2 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.7: +9 -3 lines
Diff to previous 1.7
* fixed write support in RIFF classes
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Sep 25 12:40:37 2005 UTC (3 years, 3 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.6: +63 -23 lines
Diff to previous 1.6
* added write support (only to the RIFF classes yet)
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Jun 19 14:18:59 2005 UTC (3 years, 6 months ago) by persson
Branch:
MAIN
CVS Tags:
release2_0_2
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
* added support for gig v3 multi-file format
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 8 15:19:34 2005 UTC (3 years, 8 months ago) by schoenebeck
Branch:
MAIN
CVS Tags:
release2_0_1,
release2_0_0
Changes since 1.4: +3 -0 lines
Diff to previous 1.4
* added functions libraryName() and libraryVersion() to each of the three
library units (RIFF,DLS,gig)
* all tools now offer a command line switch -v to show the tools revision
and the used libgig version
* man pages are now auto generated with the correct libgig version
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Feb 17 02:22:26 2005 UTC (3 years, 10 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
* gig::Sample: external decompression buffers can now be used for streaming
with Read() and ReadAndLoop() to avoid race conditions in case of
multiple streaming threads
* fixed some memory leaks caused by non virtual base constructors
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Apr 27 08:06:07 2004 UTC (4 years, 8 months ago) by schoenebeck
Branch:
MAIN
CVS Tags:
release1_0_0,
release0_7_1,
release0_7_0
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
updated copyright header for 2004
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Nov 16 17:47:00 2003 UTC (5 years, 1 month ago) by schoenebeck
Branch:
MAIN
Changes since 1.1: +11 -7 lines
Diff to previous 1.1
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
detect the end of a stream
* various endian corrections (successfully tested now on ppc)
* minor adjustments to avoid compile errors on some systems
(using now pow() instead of powl() and --pedantic g++ compiler switch)
* src/RIFF.cpp, src/RIFF.h: added additional API documentation
Revision
1.1.1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Sat Oct 25 19:14:55 2003 UTC (5 years, 2 months ago) by schoenebeck
Branch:
linuxsampler_org
CVS Tags:
start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial revision
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Oct 25 19:14:55 2003 UTC (5 years, 2 months ago) by schoenebeck
Branch:
MAIN
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.