summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* flac : Add help output for --ignore-chunk-sizes option.Erik de Castro Lopo2014-09-241-4/+0
* libFLAC/window.c : Whitespace.Erik de Castro Lopo2014-09-231-0/+1
* Windows specific vsnprintf fixes.Erik de Castro Lopo2014-09-225-18/+68
* win_utf8_io.c : Comment only.Erik de Castro Lopo2014-09-221-0/+1
* Add partial_tukey and punchout_tukey apodization functionsMartijn van Beurden2014-09-228-12/+152
* flac/utils.c : Fix calculation of a tag length.Erik de Castro Lopo2014-09-211-1/+1
* lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms.Erik de Castro Lopo2014-09-212-466/+289
* lpc_intrin* : Remove unused code.Erik de Castro Lopo2014-09-214-1907/+110
* fixed_intrin_sse[23].c : Add new, simpler SSE code.Erik de Castro Lopo2014-09-212-4/+24
* stream_encoder_intrin_sse[23].c : Optimize of int32 -> uint64 conversion.Erik de Castro Lopo2014-09-212-2/+2
* win_utf8_io.c: Use fputws instead of fwprintf.Yuta NAKAI2014-09-211-1/+1
* Minor clean up of win_utf8_io.Erik de Castro Lopo2014-09-212-3/+3
* vorbiscomment.c : Do not write empty vorbiscomment fields.Erik de Castro Lopo2014-09-191-1/+1