1. efaab3c test/ : Use more portable echo constructs by Erik de Castro Lopo · 9 years ago
  2. 084bb72 test_flac.sh: Test unsigned as well as signed by Erik de Castro Lopo · 9 years ago
  3. 1ddeb26 test/test_flac.sh : Make it work for 'make distcheck'. by Erik de Castro Lopo · 10 years ago
  4. d8036ea test/test_flac.sh : Out-of-tree build fixes. by Erik de Castro Lopo · 10 years ago
  5. bb2abea test/test_flac.sh : Silence increased encoding size warnings. by Erik de Castro Lopo · 10 years ago
  6. 1a7c3fa tests/*.sh : Switch back to /bin/sh. by Erik de Castro Lopo · 10 years ago
  7. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  8. 879a0ce test/test_flac.sh : Add --force-raw-format as needed. by Erik de Castro Lopo · 10 years ago
  9. a9712a2 Factor out common test functionality to test/common.sh.in. by Erik de Castro Lopo · 11 years ago
  10. 1d3d50a Switch test scripts to bash. by Erik de Castro Lopo · 11 years ago
  11. d06d985 test/ : Use new --no-error-on-compression-fail option as needed. by Erik de Castro Lopo · 11 years ago
  12. c7957b2 test/*.sh : Fix MALLOC_PERTURB initialization. by Erik de Castro Lopo · 11 years ago
  13. cd4ddab Language fix: "difference licenses" by Ulrich Klauer · 11 years ago
  14. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  15. 4f24161 Replace usage of $RANDOM in test scripts. by Erik de Castro Lopo · 11 years ago
  16. f6585b0 Reduce valgrind num-callers to 50 by Martijn van Beurden · 11 years ago
  17. 85d5c53 Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 12 years ago
  18. 95f0f75 export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite by Cristian Rodríguez · 12 years ago
  19. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  20. 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
  21. 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
  22. 7617cac add support for RF64 by Josh Coalson · 16 years ago
  23. 3b938ac don't use filenames with colons to avoid problems on cygwin by Josh Coalson · 16 years ago
  24. 82b1280 update copyright for 2008 by Josh Coalson · 16 years ago
  25. 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
  26. 89f01a8 switch from --logfile-fd= to --log-fd= to match newer valgrind options by Josh Coalson · 17 years ago
  27. a502353 minor comments by Josh Coalson · 18 years ago
  28. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  29. 8ebb95c add logging of command to valgrind log by Josh Coalson · 18 years ago
  30. 2b29546 fix typo by Josh Coalson · 18 years ago
  31. 5ebd693 encode with --no-padding where possible to speed up test by Josh Coalson · 18 years ago
  32. acc4bea add tests for different fractional end blocks with different blocksizes by Josh Coalson · 18 years ago
  33. 1d42ba6 add tests for fractional blocks by Josh Coalson · 18 years ago
  34. c28efe2 add support from encoding from ogg flac input by Josh Coalson · 18 years ago
  35. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  36. 8def87a expand round-trip tests to include odd bits per sample (all 4<=bps<=24) by Josh Coalson · 18 years ago
  37. 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
  38. c0da196 minor comments by Josh Coalson · 18 years ago
  39. bfda378 add support for encoding from FLAC to FLAC while preserving metadata by Josh Coalson · 18 years ago
  40. 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
  41. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  42. 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
  43. 47a6b5f skip the --input-size test until cat works in cygwin by Josh Coalson · 20 years ago
  44. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  45. dad6ad4 add test for 'flac --input-size' by Josh Coalson · 20 years ago
  46. b43d3cb fix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts by Josh Coalson · 20 years ago
  47. 70d8563 minor formatting by Josh Coalson · 20 years ago
  48. 68d1321 run metaflac under valgrind also if requested by Josh Coalson · 20 years ago
  49. d434672 fixes for windows by Josh Coalson · 20 years ago
  50. a1093f9 add metaflac to search path by Josh Coalson · 20 years ago
  51. 4f4beee minor wording by Josh Coalson · 20 years ago
  52. 29f52ea add testing of min/max possible --skip values by Josh Coalson · 20 years ago
  53. e4240db add --totally-silent option to flac, man page, and html docs by Josh Coalson · 20 years ago
  54. 03a5a69 add --cue option to flac, and tests and documentation by Josh Coalson · 20 years ago
  55. 0bb57d0 add tests for -f and flac default behavior when the output file already exists by Josh Coalson · 20 years ago
  56. 3e3ad0c run --skip and --until tests in Ogg FLAC mode also by Josh Coalson · 20 years ago
  57. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  58. e8a7601 change license verbiage by Josh Coalson · 22 years ago
  59. ecf57b7 minor syntax by Josh Coalson · 22 years ago
  60. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  61. 80936c5 make valgrind output go into test-specific log file instead of one massive valgrind.log by Josh Coalson · 22 years ago
  62. af3145e tweak Valgrind invocation to show more callers by Josh Coalson · 22 years ago
  63. 9238a14 add WAVE and AIFF fixup tests by Josh Coalson · 22 years ago
  64. 5126bb0 add round-trip tests, add aiff to everything by Josh Coalson · 22 years ago
  65. 8232e29 do --skip and --until tests for both wav and raw by Josh Coalson · 22 years ago
  66. 8fac5d6 add more --skip and --until tests by Josh Coalson · 22 years ago
  67. 463d0f8 initial import by Josh Coalson · 22 years ago