summaryrefslogtreecommitdiff
path: root/src/share/grabbag/cuesheet.c
Commit message (Expand)AuthorAgeFilesLines
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-14/+14
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* cuesheet.c: Allow quotes around ISRC fieldErik de Castro Lopo2016-04-261-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Remove un-needed code.Erik de Castro Lopo2014-06-281-1/+0
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Move FLAC__STRCASECMP definition to compat.h.Erik de Castro Lopo2014-03-141-5/+0
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-4/+4
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-191-5/+6
* Patch from Dave Yeo to remove more CPP hackery.Erik de Castro Lopo2012-02-081-1/+1
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-041-3/+1
* Cuesheet patch from Earl Chew.Erik de Castro Lopo2012-02-041-1/+2
* 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-12/+3
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, ...Josh Coalson2009-01-071-12/+68
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* Fixed bug where importing non-CDDA cuesheets would cause an invalid lead-out ...Josh Coalson2007-07-311-4/+16
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_...Josh Coalson2006-11-201-10/+10
* fix compiler warningsJosh Coalson2006-11-111-3/+3
* complete largefile supportJosh Coalson2006-05-241-0/+4
* 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 cuesheet parsing where it would return an error if the last line o...Josh Coalson2005-08-091-5/+7
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* fix bug #896057: parsing ISRC number from cuesheetJosh Coalson2004-07-191-0/+7
* fix bug #877122: problem parsing cuesheet with CATALOG entryJosh Coalson2004-07-191-15/+37
* fix bug: %ll doesn't work for MSVC, use %I64 insteadJosh Coalson2004-03-221-0/+9
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* minor commentsJosh Coalson2003-01-121-4/+4
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* minor syntaxJosh Coalson2002-12-291-1/+1
* fix bug with uninitialized vars in parserJosh Coalson2002-12-131-1/+1
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-051-2/+3
* minor fixes revealed by new testsJosh Coalson2002-11-231-2/+24
* add cuesheet writer, fix several bugs exposed in testingJosh Coalson2002-11-221-10/+63
* revamp MSVC build system, separate dynamic and static builds, separate debug ...Josh Coalson2002-11-211-3/+3
* finish cuesheet parserJosh Coalson2002-11-211-31/+320
* beginnings of cuesheet file parserJosh Coalson2002-11-201-0/+153
* initial importJosh Coalson2002-11-191-0/+37