summaryrefslogtreecommitdiff
path: root/include/share
Commit message (Expand)AuthorAgeFilesLines
...
* include/share/compat.h : Remove deinition of restrict.Erik de Castro Lopo2013-09-011-4/+0
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-269-8/+47
* Win utf8 treatment for CreateFile.Erik de Castro Lopo2013-04-211-1/+2
* Fix compiler warnings related to win utf8 stuff.Erik de Castro Lopo2013-04-211-0/+3
* include/share/compat.h : Include cleanup.Erik de Castro Lopo2013-04-071-5/+1
* Fix Windows SIZE_T_MAX definition.Erik de Castro Lopo2013-04-071-1/+5
* Fix a bunch of compiler warnings (mainly MinGW).Erik de Castro Lopo2013-04-071-1/+1
* Two small patches for utf8 I/O.Erik de Castro Lopo2013-04-022-2/+2
* include/share/Makefile.am : Add win_utf8_io.h.Erik de Castro Lopo2013-04-021-1/+2
* Purge more strcpy/strcat usage.Erik de Castro Lopo2013-04-011-1/+6
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-012-2/+3
* include/share/compat.h : Cleanup.Erik de Castro Lopo2013-03-291-5/+7
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-291-2/+2
* Rename all 'utf8_io' -> 'win_utf8_io'.Erik de Castro Lopo2013-03-292-3/+3
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-292-0/+72
* include/share/compat.h : Simplify.Erik de Castro Lopo2013-03-231-6/+4
* Add new file include/share/safe_str.h.Erik de Castro Lopo2013-03-192-0/+70
* include/share/private.h : Add FLAC_API to private functions.Erik de Castro Lopo2013-03-171-5/+5
* Add file src/share/grabbag/snprintf.c to grabbag library.Erik de Castro Lopo2013-03-171-0/+10
* Restore code dropped in commit f25b2602dc.Erik de Castro Lopo2013-03-151-0/+5
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-142-13/+7
* Fix -Wstrict-prototypes -Wmissing-prototypes warnings.Erik de Castro Lopo2013-03-112-0/+46
* include/share/compat.h : feeko and ftello fixes for MinGW.Erik de Castro Lopo2013-03-101-0/+6
* Another MSVC patch from Ben Alison.Erik de Castro Lopo2013-03-081-1/+1
* Large patch from Ben Allison fixing the MSVC build.Erik de Castro Lopo2013-03-062-1/+37
* Fix compiler warnings from new compiler flags.Erik de Castro Lopo2013-03-062-0/+42
* include/share/compat.h : For MSVC define inline as __inline.Erik de Castro Lopo2013-01-261-0/+1
* autogen.sh: replace this by a simple call to autoreconfMax Horn2012-12-132-4/+0
* Update FSF address.Miroslav Lichvar2012-12-063-6/+6
* Move code inside #ifdef _MSC_VER to compat.h.Erik de Castro Lopo2012-06-221-0/+30
* Move all definitions of FLAC__U64L to one place.Erik de Castro Lopo2012-06-221-0/+6
* Fix building when configured with --disable-shared.Erik de Castro Lopo2012-06-221-1/+3
* replace local_strtoull with _strtoui64 in windowsCristian Rodríguez2012-04-181-0/+1
* Remove local_strtoull, windows has equivalent function _strtoui64Cristian Rodríguez2012-04-181-0/+8
* Rename ENDSWAP_INT to ENDSWAP_32.Erik de Castro Lopo2012-03-051-4/+4
* Fix a couple 'inlining failed' warning messages.Erik de Castro Lopo2012-02-261-8/+1
* Support 56kHz to 19.2kHz gain analysis (Patch v4)Earl Chew2012-02-261-1/+1
* Remove '#if 0'-ed out code.Erik de Castro Lopo2012-02-171-13/+0
* Fix a bunch of -Wtype-limits warnings.Erik de Castro Lopo2012-02-171-1/+1
* Add XIPH_BSWAP32 configure macro to detect __builtin_bswap32() intrinsic.Erik de Castro Lopo2012-02-061-4/+8
* Improve endswapping (especially purge ntohl).Erik de Castro Lopo2012-02-052-0/+50
* include/share/Makefile.am : Add compat.h to EXTRA_DIST.Erik de Castro Lopo2012-02-051-0/+1
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-041-0/+61
* Fix a couple of -Winline warnings.Erik de Castro Lopo2012-02-011-14/+14
* license must be BSD since it is used by libFLACJosh Coalson2009-10-051-11/+24
* add 2009 copyrightJosh Coalson2009-01-078-8/+8
* Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, ...Josh Coalson2009-01-071-1/+1
* Fixes for Sun Studio/Forte; us AC_C_INLINE to detect inline keyword for compi...Josh Coalson2009-01-031-59/+59
* remove some inlining directivesJosh Coalson2009-01-031-18/+14
* better check for stdint.hJosh Coalson2008-11-291-1/+1