add --no-md5-sum
[platform/upstream/flac.git] / src / share /
2007-06-14 Josh Coalsonfixed for sun forte compiler
2007-06-14 Josh Coalsonremove unused vars
2007-03-12 Josh Coalsonunify inlining method in prep for inline tests
2007-02-22 Josh Coalson*** empty log message ***
2007-02-14 Josh Coalsonremove special makefile variants for libiconv on darwin
2007-02-13 Josh Coalsonfix minor problem in locale switching
2007-02-13 Josh Coalsonfix minor leaks
2007-02-06 Josh Coalsonallow MIME type in specification to be blank and filled...
2007-02-04 Josh Coalsonadd debugging defines with /D
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2006-11-21 Josh Coalsonfix bug where jpeg marker detection could be broken...
2006-11-20 Josh Coalsonfinal merge down from 1.1.2 maintenance branch (cvs...
2006-11-17 Josh Coalsonfixes from MSVC compile
2006-11-16 Josh Coalsonfix bug with -S # where the sample number >= total...
2006-11-11 Josh Coalsonfix compiler warnings
2006-11-02 Josh Coalsonfix grabbag__file_are_same() on win32 by using GetFileI...
2006-10-13 Josh Coalsonin grabbag__file_are_same() check that st_dev is same...
2006-10-12 Josh Coalsonfix "extern"ness of ReplayGainReferenceLoudness
2006-10-10 Josh Coalsonminor syntax
2006-10-10 Josh Coalsonfor grabbag__file_are_same() on windows use strcmp...
2006-10-10 Josh Coalsonadd grabbag__file_are_same()
2006-10-03 Josh Coalsonminor syntax
2006-09-24 Josh Coalsonadd parsing of picture type from spec; add check that...
2006-09-24 Josh Coalsonadd picture.c (PICTURE specification parsing)
2006-09-14 Josh Coalsonadd support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
2006-09-14 Josh Coalsonadd ReplayGainReferenceLoudness constant
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-08-28 Josh Coalsonminor typo
2006-05-24 Josh Coalsoncomplete largefile support
2006-05-18 Josh Coalsonupdate iconv settings
2006-04-25 Josh Coalsonfix comment typos
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-09-01 Josh Coalsonallow non-strict mode for reading replaygain tags,...
2005-08-31 Josh Coalsonadd shorthand option --remove-replay-gain to metaflac
2005-08-31 Josh Coalsonconvert from dos to unix cr/lf
2005-08-24 Josh Coalsonfixes to remove warnings from gcc-4.0.0
2005-08-09 Josh Coalsonfix bug in cuesheet parsing where it would return an...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-07 Josh Coalsonimproved handling of libiconv
2004-12-30 Josh Coalsonminor comments
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-11-09 Josh Coalsonfix comment typos
2004-10-30 Josh Coalsonget Makefile.lite system (with asm) working on Darwin...
2004-10-07 Josh Coalsonminor fixes to comply with C99's new pointer aliasing...
2004-09-10 Josh Coalsonminor comments
2004-07-29 Josh Coalsonbe more precise in long long int literal specification...
2004-07-19 Josh Coalsonfix bug #896057: parsing ISRC number from cuesheet
2004-07-19 Josh Coalsonfix bug #877122: problem parsing cuesheet with CATALOG...
2004-03-22 Josh Coalsonfix bug: %ll doesn't work for MSVC, use %I64 instead
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-18 Josh Coalsonuse double for scale factor instead of float
2003-12-17 Josh Coalsonfixes for MSVC
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-09-03 Josh Coalsonfix rounding bug in buffer size calculation (MAX_SAMPLE...
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-02-07 Matt ZimmermanBuild libtool archives instead of plain .a archives...
2003-02-07 Josh Coalsonchange license verbiage
2003-01-25 Josh Coalsonremove reference to obsolete Makefile.vc
2003-01-25 Josh Coalsonobsolete now that .dsp files are complete
2003-01-14 Josh CoalsonSecond patch from X-Fixer: tweaks for better MSVC build
2003-01-14 Josh Coalsonminor formatting
2003-01-12 Josh Coalsonminor comments
2003-01-08 Josh Coalsonfix bug where formatting of replaygain tags was affecte...
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-29 Josh Coalsonminor syntax
2002-12-28 Josh Coalsonadd "all" to phony targets
2002-12-23 Josh Coalsonfix uninitialized var
2002-12-13 Josh Coalsonfix bug with uninitialized vars in parser
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-12-04 Josh Coalson#include config.h
2002-12-04 Josh Coalsoninstrument for valgrind
2002-12-03 Josh Coalsonremove README from EXTRA_DIST
2002-12-03 Josh Coalsonobsolete
2002-11-23 Josh Coalsonminor fixes revealed by new tests
2002-11-22 Josh Coalsonget Makefile.vc system working again with new debug...
2002-11-22 Josh Coalsonminor fixes
2002-11-22 Josh Coalsonadd cuesheet writer, fix several bugs exposed in testing
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-21 Josh Coalsonfinish cuesheet parser
2002-11-20 Josh Coalsonrevamp Makefile.lite system, use separate dirs and...
2002-11-20 Josh Coalsonbeginnings of cuesheet file parser
2002-11-19 Josh Coalsonadd cuesheet.c
2002-11-19 Josh Coalsonremove debug printf's
2002-11-19 Josh Coalsoninitial import
2002-11-16 Josh Coalsonfix DLL export define name
2002-11-15 Josh Coalsonfix MSVC warning with explicit casts
2002-11-15 Josh CoalsonMSVC has _snprintf but no snprintf (go figure)
2002-11-07 Josh Coalsonnew grabbag lib
2002-11-07 Josh Coalsonmake names more consistent
2002-11-07 Josh Coalsonmove into new grabbag lib
2002-11-07 Josh Coalsoninitial import
2002-11-05 Josh Coalsonadd covenience functions parsing gains/peaks from vorbi...
2002-10-30 Josh Coalsonadd support for new file_utils convenience library
2002-10-30 Josh Coalsonremove bogus file
2002-10-30 Josh Coalsonfix bug in rebuffering loop, add peak analysis, more...
2002-10-30 Josh Coalsoninitial import
2002-10-26 Josh Coalsonflesh out implementation
2002-10-25 Josh Coalsonadd hooks for new replaygain wrapper lib
next