summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.3.1 final.1.3.1Erik de Castro Lopo2014-11-2711-19/+19
* Scripts/cross-build-win-binaries.mk : Add a 'clean' target.Erik de Castro Lopo2014-11-271-0/+2
* src/libFLAC/stream_decoder.c : Fail safely to avoid a heap overflow.Erik de Castro Lopo2014-11-271-1/+2
* examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files.Erik de Castro Lopo2014-11-274-0/+8
* tests/*.sh : Switch back to /bin/sh.Erik de Castro Lopo2014-11-2712-26/+27
* changelog.html : Minor corrections in decoding speed entry.Erik de Castro Lopo2014-11-271-1/+1
* Normalize some copyright dates strings.Erik de Castro Lopo2014-11-273-5/+11
* Some last copyright year updates and change to open bug listMartijn van Beurden2014-11-274-12/+5
* Fix two un-related typos.Erik de Castro Lopo2014-11-262-2/+2
* test/test_compression.sh : Fix for OSX.Erik de Castro Lopo2014-11-261-2/+4
* Scripts/cross-build-win-binaries.mk : Strip the binaries.Erik de Castro Lopo2014-11-261-0/+2
* libFLAC/format.c : Fix the date in FLAC__VENDOR_STRING.Erik de Castro Lopo2014-11-262-2/+2
* More date fixes.Erik de Castro Lopo2014-11-2528-43/+43
* Set version to 1.3.1pre1.1.3.1pre1Erik de Castro Lopo2014-11-2511-20/+20
* Add file Scripts/cross-build-win-binaries.mk.Erik de Castro Lopo2014-11-251-0/+117
* Makefile.am : EXTRA_DIST should contain FLAC-vs2005.sln.Erik de Castro Lopo2014-11-251-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-25259-261/+261
* src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow.Erik de Castro Lopo2014-11-251-1/+2
* doc/html/changelog.html : Add attributions and fix a typo.Erik de Castro Lopo2014-11-241-7/+7
* doc/html/changelog.html : Update for 1.3.1 release.Erik de Castro Lopo2014-11-241-0/+88
* Rename Visual Studio solution files.Erik de Castro Lopo2014-11-242-266/+266
* examples/c/decode/file/main.c : Add extra error handling.Erik de Castro Lopo2014-11-201-0/+12
* src/libFLAC/stream_decoder.c : Fix buffer read overflow.Erik de Castro Lopo2014-11-201-1/+5
* libFLAC: fix more problems with new window functionsMartijn van Beurden2014-11-161-4/+4
* Improve description of encoding preset equivalents.Erik de Castro Lopo2014-11-153-6/+12
* metadata_iterators.c : Set status when metadata itereator is not writable.Erik de Castro Lopo2014-11-141-1/+3
* libFLAC : Add more checks to partial_tukey and punchout_tukey windows.Martijn van Beurden2014-11-131-35/+39
* include/share/endswap.h : Fix usage of HAVE_BSWAP16.Erik de Castro Lopo2014-11-121-1/+1
* Update documentation for new compression presetsMartijn van Beurden2014-11-113-34/+34
* Make test_compression a little more forgivingMartijn van Beurden2014-11-111-1/+1
* Retune FLAC compression levelsMartijn van Beurden2014-11-111-3/+3
* Fix indenting on the bswap32 autoconf macro.Ralph Giles2014-11-041-12/+12
* Clean up bswap32 autoconf macro.Ralph Giles2014-11-041-4/+4
* Use a configure check for bswap16 instead of gcc version #ifdefs.Ralph Giles2014-11-042-1/+2
* Add autoconf macro to check for the bswap16 intrinsic.Ralph Giles2014-11-041-1/+28
* stream_encoder.c : Add apodization field to CompressionLevels struct.Erik de Castro Lopo2014-10-161-12/+13
* autogen.sh : Use long names for options to autoreconf.Erik de Castro Lopo2014-10-161-1/+1
* libFLAC/fixed_intrin_sse2.c : Fix comments.Erik de Castro Lopo2014-10-071-2/+2
* Add AVX2 CPU support stream encoder.Erik de Castro Lopo2014-10-0411-0/+1334
* Add AVX/AVX2/FMA support to CPU detection code.Erik de Castro Lopo2014-10-042-22/+154
* libFLAC/stream_encoder.c : Reduce about of hackery.Erik de Castro Lopo2014-10-041-31/+31
* Refactoring and simplifying of CPU detection.Erik de Castro Lopo2014-10-043-51/+47
* Remove support for AMD's 3Dnow.Erik de Castro Lopo2014-10-0412-192/+9
* src/libFLAC/window.c : Add 'f' to float literals to avoid compiler warnings.Erik de Castro Lopo2014-10-031-2/+2
* src/flac/decode.c : Decoder buffering improvements on Windows.Erik de Castro Lopo2014-10-031-0/+43
* stream_encoder.c : Only set 10MB output buffer on _WIN32.Erik de Castro Lopo2014-09-291-2/+7
* Improve malformed vorbiscomment handling.Erik de Castro Lopo2014-09-272-48/+106
* metaflac : Fix typo in error message.Erik de Castro Lopo2014-09-261-1/+1
* libFLAC/cpu.c : Refactor for readability.Erik de Castro Lopo2014-09-241-108/+110
* stream_encoder.c : Give the encoder a larger stdio buffer.Erik de Castro Lopo2014-09-241-0/+2