Commit Graph

2404 Commits

Author SHA1 Message Date
Josh Coalson
663a2afea4 bump version number to 1.1.3-beta1 2006-10-10 03:45:23 +00:00
Josh Coalson
42228b33e2 bump libtool .so number in prep for release 2006-10-10 03:44:54 +00:00
Josh Coalson
9f85cb6359 fix problem with code that checks if temp file is needed, before it would compare filenames, now it compares inodes 2006-10-10 00:40:17 +00:00
Josh Coalson
f461a7bd5d enable file feof callback when input is stdin 2006-10-10 00:39:27 +00:00
Josh Coalson
9fb948edb6 minor syntax 2006-10-10 00:38:42 +00:00
Josh Coalson
1d691ca149 add grabbag__file_are_same() 2006-10-10 00:38:28 +00:00
Josh Coalson
369a6da0fd remove window debugging code 2006-10-10 00:37:48 +00:00
Josh Coalson
ecb677e779 minor #includes 2006-10-10 00:37:17 +00:00
Josh Coalson
d68a14c005 _snprintf hackery for MSVC6 2006-10-10 00:36:59 +00:00
Josh Coalson
59717c20a2 minor comments 2006-10-10 00:35:35 +00:00
Josh Coalson
35a07eea25 fix project name 2006-10-10 00:33:34 +00:00
Josh Coalson
6af7ab8fd9 minor syntax 2006-10-10 00:33:00 +00:00
Josh Coalson
51ab8cfd11 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 2006-10-09 05:35:59 +00:00
Josh Coalson
484e074299 *** empty log message *** 2006-10-09 05:34:28 +00:00
Josh Coalson
92f7fa9489 minor comments 2006-10-09 05:34:21 +00:00
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
20ad84aa61 more doxygen comments 2006-10-07 05:43:01 +00:00
Josh Coalson
e401faa968 tweak some settings 2006-10-07 05:42:39 +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
6d8ce24733 add verbiage about compression improvement 2006-10-07 01:19:20 +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
1dfcea1340 multichannel assignments in format and documentation 2006-10-06 05:51:59 +00:00
Josh Coalson
b51392b654 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:51:13 +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
b73fff6ee9 add custom footer with copyright and sourceforge logo 2006-10-06 05:26:38 +00:00
Josh Coalson
58c2acbe6d upgrade to doxygen 1.4.2, add custom footer with copyright and sourceforge logo 2006-10-06 05:26:22 +00:00
Josh Coalson
ae00b5fbd8 *** empty log message *** 2006-10-06 05:25:51 +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
499f19b0ec fix path to test_picture.dsp 2006-10-03 01:07:39 +00:00
Josh Coalson
66616f96d1 add test/pictures/Makefile to AC_OUTPUT 2006-10-03 01:07:24 +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
8f6bdf2fd8 minor fix for windows quirk 2006-10-03 01:03:12 +00:00
Josh Coalson
a65fd93119 minor syntax 2006-10-03 01:02:44 +00:00
Josh Coalson
6a630c37b2 add src/test_grabbag/picture/Makefile to AC_OUTPUT 2006-09-29 14:58:56 +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
9c6930d501 always install doxygen docs 2006-09-28 01:00:35 +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
9ca69b9c5d add link for FLAC in WMP 2006-09-27 04:45:45 +00:00
Josh Coalson
c70b6c58cd add more FAQs 2006-09-27 04:44:33 +00:00
Josh Coalson
2e29c93ac3 remove ancient deprecated things 2006-09-26 01:25:52 +00:00