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
|
c8dc7a43ec
|
bump version to intermediate CVS
|
2006-04-25 06:36:48 +00:00 |
|
Josh Coalson
|
b4c13d9c85
|
*** empty log message ***
|
2006-04-25 06:35:03 +00:00 |
|
Josh Coalson
|
6be6fe6df0
|
reuse fskip_ahead() in flac__encode_wav()
|
2006-04-22 06:13:17 +00:00 |
|
Josh Coalson
|
e64dda0fdb
|
fix compiler warnings
|
2006-04-10 05:38:17 +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
|
91018c8ef7
|
add host detection for mingw
|
2005-12-02 05:31:29 +00:00 |
|
Josh Coalson
|
09db6d84a7
|
minor comments
|
2005-12-02 05:31:11 +00:00 |
|
Josh Coalson
|
6847a661a0
|
fix vorbiscomment entry validity tests to match better utf-8 checking in libFLAC
|
2005-09-09 01:58:36 +00:00 |
|
Josh Coalson
|
e9a638d004
|
add support for building on os/2 with emx
|
2005-09-03 03:54:16 +00:00 |
|
Josh Coalson
|
1be4415813
|
default to using current script as test file if there is no /bin/sh
|
2005-09-03 02:16:49 +00:00 |
|
Josh Coalson
|
461899f4bb
|
only generate ogg files if flac is ogg-enabled
|
2005-09-03 02:16:07 +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
|
33f4ce575a
|
add xmms.m4 to new m4/ directory as backup
|
2005-09-02 05:07:35 +00:00 |
|
Josh Coalson
|
b0a4ee3cfa
|
fix "redefinition of socklen_t" problem on freebsd
|
2005-09-02 05:03:53 +00:00 |
|
Josh Coalson
|
d2918a3c5e
|
last batch of fixes related to problems caused by new http streaming code
|
2005-09-02 05:00:31 +00:00 |
|
Josh Coalson
|
bdb9b2cb19
|
minor cosmetics
|
2005-09-02 04:59:46 +00:00 |
|
Josh Coalson
|
da08a9aebb
|
add replay gain info to file info box
|
2005-09-02 04:54:19 +00:00 |
|
Josh Coalson
|
f8ffa1a705
|
add new replaygain module
|
2005-09-02 04:52:32 +00:00 |
|
Josh Coalson
|
99ea64077c
|
minor cosmetics
|
2005-09-02 04:51: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
|
53b626a771
|
add to verbiage about verify error; point to FAQ entry
|
2005-08-31 06:13:06 +00:00 |
|
Josh Coalson
|
83fa59c800
|
more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion
|
2005-08-31 01:00:53 +00:00 |
|
Josh Coalson
|
83b8d28f9d
|
add shorthand option --remove-replay-gain to metaflac
|
2005-08-31 00:30:41 +00:00 |
|
Josh Coalson
|
b047964889
|
fix minor problem with error case in handler for --add-seekpoint
|
2005-08-31 00:21:14 +00:00 |
|
Josh Coalson
|
585e45d668
|
fix bad use of g_strconcat()
|
2005-08-31 00:19:37 +00:00 |
|
Josh Coalson
|
3889287097
|
remove spurious semicolon
|
2005-08-31 00:18:18 +00:00 |
|
Josh Coalson
|
2808c09f0e
|
convert from dos to unix cr/lf
|
2005-08-31 00:16:16 +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
|
4731c751d1
|
remove verbiage about --sector-align only working for WAVE files since it works for all kinds of input now
|
2005-08-27 01:58:19 +00:00 |
|
Josh Coalson
|
c2751e69d4
|
add support for raw and aiff input in the multifile tests; also add proper checking for the correct operation of --sector-align
|
2005-08-27 01:57:39 +00:00 |
|
Josh Coalson
|
53d7e14baa
|
minor comments
|
2005-08-27 01:53:56 +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
|
c6e53da21b
|
fix bug in utf8len()
|
2005-08-25 00:22:06 +00:00 |
|
Josh Coalson
|
b4de1692f3
|
fixes to remove warnings from gcc-4.0.0
|
2005-08-24 07:39:25 +00:00 |
|
Josh Coalson
|
d263e6eec0
|
disallow non-shortest-form encodings in utf-8 checking; when converting utf-8 to ucs-2, replace code points outside of ucs-2 with ? character
|
2005-08-24 07:38:13 +00:00 |
|
Josh Coalson
|
f2a8e069d7
|
disallow non-shortest-form encodings in utf-8 checking
|
2005-08-24 07:37:11 +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
|
67bae335ee
|
check that a cuesheet is legal before trying to encode with it so user will get a more useful error message; only warn about non-CDDA-compliant cuesheets instead of error
|
2005-08-24 00:15:57 +00:00 |
|
Josh Coalson
|
fe1d311369
|
slightly more precise error message in CDDA cuesheet checking
|
2005-08-24 00:14:23 +00:00 |
|
Josh Coalson
|
e7001d6ea5
|
change bug submission verbiage, require monitoring of sourceforge bug
|
2005-08-24 00:02:30 +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
|
ce0b3452e5
|
remove FLAC__SYMMETRIC_RICE code
|
2005-05-05 00:42:31 +00:00 |
|
Josh Coalson
|
d8e59d2f6c
|
add special CONFIG_CFLAGS for darwin
|
2005-05-03 00:11:25 +00:00 |
|
Josh Coalson
|
a02b73f5ea
|
check in more fixes from Luca to build properly on linux-ppc (asm-related again)
|
2005-03-02 05:21:06 +00:00 |
|
Josh Coalson
|
a708f55645
|
add host check for cygwin to force the OBJ_FORMAT
|
2005-03-02 05:12:05 +00:00 |
|