summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release FLAC 1.4.11.4.1Martijn van Beurden2022-09-221-1/+1
* Update API and tool docsMartijn van Beurden2022-09-201-6/+6
* Define WINAPI_FAMILY stuff on platforms that do not provide themMartijn van Beurden2022-09-202-0/+9
* don't call GetFileInformationByHandle on Universal Windows Platform buildsSteve Lhomme2022-09-201-0/+8
* don't call CreateFileW on Universal Windows Platform buildsSteve Lhomme2022-09-201-0/+11
* disable console using on Universal Windows Platform buildsSteve Lhomme2022-09-201-0/+9
* Remove added empty lineMartijn van Beurden2022-09-201-1/+0
* stream_decoder.c: move sys/stat.h include after sys/types.h.Ozkan Sezer2022-09-201-1/+2
* getopt: avoid K&R function definitionsJohannes Kauffmann2022-09-201-20/+11
* [CMake] Prepend compiler flags, fix Clang compiler warningsMartijn van Beurden2022-09-172-1/+4
* Warn user when encoding to stdout that checksum isn't written (#445)Martijn van Beurden2022-09-161-0/+7
* Fix endianness display in endswap test (cosmetic issue)Martijn van Beurden2022-09-151-1/+1
* Remove assert that is no longer trueMartijn van Beurden2022-09-141-2/+0
* Fix wrong format string specifier.Jörn Heusipp2022-09-141-1/+1
* Release FLAC 1.4.01.4.0Martijn van Beurden2022-09-091-1/+1
* Fix make check on MinGW when building shared libraryMartijn van Beurden2022-09-072-3/+3
* Protect window functions from NaNMartijn van Beurden2022-08-231-3/+21
* Fix integer overflow in seeking codeMartijn van Beurden2022-08-201-3/+4
* Fix some OOM metadata bugs, disable OOM checking in metadata fuzzingMartijn van Beurden2022-08-202-3/+7
* Don't overwrite bad state with seek errorMartijn van Beurden2022-08-201-0/+5
* Throw memory allocation error when side subframe allocation failsMartijn van Beurden2022-08-201-1/+6
* Move entropy partitioning result allocation so it can be checkedMartijn van Beurden2022-08-202-3/+22
* Do not memset when allocation failsMartijn van Beurden2022-08-201-16/+8
* Leave metadata items untouched if resize function failsMartijn van Beurden2022-08-201-11/+25
* Add and use _nofree variants of safe_realloc functionsMartijn van Beurden2022-08-206-7/+7
* Introduce subdivide_tukey apodizationMartijn van Beurden2022-08-195-24/+142
* Add configure option to not build programsMartijn van Beurden2022-08-131-2/+5
* Remove really old --explain text and reflow to fit 80 charsMartijn van Beurden2022-08-101-25/+21
* Fix HAVE_GETAUXVAL check for FreeBSD (#410)pkubaj2022-08-071-1/+1
* Fix and warning for MSVC with Windows XP toolset (#399)Martijn van Beurden2022-08-061-1/+7
* [CMake] Don't search for libiconv and libintl on WindowsMartijn van Beurden2022-08-011-1/+3
* Fix decoding of 33 bps constant subframeMartijn van Beurden2022-07-311-3/+10
* Also add trailing nul to empty vorbis comment entriesMartijn van Beurden2022-07-283-19/+35
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-26174-177/+177
* Add FMA intrinsics for autocorrelation calculationMartijn van Beurden2022-07-257-9/+130
* Fix rolled up version of lpc_restore_signal_wideMartijn van Beurden2022-07-171-1/+1
* Re-add check for block alignMartijn van Beurden2022-07-161-20/+4
* Revert "Enable encoder to use INT32_MIN as residual value" (#389)Martijn van Beurden2022-07-137-112/+73
* Only search for backslash in filename on WindowsMartijn van Beurden2022-07-131-0/+2
* Check first metadata block is streaminfo in level 1 metadata iteratorMartijn van Beurden2022-07-071-1/+9
* Check chain length Ogg FLAC fileMartijn van Beurden2022-07-071-0/+6
* Fix dereferencing of null pointer in metadata_iterators.cMartijn van Beurden2022-07-071-20/+23
* Add limits to metadata readingMartijn van Beurden2022-07-071-0/+8
* Enable encoder to use INT32_MIN as residual valueMartijn van Beurden2022-07-017-73/+112
* Small fixes needed for 32-bit capability (#379)Martijn van Beurden2022-07-012-12/+12
* Add INT64_MAX limit to seekpointsMartijn van Beurden2022-06-291-2/+5
* Change eof handing in seeking codeMartijn van Beurden2022-06-291-14/+21
* Improve foreign metadata handlingMartijn van Beurden2022-06-287-36/+119
* Always take compression level as first compression settingMartijn van Beurden2022-06-271-3/+10
* Increase max bitreader size to max metadata block sizeMartijn van Beurden2022-06-261-3/+5