Josh Coalson [Fri, 13 Oct 2006 04:26:45 +0000 (04:26 +0000)]
minor comments
Josh Coalson [Thu, 12 Oct 2006 01:16:49 +0000 (01:16 +0000)]
fix "extern"ness of ReplayGainReferenceLoudness
Josh Coalson [Wed, 11 Oct 2006 06:30:48 +0000 (06:30 +0000)]
add missing files
Josh Coalson [Wed, 11 Oct 2006 06:30:38 +0000 (06:30 +0000)]
fix bug stats sent to progress callback
Josh Coalson [Wed, 11 Oct 2006 06:30:11 +0000 (06:30 +0000)]
minor formatting
Josh Coalson [Tue, 10 Oct 2006 15:06:17 +0000 (15:06 +0000)]
minor syntax
Josh Coalson [Tue, 10 Oct 2006 15:02:31 +0000 (15:02 +0000)]
for grabbag__file_are_same() on windows use strcmp() on filenames temporarily since inode checking doesn't work
Josh Coalson [Tue, 10 Oct 2006 04:42:47 +0000 (04:42 +0000)]
minor syntax
Josh Coalson [Tue, 10 Oct 2006 03:47:36 +0000 (03:47 +0000)]
update to match sgml
Josh Coalson [Tue, 10 Oct 2006 03:45:23 +0000 (03:45 +0000)]
bump version number to 1.1.3-beta1
Josh Coalson [Tue, 10 Oct 2006 03:44:54 +0000 (03:44 +0000)]
bump libtool .so number in prep for release
Josh Coalson [Tue, 10 Oct 2006 00:40:17 +0000 (00:40 +0000)]
fix problem with code that checks if temp file is needed, before it would compare filenames, now it compares inodes
Josh Coalson [Tue, 10 Oct 2006 00:39:27 +0000 (00:39 +0000)]
enable file feof callback when input is stdin
Josh Coalson [Tue, 10 Oct 2006 00:38:42 +0000 (00:38 +0000)]
minor syntax
Josh Coalson [Tue, 10 Oct 2006 00:38:28 +0000 (00:38 +0000)]
add grabbag__file_are_same()
Josh Coalson [Tue, 10 Oct 2006 00:37:48 +0000 (00:37 +0000)]
remove window debugging code
Josh Coalson [Tue, 10 Oct 2006 00:37:17 +0000 (00:37 +0000)]
minor #includes
Josh Coalson [Tue, 10 Oct 2006 00:36:59 +0000 (00:36 +0000)]
_snprintf hackery for MSVC6
Josh Coalson [Tue, 10 Oct 2006 00:35:35 +0000 (00:35 +0000)]
minor comments
Josh Coalson [Tue, 10 Oct 2006 00:33:34 +0000 (00:33 +0000)]
fix project name
Josh Coalson [Tue, 10 Oct 2006 00:33:00 +0000 (00:33 +0000)]
minor syntax
Josh Coalson [Mon, 9 Oct 2006 05:35:59 +0000 (05:35 +0000)]
fix bug where output file would always be deleted on error; instead, only delete when we know we have opened successfully, to avoid other problems like deleting pre-existing file when overwriting it fails
Josh Coalson [Mon, 9 Oct 2006 05:34:28 +0000 (05:34 +0000)]
*** empty log message ***
Josh Coalson [Mon, 9 Oct 2006 05:34:21 +0000 (05:34 +0000)]
minor comments
Josh Coalson [Sat, 7 Oct 2006 07:01:29 +0000 (07:01 +0000)]
bump version number to 1.1.3
Josh Coalson [Sat, 7 Oct 2006 06:50:08 +0000 (06:50 +0000)]
limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max LPC order is 12
Josh Coalson [Sat, 7 Oct 2006 05:43:01 +0000 (05:43 +0000)]
more doxygen comments
Josh Coalson [Sat, 7 Oct 2006 05:42:39 +0000 (05:42 +0000)]
tweak some settings
Josh Coalson [Sat, 7 Oct 2006 01:20:38 +0000 (01:20 +0000)]
expand round-trip tests to include odd bits per sample (all 4<=bps<=24)
Josh Coalson [Sat, 7 Oct 2006 01:19:48 +0000 (01:19 +0000)]
fix final problems with odd bits per sample
Josh Coalson [Sat, 7 Oct 2006 01:19:20 +0000 (01:19 +0000)]
add verbiage about compression improvement
Josh Coalson [Sat, 7 Oct 2006 01:18:59 +0000 (01:18 +0000)]
minor bug fix
Josh Coalson [Fri, 6 Oct 2006 06:22:48 +0000 (06:22 +0000)]
more robust -F: if end-of-stream is hit due to partial frame, decoding will complete and leave the output
Josh Coalson [Fri, 6 Oct 2006 06:21:48 +0000 (06:21 +0000)]
minor comments
Josh Coalson [Fri, 6 Oct 2006 06:21:41 +0000 (06:21 +0000)]
fix bug in code that skips id3v2 tags at the front of a file; false positives could cause decoding to fail
Josh Coalson [Fri, 6 Oct 2006 05:51:59 +0000 (05:51 +0000)]
multichannel assignments in format and documentation
Josh Coalson [Fri, 6 Oct 2006 05:51:13 +0000 (05:51 +0000)]
complete WAVEFORMATEXTENSIBLE support, multichannel assignments in format and documentation, multichannel support for AIFF and WAVE, channel mapping, new --channel-map=none option to flac, saving and restoring of WAVEFORMATEXTENSIBLE channel mask to/from tag, robust handling of "odd" sample resolutions (i.e. not multiple of 8 bits) for AIFF and WAVE
Josh Coalson [Fri, 6 Oct 2006 05:31:27 +0000 (05:31 +0000)]
complete WAVEFORMATEXTENSIBLE support, multichannel assignments in format and documentation, multichannel support for AIFF and WAVE, channel mapping, new --channel-map=none option to flac, saving and restoring of WAVEFORMATEXTENSIBLE channel mask to/from tag, robust handling of "odd" sample resolutions (i.e. not multiple of 8 bits) for AIFF and WAVE
Josh Coalson [Fri, 6 Oct 2006 05:26:38 +0000 (05:26 +0000)]
add custom footer with copyright and sourceforge logo
Josh Coalson [Fri, 6 Oct 2006 05:26:22 +0000 (05:26 +0000)]
upgrade to doxygen 1.4.2, add custom footer with copyright and sourceforge logo
Josh Coalson [Fri, 6 Oct 2006 05:25:51 +0000 (05:25 +0000)]
*** empty log message ***
Josh Coalson [Tue, 3 Oct 2006 01:16:59 +0000 (01:16 +0000)]
try to limit the #defines (of fseeko to fseek and ftello to ftell) to just the versions of MSVC that appear not to have fseeko()/ftello()
Josh Coalson [Tue, 3 Oct 2006 01:09:27 +0000 (01:09 +0000)]
add support for WAVEFORMATEXTENSIBLE, support for some other bit-depths besides 8 and 16
Josh Coalson [Tue, 3 Oct 2006 01:07:39 +0000 (01:07 +0000)]
fix path to test_picture.dsp
Josh Coalson [Tue, 3 Oct 2006 01:07:24 +0000 (01:07 +0000)]
add test/pictures/Makefile to AC_OUTPUT
Josh Coalson [Tue, 3 Oct 2006 01:06:36 +0000 (01:06 +0000)]
disallow --replay-gain with -ogg as a protection; remove --super-secret-...
Josh Coalson [Tue, 3 Oct 2006 01:04:41 +0000 (01:04 +0000)]
minor comments
Josh Coalson [Tue, 3 Oct 2006 01:04:23 +0000 (01:04 +0000)]
fix label on instantaneous bitrate button
Josh Coalson [Tue, 3 Oct 2006 01:03:32 +0000 (01:03 +0000)]
minor bug fix in argc checking
Josh Coalson [Tue, 3 Oct 2006 01:03:12 +0000 (01:03 +0000)]
minor fix for windows quirk
Josh Coalson [Tue, 3 Oct 2006 01:02:44 +0000 (01:02 +0000)]
minor syntax
Josh Coalson [Fri, 29 Sep 2006 14:58:56 +0000 (14:58 +0000)]
add src/test_grabbag/picture/Makefile to AC_OUTPUT
Josh Coalson [Thu, 28 Sep 2006 16:00:31 +0000 (16:00 +0000)]
check metadata before init call to give a better error message
Josh Coalson [Thu, 28 Sep 2006 01:00:35 +0000 (01:00 +0000)]
always install doxygen docs
Josh Coalson [Wed, 27 Sep 2006 05:39:00 +0000 (05:39 +0000)]
change default padding to 8K, or 64K if input audio stream is >= 20 minutes long
Josh Coalson [Wed, 27 Sep 2006 05:02:11 +0000 (05:02 +0000)]
change default padding to 8K, or 64K if input audio stream is >= 20 minutes long
Josh Coalson [Wed, 27 Sep 2006 04:45:45 +0000 (04:45 +0000)]
add link for FLAC in WMP
Josh Coalson [Wed, 27 Sep 2006 04:44:33 +0000 (04:44 +0000)]
add more FAQs
Josh Coalson [Tue, 26 Sep 2006 01:25:52 +0000 (01:25 +0000)]
remove ancient deprecated things
Josh Coalson [Tue, 26 Sep 2006 01:25:36 +0000 (01:25 +0000)]
bump version number
Josh Coalson [Tue, 26 Sep 2006 01:15:55 +0000 (01:15 +0000)]
add verbiage about libtool version number #defines
Josh Coalson [Tue, 26 Sep 2006 01:02:55 +0000 (01:02 +0000)]
change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,REVISION,AGE}
Josh Coalson [Tue, 26 Sep 2006 01:02:01 +0000 (01:02 +0000)]
more PICTURE-related items
Josh Coalson [Tue, 26 Sep 2006 01:01:38 +0000 (01:01 +0000)]
minor comments
Josh Coalson [Tue, 26 Sep 2006 00:43:48 +0000 (00:43 +0000)]
add --import-picture command to metaflac
Josh Coalson [Mon, 25 Sep 2006 05:15:50 +0000 (05:15 +0000)]
add documentation for PICTURE metadata block
Josh Coalson [Mon, 25 Sep 2006 05:15:04 +0000 (05:15 +0000)]
reformat; add documentation for flac's --picture option
Josh Coalson [Mon, 25 Sep 2006 05:14:50 +0000 (05:14 +0000)]
add documentation for flac's --picture option
Josh Coalson [Sun, 24 Sep 2006 16:25:42 +0000 (16:25 +0000)]
add more checks to PICTURE metadata: at most one type=1 and type=2 blocks, type=1 block must be 32x32 pixel PNG
Josh Coalson [Sun, 24 Sep 2006 16:17:53 +0000 (16:17 +0000)]
add parsing of picture type from spec; add check that type 1 picture is 32x32 PNG
Josh Coalson [Sun, 24 Sep 2006 07:28:24 +0000 (07:28 +0000)]
add test for --> MIME type (linked URL)
Josh Coalson [Sun, 24 Sep 2006 07:22:18 +0000 (07:22 +0000)]
add support for --picture command to import PICTURE metadata
Josh Coalson [Sun, 24 Sep 2006 07:19:55 +0000 (07:19 +0000)]
new tester for testing PICTURE specification parsing
Josh Coalson [Sun, 24 Sep 2006 07:18:42 +0000 (07:18 +0000)]
add picture.c (PICTURE specification parsing)
Josh Coalson [Sun, 24 Sep 2006 07:17:58 +0000 (07:17 +0000)]
new pictures/ directory has files used to test PICTURE metadata importing
Josh Coalson [Sun, 24 Sep 2006 07:17:11 +0000 (07:17 +0000)]
add picture.h
Josh Coalson [Sat, 23 Sep 2006 23:15:05 +0000 (23:15 +0000)]
add number-of-colors field to PICTURE metadata block
Josh Coalson [Sat, 23 Sep 2006 19:21:19 +0000 (19:21 +0000)]
add support for new PICTURE metadata block
Josh Coalson [Sat, 23 Sep 2006 19:12:26 +0000 (19:12 +0000)]
add #define FLAC_API_NUMBER
Josh Coalson [Wed, 20 Sep 2006 16:16:52 +0000 (16:16 +0000)]
change type val for UNKNOWN metadata block from 127 (now reserved) to 126
Josh Coalson [Sat, 16 Sep 2006 00:46:22 +0000 (00:46 +0000)]
minor comments
Josh Coalson [Sat, 16 Sep 2006 00:38:53 +0000 (00:38 +0000)]
minor comments
Josh Coalson [Sat, 16 Sep 2006 00:38:14 +0000 (00:38 +0000)]
minor comments
Josh Coalson [Sat, 16 Sep 2006 00:29:07 +0000 (00:29 +0000)]
remove unused code that had the old way of stat()ing a filename to get the length
Josh Coalson [Sat, 16 Sep 2006 00:28:25 +0000 (00:28 +0000)]
remove unused code
Josh Coalson [Sat, 16 Sep 2006 00:23:01 +0000 (00:23 +0000)]
fix recovery logic when seek fails
Josh Coalson [Sat, 16 Sep 2006 00:09:14 +0000 (00:09 +0000)]
fix problem on windows where rename() fails if destination exists
Josh Coalson [Sat, 16 Sep 2006 00:08:45 +0000 (00:08 +0000)]
fix bug in file closing logic in _finish()
Josh Coalson [Sat, 16 Sep 2006 00:08:23 +0000 (00:08 +0000)]
fixed bug, file was not being closed at _finish() time
Josh Coalson [Sat, 16 Sep 2006 00:07:39 +0000 (00:07 +0000)]
remove unused code
Josh Coalson [Sat, 16 Sep 2006 00:07:20 +0000 (00:07 +0000)]
minor comments
Josh Coalson [Fri, 15 Sep 2006 15:40:57 +0000 (15:40 +0000)]
change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts
Josh Coalson [Fri, 15 Sep 2006 15:39:10 +0000 (15:39 +0000)]
minor wording
Josh Coalson [Fri, 15 Sep 2006 04:25:39 +0000 (04:25 +0000)]
fix bug, --remove-replay-gain was not removing REPLAYGAIN_REFERENCE_LOUDNESS
Josh Coalson [Fri, 15 Sep 2006 04:20:39 +0000 (04:20 +0000)]
add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
Josh Coalson [Fri, 15 Sep 2006 00:06:24 +0000 (00:06 +0000)]
in FLAC tester, process til end-of-stream before seek barrage, to make sure the decoder can still seek while in the EOS state
Josh Coalson [Thu, 14 Sep 2006 00:40:03 +0000 (00:40 +0000)]
add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
Josh Coalson [Thu, 14 Sep 2006 00:39:32 +0000 (00:39 +0000)]
add ReplayGainReferenceLoudness constant
Josh Coalson [Wed, 13 Sep 2006 01:42:27 +0000 (01:42 +0000)]
merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH
Josh Coalson [Wed, 6 Sep 2006 04:03:52 +0000 (04:03 +0000)]
relicense under LGPL 2.1