Fix compiling for Android.
[platform/upstream/flac.git] / include / share /
2013-04-21 Erik de Castro LopoWin utf8 treatment for CreateFile.
2013-04-21 Erik de Castro LopoFix compiler warnings related to win utf8 stuff.
2013-04-07 Erik de Castro Lopoinclude/share/compat.h : Include cleanup.
2013-04-07 Erik de Castro LopoFix Windows SIZE_T_MAX definition.
2013-04-07 Erik de Castro LopoFix a bunch of compiler warnings (mainly MinGW).
2013-04-01 Erik de Castro LopoTwo small patches for utf8 I/O.
2013-04-01 Erik de Castro Lopoinclude/share/Makefile.am : Add win_utf8_io.h.
2013-04-01 Erik de Castro LopoPurge more strcpy/strcat usage.
2013-04-01 Erik de Castro LopoEnable utf8 I/O stuff when compiling with MinGW.
2013-03-29 Erik de Castro Lopoinclude/share/compat.h : Cleanup.
2013-03-29 Erik de Castro LopoRename _flac_stat to flac_stat_s.
2013-03-29 Erik de Castro LopoRename all 'utf8_io' -> 'win_utf8_io'.
2013-03-29 Erik de Castro LopoHuge Windows utf8 I/O patch.
2013-03-23 Erik de Castro Lopoinclude/share/compat.h : Simplify.
2013-03-19 Erik de Castro LopoAdd new file include/share/safe_str.h.
2013-03-17 Erik de Castro Lopoinclude/share/private.h : Add FLAC_API to private funct...
2013-03-17 Erik de Castro LopoAdd file src/share/grabbag/snprintf.c to grabbag library.
2013-03-14 Erik de Castro LopoRestore code dropped in commit f25b2602dc.
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2013-03-10 Erik de Castro LopoFix -Wstrict-prototypes -Wmissing-prototypes warnings.
2013-03-10 Erik de Castro Lopoinclude/share/compat.h : feeko and ftello fixes for...
2013-03-08 Erik de Castro LopoAnother MSVC patch from Ben Alison.
2013-03-06 Erik de Castro LopoLarge patch from Ben Allison fixing the MSVC build.
2013-03-05 Erik de Castro LopoFix compiler warnings from new compiler flags.
2013-01-25 Erik de Castro Lopoinclude/share/compat.h : For MSVC define inline as...
2012-12-12 Max Hornautogen.sh: replace this by a simple call to autoreconf
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-06-22 Erik de Castro LopoMove code inside #ifdef _MSC_VER to compat.h.
2012-06-22 Erik de Castro LopoMove all definitions of FLAC__U64L to one place.
2012-06-22 Erik de Castro LopoFix building when configured with --disable-shared.
2012-04-18 Cristian Rodríguezreplace local_strtoull with _strtoui64 in windows
2012-04-18 Cristian RodríguezRemove local_strtoull, windows has equivalent function...
2012-03-05 Erik de Castro LopoRename ENDSWAP_INT to ENDSWAP_32.
2012-02-26 Erik de Castro LopoFix a couple 'inlining failed' warning messages.
2012-02-26 Earl ChewSupport 56kHz to 19.2kHz gain analysis (Patch v4)
2012-02-17 Erik de Castro LopoRemove '#if 0'-ed out code.
2012-02-17 Erik de Castro LopoFix a bunch of -Wtype-limits warnings.
2012-02-05 Erik de Castro LopoAdd XIPH_BSWAP32 configure macro to detect __builtin_bs...
2012-02-05 Erik de Castro LopoImprove endswapping (especially purge ntohl).
2012-02-04 Erik de Castro Lopoinclude/share/Makefile.am : Add compat.h to EXTRA_DIST.
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-01 Erik de Castro LopoFix a couple of -Winline warnings.
2009-10-05 Josh Coalsonlicense must be BSD since it is used by libFLAC
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-07 Josh CoalsonAllow MM:SS:FF and MM:SS.SS time formats in non-CD...
2009-01-03 Josh CoalsonFixes for Sun Studio/Forte; us AC_C_INLINE to detect...
2009-01-03 Josh Coalsonremove some inlining directives
2008-11-29 Josh Coalsonbetter check for stdint.h
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-12 Josh Coalsonmsvc fixes
2007-09-12 Josh Coalsoninline all safe alloc funcs
2007-09-11 Josh Coalsonhandle SIZE_T_MAX
2007-09-10 Josh Coalsonadd alloc.h
2007-02-13 Josh Coalsonfix minor leaks
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2006-11-20 Josh Coalsonfinal merge down from 1.1.2 maintenance branch (cvs...
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 Coalsonadd grabbag__file_are_same()
2006-09-24 Josh Coalsonadd parsing of picture type from spec; add check that...
2006-09-24 Josh Coalsonnew tester for testing PICTURE specification parsing
2006-09-24 Josh Coalsonadd picture.h
2006-09-14 Josh Coalsonadd support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
2006-09-14 Josh Coalsonadd ReplayGainReferenceLoudness constant
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonfix comment typos
2006-04-25 Josh Coalsonadd 2206 to copyright notice
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-01-25 Josh Coalsonadd 2005 to copyright notices
2004-01-30 Josh Coalson*** empty log message ***
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-18 Josh Coalsonuse double for scale factor instead of float
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-01-13 Josh Coalsonfix some ansi violations in identifier names
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-11-22 Josh Coalsonadd cuesheet writer
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-19 Josh Coalsonadd cuesheet.h
2002-11-19 Josh Coalsoninitial import
2002-11-07 Josh Coalsoninitial import
2002-11-07 Josh Coalsonmake names more consistent
2002-11-07 Josh Coalsonupdates to work with new grabbag lib
2002-11-07 Josh Coalsoninitial import
2002-11-07 Josh Coalsonmove to grabbag/
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 Coalsonadd more fine-grained tagging functions, do peak analysis
2002-10-30 Josh Coalsoninitial import
2002-10-26 Josh Coalsonflesh out implementation
2002-10-25 Josh Coalsoninitial import
2002-10-24 Josh Coalsonadd new gain_analysis convenience library
2002-10-18 Josh Coalsonfixes for building static libs (new FLAC__NO_DLL #define)
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-06-28 Josh Coalsonspecialize getopt for FLAC
2002-05-17 Josh Coalsoninitial import