Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bulk update copyright dates to 2022 | Martijn van Beurden | 2022-07-26 | 1 | -1/+1 |
| | |||||
* | tests: Run through shellcheck (#134) | Rosen Penev | 2022-05-18 | 1 | -6/+6 |
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||||
* | Bulk update copyright dates | Erik de Castro Lopo | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | test/ : Use more portable echo constructs | Erik de Castro Lopo | 2015-10-04 | 1 | -1/+1 |
| | | | | | | Fix suggested by Daniel Macks. Closes: https://sourceforge.net/p/flac/bugs/433/ | ||||
* | tests/*.sh : Switch back to /bin/sh. | Erik de Castro Lopo | 2014-11-27 | 1 | -2/+2 |
| | | | | | | | | | | | Jan Stary reported that on OpenBSD bash isn't located in /bin/ which means that the test fail. He also noted that there didn't seem to be anything bash specific in the tests. This patch takes some suggestions from Jan, plus a few fixes tested on Debian using the bin/sh provided by bash and dash. Suggested-by: Jan Stary <hans@stare.cz> | ||||
* | Update copyright years to include 2014. | Erik de Castro Lopo | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Factor out common test functionality to test/common.sh.in. | Erik de Castro Lopo | 2013-09-17 | 1 | -26/+11 |
| | |||||
* | Switch test scripts to bash. | Erik de Castro Lopo | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | test/test_seeking.sh : Fix detection of Ogg support. | Erik de Castro Lopo | 2013-09-15 | 1 | -5/+3 |
| | |||||
* | test/ : Use new --no-error-on-compression-fail option as needed. | Erik de Castro Lopo | 2013-08-01 | 1 | -3/+3 |
| | |||||
* | Language fix: "difference licenses" | Ulrich Klauer | 2013-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> | ||||
* | Set version to 1.3.0 and update coyprights throughout. | Erik de Castro Lopo | 2013-05-26 | 1 | -1/+2 |
| | |||||
* | Reduce valgrind num-callers to 50 | Martijn van Beurden | 2013-04-22 | 1 | -6/+6 |
| | | | | | | | My Valgrind doesn't run, saying it doesn't support showing more than 50 entries of a stack trace Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> | ||||
* | Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory. | Erik de Castro Lopo | 2013-01-02 | 1 | -2/+2 |
| | |||||
* | Tweak MALLOC_PERTURB_ expression in tests. | Erik de Castro Lopo | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite | Cristian Rodríguez | 2012-04-19 | 1 | -0/+2 |
| | | | | | That enables an special implementation that checks for common memory errors and will save us from a lot pain. | ||||
* | Speed up the tests by testing slightly fewer combinations. | Erik de Castro Lopo | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | add 2009 copyright | Josh Coalson | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | update copyright for 2008 | Josh Coalson | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | change default extension for ogg flac from .ogg to .oga (SF#1762492: ↵ | Josh Coalson | 2007-08-01 | 1 | -7/+7 |
| | | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1762492&group_id=13478&atid=113478) | ||||
* | switch from --logfile-fd= to --log-fd= to match newer valgrind options | Josh Coalson | 2007-06-20 | 1 | -3/+3 |
| | |||||
* | add support for reading the raw pcm samples so that seeker can check that ↵ | Josh Coalson | 2007-06-16 | 1 | -6/+17 |
| | | | | decoding resumes at the right place | ||||
* | add 2007 copyright | Josh Coalson | 2007-02-02 | 1 | -1/+1 |
| | |||||
* | add logging of command to valgrind log | Josh Coalson | 2006-11-20 | 1 | -0/+3 |
| | |||||
* | add argument to test_seeking to accept #samples in the input, to better ↵ | Josh Coalson | 2006-11-16 | 1 | -6/+9 |
| | | | | evaluate whether or not seeking near/past end-of-stream | ||||
* | remove now-obsolete libOggFLAC stuff | Josh Coalson | 2006-10-16 | 1 | -1/+1 |
| | |||||
* | merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation ↵ | Josh Coalson | 2006-10-15 | 1 | -1/+0 |
| | | | | still needs work | ||||
* | merge down from merged-API-layer branch: cvs -q up -dP -j ↵ | Josh Coalson | 2006-09-13 | 1 | -24/+29 |
| | | | | API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH | ||||
* | add configure options --disable-thorough-tests which breaks up testing into ↵ | Josh Coalson | 2006-05-25 | 1 | -3/+3 |
| | | | | 3 levels: 0 for basic testing, 1 for thorough testing, 2 for exhaustive testing | ||||
* | add 2206 to copyright notice | Josh Coalson | 2006-04-25 | 1 | -1/+1 |
| | |||||
* | only generate ogg files if flac is ogg-enabled | Josh Coalson | 2005-09-03 | 1 | -3/+4 |
| | |||||
* | fix: only do ogg-flac seeking tests if flac has ogg support built in | Josh Coalson | 2005-02-01 | 1 | -8/+21 |
| | |||||
* | add test_seeking runs for native FLAC files with total_samples=0 in the ↵ | Josh Coalson | 2005-01-26 | 1 | -0/+26 |
| | | | | STREAMINFO | ||||
* | add 2005 to copyright notices | Josh Coalson | 2005-01-25 | 1 | -1/+1 |
| | |||||
* | initial import | Josh Coalson | 2004-11-09 | 1 | -0/+94 |