1. c5c4ce9 Tweak MALLOC_PERTURB_ expression in tests. by Erik de Castro Lopo · 12 years ago
  2. 95f0f75 export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite by Cristian Rodríguez · 12 years ago
  3. f20770e Add patch from Earl Chew <earl_chew@yahoo.com> that adds testing for by Erik de Castro Lopo · 13 years ago
  4. 774e077 Speed up the tests by testing slightly fewer combinations. by Erik de Castro Lopo · 13 years ago
  5. efffc25 Fix 'make distcheck'. by Erik de Castro Lopo · 13 years ago
  6. a606e1a Renable metaflac tests disabled earlier because they were failing. by Erik de Castro Lopo · 13 years ago
  7. 1ca5413 Fix 'make distcheck'. by Erik de Castro Lopo · 13 years ago
  8. b2ef988 Add test_wrapper.sh to the distribution. by Ralph Giles · 13 years ago
  9. e7fb215 Add 'make fastcheck' target. by Erik de Castro Lopo · 13 years ago
  10. 7b0d8f1 Run all tests from one script which bails on the first failure. by Erik de Castro Lopo · 13 years ago
  11. f3d4fb2 test/test_metaflac.sh : Disable failing tests. by Erik de Castro Lopo · 13 years ago
  12. 0b06747 test/test_metaflac.sh : Bypass currently broken tests. by Erik de Castro Lopo · 13 years ago
  13. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  14. c9ed238 Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, SF#2182432: https://sourceforge.net/tracker2/?func=detail&aid=1947353&group_id=13478&atid=363478 https://sourceforge.net/tracker2/index.php?func=detail&aid=2182432&group_id=13478&atid=113478) by Josh Coalson · 16 years ago
  15. d75a07c fix bug with fractional seconds on some locales (SF#1815517: https://sourceforge.net/tracker2/?func=detail&aid=1815517&group_id=13478&atid=113478) by Josh Coalson · 16 years ago
  16. bbdb83d fix incorrect handling of block align by Josh Coalson · 16 years ago
  17. d7f5344 add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php?func=detail&aid=1769582&group_id=13478&atid=113478) by Josh Coalson · 16 years ago
  18. 7617cac add support for RF64 by Josh Coalson · 16 years ago
  19. 3b938ac don't use filenames with colons to avoid problems on cygwin by Josh Coalson · 16 years ago
  20. 82b1280 update copyright for 2008 by Josh Coalson · 17 years ago
  21. 09b164b bump version number to 1.2.1 by Josh Coalson · 17 years ago
  22. 0f325b0 replace CLEANFILES with clean-local: target by Josh Coalson · 17 years ago
  23. 9f742f6 *** empty log message *** by Josh Coalson · 17 years ago
  24. 571b95a Fixed bug where importing non-CDDA cuesheets would cause an invalid lead-out track number; also add requirement for non-CDDA lead-out track number to be 255 (SF#1764105: https://sourceforge.net/tracker/index.php?func=detail&aid=1764105&group_id=13478&atid=113478). by Josh Coalson · 17 years ago
  25. 367c158 add --disable-cpplibs configure option (SF#1723295: https://sourceforge.net/tracker/index.php?func=detail&aid=1723295&group_id=13478&atid=313478 by Josh Coalson · 17 years ago
  26. 412a037 solaris 10 fixes (SF#1783225: https://sourceforge.net/tracker/index.php?func=detail&aid=1783225&group_id=13478&atid=113478) by Josh Coalson · 17 years ago
  27. 12d3a41 change default extension for ogg flac from .ogg to .oga (SF#1762492: http://sourceforge.net/tracker/index.php?func=detail&aid=1762492&group_id=13478&atid=113478) by Josh Coalson · 17 years ago
  28. a1584f6 bump release date to 7/15/07 by Josh Coalson · 17 years ago
  29. 7329697 bump version number to 1.2.0 by Josh Coalson · 17 years ago
  30. 89f01a8 switch from --logfile-fd= to --log-fd= to match newer valgrind options by Josh Coalson · 17 years ago
  31. 5c24bb8 add support for reading the raw pcm samples so that seeker can check that decoding resumes at the right place by Josh Coalson · 17 years ago
  32. 826a0a7 bump version number to 1.1.4 by Josh Coalson · 18 years ago
  33. 8a95ba6 expand test to include simplified for of specification by Josh Coalson · 18 years ago
  34. 2c5bbbf update to match new default blocksize of 4096 by Josh Coalson · 18 years ago
  35. 734fe75 update to match default block size by Josh Coalson · 18 years ago
  36. a502353 minor comments by Josh Coalson · 18 years ago
  37. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  38. 574dc9c more test variations on fsd streams by Josh Coalson · 18 years ago
  39. 2824cec add picture.ok by Josh Coalson · 18 years ago
  40. 338a0b1 add logging of command to valgrind log by Josh Coalson · 18 years ago
  41. 8ebb95c add logging of command to valgrind log by Josh Coalson · 18 years ago
  42. c85f314 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  43. ea86912 add test_picture to grabbag tests by Josh Coalson · 18 years ago
  44. 2b29546 fix typo by Josh Coalson · 18 years ago
  45. 5ebd693 encode with --no-padding where possible to speed up test by Josh Coalson · 18 years ago
  46. f8d544f add argument to test_seeking to accept #samples in the input, to better evaluate whether or not seeking near/past end-of-stream by Josh Coalson · 18 years ago
  47. 83d9142 add missing --lax by Josh Coalson · 18 years ago
  48. acc4bea add tests for different fractional end blocks with different blocksizes by Josh Coalson · 18 years ago
  49. 1d42ba6 add tests for fractional blocks by Josh Coalson · 18 years ago
  50. c28efe2 add support from encoding from ogg flac input by Josh Coalson · 18 years ago
  51. aec8bb3 rename metaflac's --import-picture to --import-picture-from for consistency with other options by Josh Coalson · 18 years ago
  52. 989f267 add --export-picture-to option to metaflac by Josh Coalson · 18 years ago
  53. 4ac9fdb default to FLAC__TEST_LEVEL=1 by Josh Coalson · 18 years ago
  54. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  55. b1f3238 bump version to 1.1.3-beta2 by Josh Coalson · 18 years ago
  56. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  57. 6dde751 add missing files by Josh Coalson · 18 years ago
  58. 663a2af bump version number to 1.1.3-beta1 by Josh Coalson · 18 years ago
  59. d0edb97 limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max LPC order is 12 by Josh Coalson · 18 years ago
  60. 8def87a expand round-trip tests to include odd bits per sample (all 4<=bps<=24) by Josh Coalson · 18 years ago
  61. cc5c1d8 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 by Josh Coalson · 18 years ago
  62. 8f6bdf2 minor fix for windows quirk by Josh Coalson · 18 years ago
  63. a65fd93 minor syntax by Josh Coalson · 18 years ago
  64. 2f3e673 change default padding to 8K, or 64K if input audio stream is >= 20 minutes long by Josh Coalson · 18 years ago
  65. b02574e add --import-picture command to metaflac by Josh Coalson · 18 years ago
  66. 0faeaa1 new pictures/ directory has files used to test PICTURE metadata importing by Josh Coalson · 18 years ago
  67. c0da196 minor comments by Josh Coalson · 18 years ago
  68. afd99a8 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  69. 6b21f66 merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH by Josh Coalson · 18 years ago
  70. bfda378 add support for encoding from FLAC to FLAC while preserving metadata by Josh Coalson · 18 years ago
  71. ff151cc switch metaflac test over to comparing output against "golden" files by Josh Coalson · 18 years ago
  72. de9091e 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 by Josh Coalson · 18 years ago
  73. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  74. 1be4415 default to using current script as test file if there is no /bin/sh by Josh Coalson · 19 years ago
  75. 461899f only generate ogg files if flac is ogg-enabled by Josh Coalson · 19 years ago
  76. 83b8d28 add shorthand option --remove-replay-gain to metaflac by Josh Coalson · 19 years ago
  77. c2751e6 add support for raw and aiff input in the multifile tests; also add proper checking for the correct operation of --sector-align by Josh Coalson · 19 years ago
  78. 0d903aa fix bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline by Josh Coalson · 19 years ago
  79. 439367c fix endian-ness on sine wave tests by Josh Coalson · 20 years ago
  80. 47a6b5f skip the --input-size test until cat works in cygwin by Josh Coalson · 20 years ago
  81. 7ffd7e4 fix: only do ogg-flac seeking tests if flac has ogg support built in by Josh Coalson · 20 years ago
  82. cc12687 fix script invocation in valgrind mode by Josh Coalson · 20 years ago
  83. 450572f add test_seeking runs for native FLAC files with total_samples=0 in the STREAMINFO by Josh Coalson · 20 years ago
  84. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  85. dad6ad4 add test for 'flac --input-size' by Josh Coalson · 20 years ago
  86. f3becfd add a default BUILD target by Josh Coalson · 20 years ago
  87. b43d3cb fix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts by Josh Coalson · 20 years ago
  88. b42b0ee initial import by Josh Coalson · 20 years ago
  89. 5367759 more path fixes by Josh Coalson · 20 years ago
  90. 1baba26 remove dangerous clean targets by Josh Coalson · 20 years ago
  91. 6803734 fix path to bin files by Josh Coalson · 20 years ago
  92. 70d8563 minor formatting by Josh Coalson · 20 years ago
  93. 68d1321 run metaflac under valgrind also if requested by Josh Coalson · 20 years ago
  94. d434672 fixes for windows by Josh Coalson · 20 years ago
  95. 0ceb449 rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated by Josh Coalson · 20 years ago
  96. a1093f9 add metaflac to search path by Josh Coalson · 20 years ago
  97. 4f4beee minor wording by Josh Coalson · 20 years ago
  98. 29f52ea add testing of min/max possible --skip values by Josh Coalson · 20 years ago
  99. a7eecd0 fix "unknown metadata block" test to use ID 126 instead of the now-reserved 127 by Josh Coalson · 20 years ago
  100. a175043 fix bug #896057: parsing ISRC number from cuesheet by Josh Coalson · 20 years ago