summaryrefslogtreecommitdiff
path: root/src/plugin_common
Commit message (Expand)AuthorAgeFilesLines
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-091-1/+3
* Add project files for Visual Studio 2010 and later.Erik de Castro Lopo2014-07-062-0/+209
* Further updates to the Makefile.lite build system.Evan Ramos2014-06-271-1/+10
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-244-4/+4
* Vcproj file updates.Erik de Castro Lopo2013-10-041-6/+5
* MSVS : Fix library output directory.Erik de Castro Lopo2013-09-071-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-2612-12/+24
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-071-67/+0
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-011-1/+1
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-0/+67
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-102-129/+0
* Fix VC project files to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-022-6/+6
* autogen.sh: replace this by a simple call to autoreconfMax Horn2012-12-131-2/+0
* Update FSF address.Miroslav Lichvar2012-12-065-15/+15
* Update and improve autotools buildCristian Rodríguez2012-04-081-1/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-042-4/+4
* add 2009 copyrightJosh Coalson2009-01-0712-12/+12
* Fixes for Sun Studio/Forte; us AC_C_INLINE to detect inline keyword for compi...Josh Coalson2009-01-032-2/+2
* remove some inlining directivesJosh Coalson2009-01-032-4/+4
* update copyright for 2008Josh Coalson2008-02-2812-12/+12
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-112-14/+25
* improvements to compile/link optionsJosh Coalson2007-07-161-2/+9
* add vcproj files to EXTRA_DISTJosh Coalson2007-07-111-1/+2
* unify inlining method in prep for inline testsJosh Coalson2007-03-122-12/+14
* *** empty log message ***Josh Coalson2007-02-221-0/+202
* remove special makefile variants for libiconv on darwinJosh Coalson2007-02-141-4/+0
* *** empty log message ***Josh Coalson2007-02-071-1/+1
* add return value (success/fail) to FLAC_plugin__replaygain_get_from_file()Josh Coalson2007-02-072-8/+10
* add debugging defines with /DJosh Coalson2007-02-041-1/+1
* add 2007 copyrightJosh Coalson2007-02-0212-12/+12
* 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