summaryrefslogtreecommitdiff
path: root/include/share
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-151-1/+3
* Fix function redefinition on arm-none-eabi compilersoreo6392019-09-154-9/+9
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-201-1/+9
* Move CreateFile_utf8 function to a more logical placelvqcl2018-08-252-5/+3
* move CreateFile function outside of libFLAClvqcl2018-08-193-8/+5
* Fix miscellaneous typos.luz.paz2018-05-241-1/+1
* Fix for missing WINAPI_FAMILY_PARTITIONErik de Castro Lopo2018-02-101-0/+4
* Fix missing SIZE_MAX definition on AndroidErik de Castro Lopo2017-05-031-0/+4
* Fix typos in header filesErik de Castro Lopo2017-03-211-1/+1
* Fix compile with cygwinRosen Penev2017-02-091-1/+1
* include/share/compat.h: Only define inline for CErik de Castro Lopo2017-01-241-1/+1
* Add missing file include/share/msvc2005_int.hErik de Castro Lopo2017-01-191-0/+53
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-192-8/+1
* Another bulk update of copyright datesErik de Castro Lopo2016-12-057-7/+7
* Bulk update copyright datesErik de Castro Lopo2016-12-058-8/+8
* Another Windows build fixErik de Castro Lopo2016-02-111-2/+0
* More Windows fixesErik de Castro Lopo2016-02-091-8/+0
* More `make distcheck` fixesErik de Castro Lopo2016-02-091-0/+69
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-083-13/+13
* Refactoring of win_utf8_ioErik de Castro Lopo2016-01-312-4/+5
* Clean up #includesErik de Castro Lopo2016-01-241-1/+3
* macros.h: Make FLAC_CHECK_RETURN print to stderrErik de Castro Lopo2016-01-191-2/+6
* libFLAC: Support 64bit brword/bwwordErik de Castro Lopo2016-01-041-1/+5
* libFLAC: Tweak MSVC supportErik de Castro Lopo2016-01-041-1/+3
* Couple of minor tweaksErik de Castro Lopo2015-12-301-1/+1
* libFLAC: Add function safe_realloc_()Erik de Castro Lopo2015-08-221-2/+12
* Compat: Fix for MSVC deprecated functionsErik de Castro Lopo2015-08-091-1/+4
* Update grabbag tests to work out-of-tree.Erik de Castro Lopo2015-02-151-0/+7
* Fix some minor word duplicationZoë Blade2014-12-032-2/+2
* More date fixes.Erik de Castro Lopo2014-11-256-6/+6
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-258-8/+8
* include/share/endswap.h : Fix usage of HAVE_BSWAP16.Erik de Castro Lopo2014-11-121-1/+1
* Use a configure check for bswap16 instead of gcc version #ifdefs.Ralph Giles2014-11-041-1/+1
* Windows specific vsnprintf fixes.Erik de Castro Lopo2014-09-221-0/+2
* Minor clean up of win_utf8_io.Erik de Castro Lopo2014-09-211-1/+1
* include/share/endswap.h : Improvements to fallthrough ENDSWAP_*.Erik de Castro Lopo2014-08-091-2/+2
* include/share/endswap.h : Fix default ENDSWAP_16.Erik de Castro Lopo2014-07-131-1/+1
* Fix bswap16 issue on Debian 6.Ralph Giles2014-07-031-0/+8
* include/share/endswap.h : Fix fallback ENDSWAP_16 macro.Erik de Castro Lopo2014-06-301-1/+1
* include/share/endswap.h : Add endswapping of 16 bit values.Erik de Castro Lopo2014-06-291-0/+17
* Update URLs as nedeed.Erik de Castro Lopo2014-06-281-1/+1
* replaygain_analysis : Rename float_t -> flac_float_t.Erik de Castro Lopo2014-06-241-5/+5
* replaygain_analysis : Switch to standard C sized integer types.Erik de Castro Lopo2014-06-161-5/+5
* replaygain_synthesis.h : Fix FLAC_SHARE__MAX_SUPPORTED_CHANNELS.Erik de Castro Lopo2014-05-111-2/+2
* share/compat.h : Remove duplicate flac_stat definition.Erik de Castro Lopo2014-04-111-5/+0
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-242-2/+2
* Move FLAC__STRCASECMP definition to compat.h.Erik de Castro Lopo2014-03-141-0/+2
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-301-8/+0
* compat.h : Simplify definition of FLAC__U64L.Erik de Castro Lopo2014-01-071-6/+1
* Adds use of restrict keyword to improve encoding speed.Erik de Castro Lopo2013-10-101-0/+9