summaryrefslogtreecommitdiff
path: root/src/test_seeking/main.c
Commit message (Expand)AuthorAgeFilesLines
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-13/+13
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* test_seeking: Fix undefined behaviourErik de Castro Lopo2015-09-031-2/+5
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* src/test_seeking : Remove un-needed local__strtoull.Erik de Castro Lopo2014-03-141-21/+0
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* Fix a bunch of compiler warnings (mainly MinGW).Erik de Castro Lopo2013-04-071-2/+2
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-291-1/+1
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-9/+3
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-4/+10
* Fix compiler warnings from new compiler flags.Erik de Castro Lopo2013-03-061-4/+4
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
* Replace printfs with "%s" format strings with puts.Erik de Castro Lopo2012-11-131-1/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-1/+1
* Fix -Werror=format-security errors.Erik de Castro Lopo2012-02-131-1/+1
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-041-3/+1
* Patch from David Yeo to conditionally include <inttypes.h>.Erik de Castro Lopo2012-02-041-0/+3
* Fix more printf formatting issues and remove un-necessary casts.Erik de Castro Lopo2012-02-011-3/+3
* Fix a bunch of printf format warnings.Erik de Castro Lopo2012-02-011-15/+3
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* make SIGINT only stop the current mode, not the whole runJosh Coalson2007-09-111-0/+1
* better handling for OSs with small RAND_MAX (SF#1783630: https://sourceforge....Josh Coalson2007-09-091-16/+16
* change default extension for ogg flac from .ogg to .oga (SF#1762492: http://s...Josh Coalson2007-08-011-1/+1
* fix windows bugsJosh Coalson2007-06-201-5/+5
* fix mem leaks and open filesJosh Coalson2007-06-191-6/+11
* add support for reading the raw pcm samples so that seeker can check that dec...Josh Coalson2007-06-161-27/+123
* fix compiler warningsJosh Coalson2007-02-221-1/+1
* fix minor leaksJosh Coalson2007-02-131-0/+1
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* fixes from MSVC compileJosh Coalson2006-11-171-0/+22
* make "#if FLAC__HAS_OGG" checking consistentJosh Coalson2006-11-161-1/+1
* add argument to test_seeking to accept #samples in the input, to better evalu...Josh Coalson2006-11-161-9/+15
* fixes from MSVC6Josh Coalson2006-11-141-0/+12
* fix compiler warningsJosh Coalson2006-11-111-3/+3
* add multiple read modes to simulate different seeking/playback patternsJosh Coalson2006-11-041-8/+24
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-151-162/+24
* minor bug fix in argc checkingJosh Coalson2006-10-031-1/+1
* fix recovery logic when seek failsJosh Coalson2006-09-161-24/+4
* in FLAC tester, process til end-of-stream before seek barrage, to make sure t...Josh Coalson2006-09-151-4/+34
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-131-143/+69
* minor EMX fixJosh Coalson2006-07-091-1/+1
* complete largefile supportJosh Coalson2006-05-241-2/+2
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add support for building on os/2 with emxJosh Coalson2005-09-031-1/+1
* fix bug in random samplingJosh Coalson2005-02-041-4/+5
* better randomness on MSVCJosh Coalson2005-02-021-4/+14
* add missing decoder finish callsJosh Coalson2005-01-271-2/+12
* improve to test seeking beyond end-of-streamJosh Coalson2005-01-261-34/+151