Commit Graph

56 Commits

Author SHA1 Message Date
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
6d8ce24733 add verbiage about compression improvement 2006-10-07 01:19:20 +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
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
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
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
Josh Coalson
0395dac13f add 2206 to copyright notice 2006-04-25 06:59:33 +00:00
Josh Coalson
bf0f52c21e add support for specifying which apodization functions to use to window data before lpc analysis 2006-04-25 06:38:43 +00:00
Josh Coalson
7cfac0b146 add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() 2006-04-10 05:37:34 +00:00
Josh Coalson
e9a638d004 add support for building on os/2 with emx 2005-09-03 03:54:16 +00:00
Josh Coalson
d9264962d5 fix bug in return value for FLAC__stream_decoder_set_metadata_respond_application() and FLAC__stream_decoder_set_metadata_ignore_application() (sf #1235005: https://sourceforge.net/tracker/index.php?func=detail&aid=1235005&group_id=13478&atid=113478) 2005-09-03 01:41:11 +00:00
Josh Coalson
7fdd688f3c fix bug: -a and -t were not prevented from being used together (sf #1229481: https://sourceforge.net/tracker/index.php?func=detail&aid=1229481&group_id=13478&atid=113478) 2005-09-03 01:33:12 +00:00
Josh Coalson
da08a9aebb add replay gain info to file info box 2005-09-02 04:54:19 +00:00
Josh Coalson
95e39a8fa5 allow non-strict mode for reading replaygain tags, to fallback to track tags if album tags are not available and vice versa 2005-09-01 01:01:08 +00:00
Josh Coalson
83b8d28f9d add shorthand option --remove-replay-gain to metaflac 2005-08-31 00:30:41 +00:00
Josh Coalson
e7819525ee fix minor bug printing unknown aiff subchunks (SF bug #1267476: https://sourceforge.net/tracker/index.php?func=detail&aid=1267476&group_id=13478&atid=113478) 2005-08-29 04:30:20 +00:00
Josh Coalson
dee533950c fix bug in --sector-align where appended samples did not completely contain silence (SF bug #1237707: https://sourceforge.net/tracker/index.php?func=detail&aid=1237707&group_id=13478&atid=113478). also, fix bugs with --sector-align on raw files 2005-08-27 01:52:11 +00:00
Josh Coalson
15acb69ea3 add support for encoding from non-compressed AIFF-C (SF bug #1090933: https://sourceforge.net/tracker/?func=detail&atid=113478&aid=1090933&group_id=13478) 2005-08-26 05:57:04 +00:00
Josh Coalson
c2af4280e5 add note about fixed utf-8 decoding (disallow non-shortest-form and surrogate sequences) 2005-08-25 00:25:59 +00:00
Josh Coalson
cee66cf90f only warn about non-CDDA-compliant cuesheets instead of error 2005-08-24 00:32:40 +00:00
Josh Coalson
0d903aabae fix bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline 2005-08-09 00:59:39 +00:00
Josh Coalson
302ed8c3f3 change the navbar css by integrating the separators into it. IE was treating the empty separator div's differently than everything else and putting space in them 2005-02-12 16:54:12 +00:00
Josh Coalson
950e3ca1b4 revamp html to be xhtml 1.0 compliant, also use css 2005-02-09 03:37:59 +00:00
Josh Coalson
26e101a364 fix tag typo 2005-02-02 01:55:40 +00:00
Josh Coalson
dc16d4c67d add note about xmms bug to http streaming entry 2005-01-27 03:59:15 +00:00
Josh Coalson
3e412505c6 tag new changelog entry as version 1.1.2 2005-01-26 03:15:08 +00:00
Josh Coalson
03197fa78e add items: html metaflac docs, improved vorbis comment handling in API 2005-01-25 04:39:12 +00:00
Josh Coalson
a78fac662c add 2005 to copyright notices 2005-01-25 04:17:55 +00:00
Josh Coalson
3923e10c9b add items for speedups and bug fixes 2005-01-25 03:35:02 +00:00
Josh Coalson
42372b9aed libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() 2005-01-07 01:09:07 +00:00
Josh Coalson
c549f0f17e in stream encoder, only allocate and calculate real signal if max lpc order > 0 2004-12-30 03:47:49 +00:00
Josh Coalson
2de1124e36 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces 2004-12-30 03:41:19 +00:00
Josh Coalson
def597ee59 additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere 2004-12-30 00:59:30 +00:00
Josh Coalson
e31d9eb05c remove id3 support from the plugins 2004-09-28 00:23:57 +00:00
Josh Coalson
a81bcae56b add changelog entry for fixed AIFF SSND offset bug 2004-09-23 00:36:18 +00:00
Josh Coalson
af653828ea add note about re-encoding older versions of Ogg FLAC 2004-09-14 00:41:39 +00:00
Josh Coalson
c1a2fb39b2 minor wording on 1.1.1 bullets 2004-09-10 00:24:51 +00:00