Commit Graph

2488 Commits

Author SHA1 Message Date
Josh Coalson
fd5fbc70c6 bump version number to 1.1.3 2006-10-07 07:01:29 +00:00
Josh Coalson
d0edb97a46 limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max LPC order is 12 2006-10-07 06:50:08 +00:00
Josh Coalson
8def87a3e2 expand round-trip tests to include odd bits per sample (all 4<=bps<=24) 2006-10-07 01:20:38 +00:00
Josh Coalson
572cc58953 fix final problems with odd bits per sample 2006-10-07 01:19:48 +00:00
Josh Coalson
2ddb1b1446 minor bug fix 2006-10-07 01:18:59 +00:00
Josh Coalson
34ae241cad more robust -F: if end-of-stream is hit due to partial frame, decoding will complete and leave the output 2006-10-06 06:22:48 +00:00
Josh Coalson
8501332c26 minor comments 2006-10-06 06:21:48 +00:00
Josh Coalson
afce1aeba8 fix bug in code that skips id3v2 tags at the front of a file; false positives could cause decoding to fail 2006-10-06 06:21:41 +00:00
Josh Coalson
cc5c1d8837 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 2006-10-06 05:31:27 +00:00
Josh Coalson
825e72cf57 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() 2006-10-03 01:16:59 +00:00
Josh Coalson
799c700f84 add support for WAVEFORMATEXTENSIBLE, support for some other bit-depths besides 8 and 16 2006-10-03 01:09:27 +00:00
Josh Coalson
2217cb85ea disallow --replay-gain with -ogg as a protection; remove --super-secret-... 2006-10-03 01:06:36 +00:00
Josh Coalson
beb128489b minor comments 2006-10-03 01:04:41 +00:00
Josh Coalson
e64d5e3e9e fix label on instantaneous bitrate button 2006-10-03 01:04:23 +00:00
Josh Coalson
719bdaa87e minor bug fix in argc checking 2006-10-03 01:03:32 +00:00
Josh Coalson
a65fd93119 minor syntax 2006-10-03 01:02:44 +00:00
Josh Coalson
508e7cbe68 check metadata before init call to give a better error message 2006-09-28 16:00:31 +00:00
Josh Coalson
2f3e673e30 change default padding to 8K, or 64K if input audio stream is >= 20 minutes long 2006-09-27 05:39:00 +00:00
Josh Coalson
6f5568e4df change default padding to 8K, or 64K if input audio stream is >= 20 minutes long 2006-09-27 05:02:11 +00:00
Josh Coalson
2e29c93ac3 remove ancient deprecated things 2006-09-26 01:25:52 +00:00
Josh Coalson
480c01144e minor comments 2006-09-26 01:01:38 +00:00
Josh Coalson
b02574eea6 add --import-picture command to metaflac 2006-09-26 00:43:48 +00:00
Josh Coalson
d3b086bfb1 add documentation for flac's --picture option 2006-09-25 05:14:50 +00:00
Josh Coalson
3957c47022 add more checks to PICTURE metadata: at most one type=1 and type=2 blocks, type=1 block must be 32x32 pixel PNG 2006-09-24 16:25:42 +00:00
Josh Coalson
6e94c90e60 add parsing of picture type from spec; add check that type 1 picture is 32x32 PNG 2006-09-24 16:17:53 +00:00
Josh Coalson
63da21f4f9 add test for --> MIME type (linked URL) 2006-09-24 07:28:24 +00:00
Josh Coalson
e6c93ddf9d add support for --picture command to import PICTURE metadata 2006-09-24 07:22:18 +00:00
Josh Coalson
5f427b3fd3 new tester for testing PICTURE specification parsing 2006-09-24 07:19:55 +00:00
Josh Coalson
37d44c1a8c add picture.c (PICTURE specification parsing) 2006-09-24 07:18:42 +00:00
Josh Coalson
74ed294764 add number-of-colors field to PICTURE metadata block 2006-09-23 23:15:05 +00:00
Josh Coalson
e343ab2b87 add support for new PICTURE metadata block 2006-09-23 19:21:19 +00:00
Josh Coalson
f7f6c6e3ef change type val for UNKNOWN metadata block from 127 (now reserved) to 126 2006-09-20 16:16:52 +00:00
Josh Coalson
2257350262 remove unused code that had the old way of stat()ing a filename to get the length 2006-09-16 00:29:07 +00:00
Josh Coalson
0008856e1b remove unused code 2006-09-16 00:28:25 +00:00
Josh Coalson
982ea3a260 fix recovery logic when seek fails 2006-09-16 00:23:01 +00:00
Josh Coalson
9acc35fe22 fix problem on windows where rename() fails if destination exists 2006-09-16 00:09:14 +00:00
Josh Coalson
180e0cac3a fix bug in file closing logic in _finish() 2006-09-16 00:08:45 +00:00
Josh Coalson
da6c00efc1 fixed bug, file was not being closed at _finish() time 2006-09-16 00:08:23 +00:00
Josh Coalson
e137825961 remove unused code 2006-09-16 00:07:39 +00:00
Josh Coalson
c0da196166 minor comments 2006-09-16 00:07:20 +00:00
Josh Coalson
68acb04a4d change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts 2006-09-15 15:40:57 +00:00
Josh Coalson
0472058101 fix bug, --remove-replay-gain was not removing REPLAYGAIN_REFERENCE_LOUDNESS 2006-09-15 04:25:39 +00:00
Josh Coalson
0973d4edd7 in FLAC tester, process til end-of-stream before seek barrage, to make sure the decoder can still seek while in the EOS state 2006-09-15 00:06:24 +00:00
Josh Coalson
b292e75ebf add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag 2006-09-14 00:40:03 +00:00
Josh Coalson
dcf04428fe add ReplayGainReferenceLoudness constant 2006-09-14 00:39:32 +00:00
Josh Coalson
6b21f66784 merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH 2006-09-13 01:42:27 +00:00
Josh Coalson
461f3eb260 relicense under LGPL 2.1 2006-09-06 04:03:52 +00:00
Josh Coalson
e5ad6bde89 bump version to 1.1.3 2006-08-29 03:49:38 +00:00
Josh Coalson
95b8968389 bump version number to 1.1.3 2006-08-29 03:28:21 +00:00
Josh Coalson
bfda3788d5 add support for encoding from FLAC to FLAC while preserving metadata 2006-08-28 03:42:10 +00:00