1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
VorbisGain 0.37
- use mktemp for temporary files (fixes a race condition that
could eat data)
VorbisGain 0.36
- added --no-progress option (Felix Berger)
VorbisGain 0.35
- no longer removes invalid tags
- now updates the progress bar once per second (but 0% and 100% are
always shown)
- truncates the filename in the progress bar so that it fits within the
console width (try the configure option --disable-winsize if you have
problem compiling on your OS)
- misc configure script fixes (e.g., use any Ogg Vorbis prefixes when
checking for the ov_read_float() function)
VorbisGain 0.34
- fix automake bug
- update to new vcedit to solve various problems
such as memory leaks
VorbisGain 0.33
- fixed a bug in the ReplayGain analysis reference code that could
cause random crashes on 48kHz files
VorbisGain 0.31
- more changes to the pattern matcher. Should work fine now
- when using --album-gain, --fast wasn't handled properly
- more cleanups
- note: Winamp plugin in_vorbis.dll dated June 22, 2002 is known to support
the new tag format
VorbisGain 0.30
- now tries to retain file mode and date when writing the tags
- added a simple, per-file progress meter
- more code cleanups
- better code page support on Win32
- updated to newer version of vcedit.c
- due to vocal complaints, the --recursive option is only included if
DO_RECURSIVE is defined. It's recommended to define it on Win32 and not on
any other platform. But in the end, it's up to whoever compiles VorbisGain :)
- new pattern matcher that accepts '\' as escape character (not needed on
Win32)
- writes "new style tags" (and removes old style tags)
- --convert option to convert old style tags to new. The tags are changed
as follows:
Tag: Renamed to:
RG_RADIO_GAIN REPLAYGAIN_TRACK_GAIN
RG_RADIO_PEAK REPLAYGAIN_TRACK_PEAK
RG_AUDIOPHILE_GAIN REPLAYGAIN_ALBUM_GAIN
REPLAYGAIN_ALBUM_PEAK
REPLAYGAIN_ALBUM_PEAK is new and contains the highest REPLAYGAIN_TRACK_PEAK
within an album.
VorbisGain 0.20
- changed name of temporary file
- added -t option (target gain level)
- better handling of chained streams: detects changes in format
(sample rate or number of channels)
- updated manpage
- changed to version 1.1 of the gain analysis code
- fixed bug in pattern matching
ReplayGain 0.10
- more options
- manual specification of replaygain
- can recurse directory trees
- moved to autoconf/automake
ReplayGain 0.9
- major cleanups
Replaygain 0.8
- bugfixed -q mode
ReplayGain 0.7
- added quick mode
ReplayGain 0.6
- Win32 support
- nicer output
- includes command line help
ReplayGain 0.5
- some more error checks
ReplayGain 0.4
- warn about buggy RC3 read_float in source
ReplayGain 0.3
- stricter parsing
- tags are case insensitive
- changed wording in a few places
- should compile on Windows too now
- detects and displays error on nonstandard
samplerates
|