Commit Graph

2253 Commits

Author SHA1 Message Date
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
Josh Coalson
6fee5aa026 fix bug in the save_http_path initialization 2005-03-02 05:06:58 +00:00
Josh Coalson
2f7293b09f add patch: on freebsd, detect via sysctl whether OS supports SSE 2005-02-12 16:55: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
a3dc20b402 typo 2005-02-11 21:48:28 +00:00
Josh Coalson
a2f9a5be46 fix link to debian packages 2005-02-11 21:20:05 +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
66142c9b5b bump version to 1.1.2 2005-02-04 06:42:38 +00:00
Josh Coalson
725efa6461 fix bug in random sampling 2005-02-04 06:42:00 +00:00
Josh Coalson
17bdc0068e reinstitute old FLAC__bitbuffer_read_rice_signed_block() for MSVC compiles 2005-02-04 06:41:13 +00:00
Josh Coalson
81c50d611a add news item for 1.1.2 2005-02-04 01:35:08 +00:00
Josh Coalson
f81b6df7d5 minor comments 2005-02-04 01:34:35 +00:00
Josh Coalson
16eded53e4 fix on ppc: as/gas checks need to be __TEMPORARILY_DISABLED 2005-02-03 04:29:52 +00:00
Josh Coalson
439367cbe9 fix endian-ness on sine wave tests 2005-02-03 04:20:16 +00:00
Josh Coalson
26d92537bb update to match latest sgml 2005-02-03 04:19:15 +00:00
Josh Coalson
4ff0869116 add 2005 copyright 2005-02-03 04:18:59 +00:00
Josh Coalson
e5c114da89 improve wording for --lax 2005-02-03 04:17:38 +00:00
Josh Coalson
4cd9e815d0 remove joke faq entry 2005-02-03 04:16:42 +00:00
Josh Coalson
a4107779a0 remove the "Reference" from the plugin description 2005-02-02 05:50:52 +00:00
Josh Coalson
1c00851aa7 need to link libiconv 2005-02-02 05:50:26 +00:00