2523 Commits

Author SHA1 Message Date
Josh Coalson
8065a2d3a5 change "bytes" parameter of all read callbacks from "unsigned" to "size_t" 2006-10-15 08:32:56 +00:00
Josh Coalson
3c91754e74 improve comments 2006-10-15 07:50:44 +00:00
Josh Coalson
71d5c256f5 rename set_serial_number to set_ogg_serial_number everywhere 2006-10-15 06:04:55 +00:00
Josh Coalson
4511f201c4 link libogg if necessary 2006-10-15 05:15:59 +00:00
Josh Coalson
15b8eb8a87 fix to ogg-less building 2006-10-15 05:15:55 +00:00
Josh Coalson
8da98c897b merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work 2006-10-15 04:24:05 +00:00
Josh Coalson
03dbb26a27 remove unneeded SEEK_ERROR setting 2006-10-14 04:57:57 +00:00
Josh Coalson
05c9b4031a remove obsolete code 2006-10-14 04:56:48 +00:00
Josh Coalson
4e4845592d fix placement of FLAC_API_VERSION_... #defines 2006-10-14 04:54:07 +00:00
Josh Coalson
1568b1f785 in grabbag__file_are_same() check that st_dev is same also 2006-10-13 04:27:06 +00:00
Josh Coalson
f491994a54 minor comments 2006-10-13 04:26:45 +00:00
Josh Coalson
044be30e2a fix "extern"ness of ReplayGainReferenceLoudness 2006-10-12 01:16:49 +00:00
Josh Coalson
6dde751b95 add missing files 2006-10-11 06:30:48 +00:00
Josh Coalson
2d6b8c6496 fix bug stats sent to progress callback 2006-10-11 06:30:38 +00:00
Josh Coalson
0921730909 minor formatting 2006-10-11 06:30:11 +00:00
Josh Coalson
724932ed37 minor syntax 2006-10-10 15:06:17 +00:00
Josh Coalson
31251b4cfa for grabbag__file_are_same() on windows use strcmp() on filenames temporarily since inode checking doesn't work 2006-10-10 15:02:31 +00:00
Josh Coalson
a0c3b8d9c5 minor syntax 2006-10-10 04:42:47 +00:00
Josh Coalson
b0468ee4ed update to match sgml 2006-10-10 03:47:36 +00:00
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