summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-133-6/+0
* Update FSF address.Miroslav Lichvar2012-12-065-12/+12
* Update library version-info.Miroslav Lichvar2012-12-042-4/+4
* Hide symbols with gcc.Miroslav Lichvar2012-12-042-8/+18
* Add a convenience function to create a Metadata::Padding object with aErik de Castro Lopo2012-09-111-0/+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
* Adds last functions from C metadata api to C++ metadata apiBastiaan Timmer2012-06-221-0/+15
* Fix building when configured with --disable-shared.Erik de Castro Lopo2012-06-221-1/+3
* Quick patch to fix FLAC_metadata_object api docs.Bastiaan Timmer2012-06-081-1/+1
* Add missing functions to VorbisComment class.Erik de Castro Lopo2012-05-081-0/+15
* Fix all links to libtool version info rules.Erik de Castro Lopo2012-05-073-3/+3
* Add functionality present in the C library to the to C++ SeekTable class.Erik de Castro Lopo2012-05-071-0/+21
* 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
* Update and improve autotools buildCristian Rodríguez2012-04-081-1/+1
* 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