summaryrefslogtreecommitdiff
path: root/src/plugin_common
Commit message (Expand)AuthorAgeFilesLines
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-1/+1
* final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_...Josh Coalson2006-11-209-131/+70
* add support for new REPLAYGAIN_REFERENCE_LOUDNESS tagJosh Coalson2006-09-142-4/+6
* complete largefile supportJosh Coalson2006-05-244-4/+16
* update iconv settingsJosh Coalson2006-05-181-0/+4
* minor syntaxJosh Coalson2006-05-031-2/+2
* add 2206 to copyright noticeJosh Coalson2006-04-2513-13/+13
* add new replaygain moduleJosh Coalson2005-09-025-0/+99
* fix bug in utf8len()Josh Coalson2005-08-251-1/+1
* fixes to remove warnings from gcc-4.0.0Josh Coalson2005-08-241-1/+1
* disallow non-shortest-form encodings in utf-8 checking; when converting utf-8...Josh Coalson2005-08-241-9/+47
* fix bug in FLAC_plugin__tags_get_tag_utf8(), it was returning the whole entry...Josh Coalson2005-02-011-1/+1
* add 2005 to copyright noticesJosh Coalson2005-01-2511-11/+11
* improved handling of libiconvJosh Coalson2005-01-071-1/+1
* fix all bare malloc() realloc() etc calls to have a proper cast in frontJosh Coalson2004-12-302-2/+2
* revamp plugin_common to use utf-8 instead of wchar_t as the internal comment ...Josh Coalson2004-12-306-808/+381
* revamp plugin_common to use utf-8 instead of wchar_t as the internal comment ...Josh Coalson2004-12-304-18/+6
* add copyright noticeJosh Coalson2004-10-292-1/+33
* remove #define ___USE_GNUJosh Coalson2004-09-281-3/+0
* remove id3 support from the pluginsJosh Coalson2004-09-2810-941/+4
* minor formattingJosh Coalson2004-09-261-1/+1
* un-inline iterator functionsJosh Coalson2004-09-252-20/+29
* major plugin revamp based on x-fixer's codeJosh Coalson2004-09-249-660/+1260
* fix #include ordering to stop a warning caused by id3.hJosh Coalson2004-07-291-2/+7
* update copyright to 2004Josh Coalson2004-01-1715-15/+15
* fixes for MSVCJosh Coalson2003-12-171-12/+0
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; req...Josh Coalson2003-12-179-588/+1
* fix bug in the returned sizeJosh Coalson2003-12-161-10/+10
* use size_t for return typeJosh Coalson2003-12-161-2/+3
* add support for synthesis to big-endian in pluginsJosh Coalson2003-09-154-12/+113
* minor commentsJosh Coalson2003-05-201-1/+5
* move #include of config.h to topJosh Coalson2003-05-201-4/+4
* C89 standard fixes, based on feedback from IRIX portJosh Coalson2003-05-202-3/+3
* Miroslav's speed optimization patchJosh Coalson2003-02-274-204/+77
* Build libtool archives instead of plain .a archives, so that PIC versions areMatt Zimmerman2003-02-071-2/+2
* remove reference to obsolete Makefile.vcJosh Coalson2003-01-251-1/+0
* obsolete now that .dsp files are completeJosh Coalson2003-01-251-29/+0
* Second patch from X-Fixer: tweaks for better MSVC buildJosh Coalson2003-01-141-4/+4
* minor syntaxJosh Coalson2003-01-141-3/+3
* minor formattingJosh Coalson2003-01-141-2/+2
* fix bug shown by X-Fixer in ...apply_gain()Josh Coalson2003-01-101-2/+2
* Add 2003 to copyright noticeJosh Coalson2003-01-0219-19/+19
* fix problem with FLAC_plugin__charset_test_conversion() not returning a valueJosh Coalson2002-12-231-1/+1
* fix warning about unused varsJosh Coalson2002-12-231-0/+1
* #include config.hJosh Coalson2002-12-041-0/+4
* obsoleteJosh Coalson2002-12-031-171/+0
* minor fixesJosh Coalson2002-11-271-4/+2
* get Makefile.vc system working again with new debug/release dirs and static/d...Josh Coalson2002-11-221-6/+6
* revamp MSVC build system, separate dynamic and static builds, separate debug ...Josh Coalson2002-11-2114-80/+187
* revamp Makefile.lite system, use separate dirs and names for debug and releas...Josh Coalson2002-11-201-8/+8