summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bunch of -Wtype-limits warnings.Erik de Castro Lopo2012-02-171-1/+1
* include/FLAC/ordinals.h : Remove CPP hackery.Erik de Castro Lopo2012-02-101-21/+7
* 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-0727-27/+27
* 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
* add FLAC__format_blocksize_is_subset()Josh Coalson2008-05-271-0/+12
* update copyright for 2008Josh Coalson2008-02-2827-27/+27
* bump libtool version numbersJosh Coalson2007-09-152-4/+4
* minor commentsJosh Coalson2007-09-133-12/+0
* minor commentsJosh Coalson2007-09-131-1/+1
* add link to new example code pageJosh Coalson2007-09-131-0/+3
* msvc fixesJosh Coalson2007-09-121-4/+8
* inline all safe alloc funcsJosh Coalson2007-09-121-14/+22
* add not about OPT: sectionsJosh Coalson2007-09-121-0/+5
* handle SIZE_T_MAXJosh Coalson2007-09-111-0/+29
* remove unnecessary #includesJosh Coalson2007-09-111-3/+0
* add alloc.hJosh Coalson2007-09-102-0/+172
* fix #include for off_t (SF#1786225: https://sourceforge.net/tracker/index.php...Josh Coalson2007-09-081-1/+1
* add --disable-cpplibs configure option (SF#1723295: https://sourceforge.net/t...Josh Coalson2007-08-291-1/+5
* #include for off_t, minor commentsJosh Coalson2007-08-211-1/+3
* add FLAC__metadata_simple_iterator_get_application_id()Josh Coalson2007-08-152-3/+27