Commit Graph

155 Commits

Author SHA1 Message Date
Josh Coalson
8ebb95cda0 add logging of command to valgrind log 2006-11-20 05:29:59 +00:00
Josh Coalson
c85f31440d bump version number to 1.1.3 2006-11-17 16:00:55 +00:00
Josh Coalson
ea8691226a add test_picture to grabbag tests 2006-11-17 07:46:09 +00:00
Josh Coalson
2b29546bb4 fix typo 2006-11-17 07:26:39 +00:00
Josh Coalson
5ebd693265 encode with --no-padding where possible to speed up test 2006-11-17 06:03:18 +00:00
Josh Coalson
f8d544f2b0 add argument to test_seeking to accept #samples in the input, to better evaluate whether or not seeking near/past end-of-stream 2006-11-16 01:22:33 +00:00
Josh Coalson
83d914253e add missing --lax 2006-11-10 05:15:23 +00:00
Josh Coalson
acc4bea300 add tests for different fractional end blocks with different blocksizes 2006-11-09 16:53:15 +00:00
Josh Coalson
1d42ba6423 add tests for fractional blocks 2006-11-08 16:25:55 +00:00
Josh Coalson
c28efe2294 add support from encoding from ogg flac input 2006-11-04 03:04:21 +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
4ac9fdbcda default to FLAC__TEST_LEVEL=1 2006-11-02 01:38:55 +00:00
Josh Coalson
0b9442c3b6 remove now-obsolete libOggFLAC stuff 2006-10-16 16:18:34 +00:00
Josh Coalson
b1f323810b bump version to 1.1.3-beta2 2006-10-16 16:17:18 +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
6dde751b95 add missing files 2006-10-11 06:30:48 +00:00
Josh Coalson
663a2afea4 bump version number to 1.1.3-beta1 2006-10-10 03:45:23 +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
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
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
8f6bdf2fd8 minor fix for windows quirk 2006-10-03 01:03:12 +00:00
Josh Coalson
a65fd93119 minor syntax 2006-10-03 01:02:44 +00:00
Josh Coalson
2f3e673e30 change default padding to 8K, or 64K if input audio stream is >= 20 minutes long 2006-09-27 05:39:00 +00:00
Josh Coalson
b02574eea6 add --import-picture command to metaflac 2006-09-26 00:43:48 +00:00
Josh Coalson
0faeaa1b6b new pictures/ directory has files used to test PICTURE metadata importing 2006-09-24 07:17:58 +00:00
Josh Coalson
c0da196166 minor comments 2006-09-16 00:07:20 +00:00
Josh Coalson
afd99a8bdb add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag 2006-09-15 04:20:39 +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
ff151cc781 switch metaflac test over to comparing output against "golden" files 2006-08-28 03:39:45 +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
0395dac13f add 2206 to copyright notice 2006-04-25 06:59:33 +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
83b8d28f9d add shorthand option --remove-replay-gain to metaflac 2005-08-31 00:30:41 +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
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
439367cbe9 fix endian-ness on sine wave tests 2005-02-03 04:20:16 +00:00
Josh Coalson
47a6b5f43f skip the --input-size test until cat works in cygwin 2005-02-02 01:50:47 +00:00
Josh Coalson
7ffd7e4aa9 fix: only do ogg-flac seeking tests if flac has ogg support built in 2005-02-01 01:49:11 +00:00
Josh Coalson
cc12687afe fix script invocation in valgrind mode 2005-01-28 16:24:02 +00:00
Josh Coalson
450572f666 add test_seeking runs for native FLAC files with total_samples=0 in the STREAMINFO 2005-01-26 03:48:06 +00:00
Josh Coalson
a78fac662c add 2005 to copyright notices 2005-01-25 04:17:55 +00:00
Josh Coalson
dad6ad4fdb add test for 'flac --input-size' 2004-12-30 03:49:46 +00:00
Josh Coalson
f3becfd4db add a default BUILD target 2004-12-30 03:49:15 +00:00
Josh Coalson
b43d3cbd9e fix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts 2004-11-09 01:28:05 +00:00
Josh Coalson
b42b0ee5f5 initial import 2004-11-09 01:27:12 +00:00
Josh Coalson
536775976b more path fixes 2004-10-01 16:44:10 +00:00
Josh Coalson
1baba26fae remove dangerous clean targets 2004-09-28 01:14:55 +00:00