/[svn]/libgig/trunk/src/tools/gigextract.cpp
ViewVC logotype

Log of /libgig/trunk/src/tools/gigextract.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2985 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 20 22:13:37 2016 UTC (7 years, 5 months ago) by schoenebeck
File length: 18782 byte(s)
Diff to previous 2984
* gig.cpp/gig.h: Added new method Sample::VerifyWaveData() which
  allows to check whether a sample had been damaged for some
  reason.
* gigdump tool: added and implemented new parameter "--verify"
  which allows to check the raw wave form data integrity of all
  samples.
* gigdump tool: added and implemented new parameter
  "--rebuild-checksums" which allows to recalculate the CRC32
  checksum of all samples' raw wave data and rebuilding the gig
  file's global checksum table (i.e. in case the file's checksum
  table was damaged).
* Bumped version (4.0.0.svn8).


Revision 2984 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 20 15:13:58 2016 UTC (7 years, 5 months ago) by schoenebeck
File length: 18782 byte(s)
Diff to previous 2577
* src/tools/gigextract.cpp: Fix: if sample name contains a path separator
  (slash or backslash) then replace them by a minus sign to avoid file
  system issues.
* src/tools/gigdump.cpp: additionally print RIFF chunk file offset and
  RIFF chunk size of sample data.
* Bumped version (4.0.0.svn7).


Revision 2577 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 24 06:43:29 2014 UTC (9 years, 9 months ago) by persson
File length: 18590 byte(s)
Diff to previous 2571
* fixed compile error in gigextract

Revision 2571 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 21 20:33:45 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 18587 byte(s)
Copied from: libgig/trunk/src/gigextract.cpp revision 2570
Diff to previous 2493
* moved source files of command line tools to new subdir src/tools


Revision 2493 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 1 17:06:51 2014 UTC (10 years, 2 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 18587 byte(s)
Diff to previous 2465
* Enabled automatic svn "Revision" macro expansion on command
  line tool sources.


Revision 2465 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 03:01:51 2013 UTC (10 years, 6 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 18594 byte(s)
Diff to previous 1953
* src/gigextract.cpp: export sample loop, unity note and fine tune
  with libsndfile


Revision 1953 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 30 08:16:02 2009 UTC (14 years, 7 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 16980 byte(s)
Diff to previous 1869
* preparations for release 3.3.0


Revision 1869 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 22 11:13:25 2009 UTC (15 years ago) by persson
Original Path: libgig/trunk/src/gigextract.cpp
File length: 16980 byte(s)
Diff to previous 1063
* bugfix: destructor for base class RIFF::Chunk accessed members of
  derived class RIFF::File, which is bad, and caused crashes when
  using Visual C++
* bugfix: EG3 depth parameter was not saved correctly
* fixes for building with Visual C++


Revision 1063 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 3 21:45:25 2007 UTC (17 years ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 16898 byte(s)
Diff to previous 933
* fixed libgig's Dev-C++ project file to produce an actually working
  Windows DLL file (mandatory symbols were not exported so far)
* fixed native Windows implementation of RIFF::File::__GetFileSize() to
  work with younger versions than XP as well
* added Dev-C++ project files for the demo / example applications as well
* added instructions in README for how to compile libgig and its tools for
  Windows


Revision 933 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 24 12:50:05 2006 UTC (17 years, 3 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 16878 byte(s)
Diff to previous 902
* preparations for release 3.1.0


Revision 902 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 14:22:01 2006 UTC (17 years, 8 months ago) by persson
Original Path: libgig/trunk/src/gigextract.cpp
File length: 16724 byte(s)
Diff to previous 608
* real support for 24 bit samples
* support for reading of .art files


Revision 608 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 3 14:35:44 2005 UTC (18 years, 9 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 15369 byte(s)
Diff to previous 549
* fixed mutual link dependency to libsndfile / libaudiofile


Revision 549 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 16 18:40:45 2005 UTC (18 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 15064 byte(s)
Diff to previous 518
* src/gigextract.cpp: show also version of libsndfile or build version of
  libaudiofile when using the -v switch


Revision 518 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 8 16:19:34 2005 UTC (18 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 14566 byte(s)
Diff to previous 365
* 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 365 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 10 19:16:31 2005 UTC (19 years, 1 month ago) by persson
Original Path: libgig/trunk/src/gigextract.cpp
File length: 13891 byte(s)
Diff to previous 220
* src/gig.cpp, src/gig.h, src/gigextract.cpp: Support for compressed
  mono samples. Experimental support for compressed 24 bit
  samples. Fixes for decompression on big-endian CPUs. Fix for bug
  that truncated end of compressed samples.


Revision 220 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 18 12:11:26 2004 UTC (19 years, 7 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 13867 byte(s)
Diff to previous 55
* added support for libsndfile to the 'gigextract' tool


Revision 55 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 27 09:06:07 2004 UTC (19 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 12022 byte(s)
Diff to previous 2
updated copyright header for 2004


Revision 2 - (view) (download) (annotate) - [select for diffs]
Added Sat Oct 25 20:15:04 2003 UTC (20 years, 4 months ago) by schoenebeck
Original Path: libgig/trunk/src/gigextract.cpp
File length: 12026 byte(s)
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC