summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Underscore fixes.Erik de Castro Lopo2014-06-282-4/+4
* Update URLs as nedeed.Erik de Castro Lopo2014-06-282-2/+2
* 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 clang compiler warnings.Erik de Castro Lopo2014-04-091-1/+3
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-243-3/+3
* Move FLAC__STRCASECMP definition to compat.h.Erik de Castro Lopo2014-03-141-0/+2
* Fix pragma warning.Erik de Castro Lopo2014-03-141-2/+1
* 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
* Improve x86 instrinsic implementation.Erik de Castro Lopo2013-10-041-0/+8
* Move M_PI definition to include/share/compat.h.Erik de Castro Lopo2013-09-271-1/+4
* Fix numerous warnings arising from addition of -Weffc++.Erik de Castro Lopo2013-09-151-0/+12
* Move defintion of M_LN2 to include/share/compat.h.Erik de Castro Lopo2013-09-071-0/+3
* include/share/compat.h : Remove deinition of restrict.Erik de Castro Lopo2013-09-011-4/+0
* Language fix: "difference licenses"Ulrich Klauer2013-05-271-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-2628-27/+85
* Replace dead anchorMartijn van Beurden2013-05-251-1/+1
* 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-143-14/+9
* 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
* FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010.Erik de Castro Lopo2013-03-091-5/+21
* FLAC/ordinals.h : Provide links for <stdint.h> replacements.Erik de Castro Lopo2013-03-081-1/+4
* 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