summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Change C++ style comments to C style in headersMartijn van Beurden2022-09-201-6/+6
* Fix a lot of Doxygen errors and add some documentationMartijn van Beurden2022-09-203-19/+37
* Update API and tool docsMartijn van Beurden2022-09-202-14/+28
* Add struct tag to FLAC__StreamMetadata (#416)Martijn van Beurden2022-08-291-1/+1
* Add OOM checking to fuzzingMartijn van Beurden2022-08-201-6/+66
* Leave metadata items untouched if resize function failsMartijn van Beurden2022-08-202-5/+21
* Add and use _nofree variants of safe_realloc functionsMartijn van Beurden2022-08-201-4/+37
* fix potential memleaklutianxiong2022-08-201-2/+6
* Fix and warning for MSVC with Windows XP toolset (#399)Martijn van Beurden2022-08-061-0/+23
* Finish porting guideMartijn van Beurden2022-07-274-18/+59
* Add porting guide stubMartijn van Beurden2022-07-271-0/+50
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-2633-33/+33
* Include stddef.h in compat.hMartijn van Beurden2022-07-191-1/+3
* Small fixes needed for 32-bit capability (#379)Martijn van Beurden2022-07-011-5/+3
* Add 32-bit decoding capabilityMartijn van Beurden2022-06-121-4/+14
* Small make distcheck fixesMartijn van Beurden2022-05-271-2/+1
* Remove all Visual Studio specific build filesMartijn van Beurden2022-05-272-54/+0
* Simplify and merge win_utf8 files and remove from DLL interfaceMartijn van Beurden2022-05-177-87/+41
* Make it possible for fuzzer to disable instruction set optimizationsMartijn van Beurden2022-05-111-0/+1
* Rename FLAC__get_decoder_client_data to ...Martijn van Beurden2022-05-091-10/+10
* Add API functions to limit minimum bitrateMartijn van Beurden2022-05-022-0/+30
* change if checks to ifdefRosen Penev2022-04-293-4/+4
* Add FLAC__STREAM_DECODER_ERROR_STATUS_BAD_METADATAMartijn van Beurden2022-04-201-2/+9
* Remove api doc note untrue since commit c9c0d13Martijn van Beurden2022-04-191-4/+0
* Fix building both static and shared libs on MinGW with autotoolsMartijn van Beurden2022-04-152-6/+20
* Add support in the encoder for up to 20 bit sample ratesCon Kolivas2022-04-131-1/+1
* include: Escape number signs to suppress warningsNotTsunami2019-11-193-9/+9
* Fix msvc build after commit b917d456sezero2019-10-191-8/+11
* Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds.NY001232019-10-192-4/+4
* make dllexport work with compilers other than MSVCsezero2019-10-102-2/+2
* move the new public get_decoder_client_data function to public header.sezero2019-10-101-0/+10
* 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-245-5/+5
* Fix for missing WINAPI_FAMILY_PARTITIONErik de Castro Lopo2018-02-101-0/+4
* FLAC++: Add missing prototype for construct_blockThomas Zander2017-06-231-0/+9
* Fix missing SIZE_MAX definition on AndroidErik de Castro Lopo2017-05-031-0/+4
* Fix typos in header filesErik de Castro Lopo2017-03-213-3/+3
* stream_decoder.h: Fix Reference to Non-Existent FunctionsKeegan Drake H.P2017-03-161-2/+1
* stream_decoder.h: Fix References to ``stdout''Keegan Drake H.P2017-03-161-2/+2
* stream encoder: fix documentation inconsistenciesChristian Stadelmann2017-02-131-3/+3
* 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
* Do not override CFLAGS, as CFLAGS is a user flag.David Seifert2017-01-191-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-193-17/+9
* metadata.h: Fix search/replace typo in commentsErik de Castro Lopo2017-01-171-1/+1