582 Commits

Author SHA1 Message Date
Josh Coalson
6076b7413f add news item for 1.1.3 2006-11-21 06:42:09 +00:00
Josh Coalson
1572378f65 add a few missing 1.1.3 items 2006-11-21 01:42:10 +00:00
Josh Coalson
5acd8946d7 minor html fixes 2006-11-20 17:12:50 +00:00
Josh Coalson
0e6187c49d minor formatting 2006-11-20 16:45:37 +00:00
Josh Coalson
f37520b91f final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_MAINTENANCE_BASELINE -j FLAC_RELEASE_1_1_2_MAINTENANCE_BRANCH) 2006-11-20 06:46:07 +00:00
Josh Coalson
a7dceb9ac1 multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata 2006-11-16 01:35:13 +00:00
Josh Coalson
c986d135f1 fix a bug where missing STREAMINFO fields (min/max framesize, total samples, MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (SF#1338969 https://sourceforge.net/tracker/index.php?func=detail&aid=1338969&group_id=13478&atid=113478) 2006-11-15 08:53:32 +00:00
Josh Coalson
7d273b4bdb add support for read-only operations for ogg flac to chain interface 2006-11-15 06:12:30 +00:00
Josh Coalson
8ad9a12b03 fix a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043) 2006-11-14 06:29:13 +00:00
Josh Coalson
e7c171009b add more fixed bugs to list 2006-11-14 05:22:12 +00:00
Josh Coalson
16e953ffc6 disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478) 2006-11-14 05:02:35 +00:00
Josh Coalson
a586226fda add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch 2006-11-09 06:58:26 +00:00
Josh Coalson
c28efe2294 add support from encoding from ogg flac input 2006-11-04 03:04:21 +00:00
Josh Coalson
ebd7be8d9a minor wording 2006-11-03 16:15:32 +00:00
Josh Coalson
1a90ac4602 add FLAC__stream_encoder_set_compression_level() 2006-11-03 16:15:02 +00:00
Josh Coalson
aec8bb3435 rename metaflac's --import-picture to --import-picture-from for consistency with other options 2006-11-02 04:06:56 +00:00
Josh Coalson
989f26701d add --export-picture-to option to metaflac 2006-11-02 03:40:44 +00:00
Josh Coalson
0b9442c3b6 remove now-obsolete libOggFLAC stuff 2006-10-16 16:18:34 +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
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
e401faa968 tweak some settings 2006-10-07 05:42:39 +00:00
Josh Coalson
6d8ce24733 add verbiage about compression improvement 2006-10-07 01:19:20 +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
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
9c6930d501 always install doxygen docs 2006-09-28 01:00:35 +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
Josh Coalson
16b570f7d4 bump version number 2006-09-26 01:25:36 +00:00
Josh Coalson
022572d83b add verbiage about libtool version number #defines 2006-09-26 01:15:55 +00:00
Josh Coalson
d63c231183 more PICTURE-related items 2006-09-26 01:02:01 +00:00
Josh Coalson
b02574eea6 add --import-picture command to metaflac 2006-09-26 00:43:48 +00:00
Josh Coalson
24bef0bde1 add documentation for PICTURE metadata block 2006-09-25 05:15:50 +00:00
Josh Coalson
d3b086bfb1 add documentation for flac's --picture option 2006-09-25 05:14:50 +00:00
Josh Coalson
b292e75ebf add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag 2006-09-14 00:40:03 +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
bfda3788d5 add support for encoding from FLAC to FLAC while preserving metadata 2006-08-28 03:42:10 +00:00
Josh Coalson
7688f8e7ec MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (SF #1493725). 2006-07-07 01:05:33 +00:00
Josh Coalson
1a8afc7031 change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODER_UNPARSEABLE_STREAM state, to a soft error FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM 2006-07-06 07:49:07 +00:00
Josh Coalson
4cbb812521 improve behavior of -F to decode even if there is no metadata 2006-06-14 06:51:59 +00:00
Josh Coalson
c933c93714 add --disable-xmms-plugin option to prevent building the xmms plugin (sf#930494 https://sourceforge.net/tracker/index.php?func=detail&aid=930494&group_id=13478&atid=363478) 2006-05-25 04:21:43 +00:00
Josh Coalson
de9091e4a7 add configure options --disable-thorough-tests which breaks up testing into 3 levels: 0 for basic testing, 1 for thorough testing, 2 for exhaustive testing 2006-05-25 02:48:22 +00:00
Josh Coalson
b1ec796bda complete largefile support 2006-05-24 04:41:36 +00:00
Josh Coalson
26c82350fb add new options: --tag-from-file for flac and --set-tag-from-file for metaflac 2006-05-18 07:57:16 +00:00
Josh Coalson
c4fe269a90 add set_apodization() to oggflac layers 2006-05-01 05:27:13 +00:00