summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update grabbag tests to work out-of-tree.Erik de Castro Lopo2015-02-152-56/+145
* replaygain test: Use C code to generate test files.Erik de Castro Lopo2015-02-151-0/+51
* src/test_streams/ : Pull out write_simple_wavex_header() for reuse.Erik de Castro Lopo2015-02-131-9/+47
* src/libFLAC/stream_decoder.c : Fix NULL de-reference.Erik de Castro Lopo2014-12-221-1/+3
* src/flac/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed.Erik de Castro Lopo2014-12-141-2/+1
* Spelling and grammar fixes for console outputKarthik Periagaram2014-12-141-2/+2
* stream_decoder.c : Fix free-ing of unitilialized pointer.Erik de Castro Lopo2014-12-121-4/+9
* src/libFLAC/stream_decoder.c : Fix seek bug.Erik de Castro Lopo2014-12-111-4/+5
* flac/vorbiscomment.c : Fix typo.Erik de Castro Lopo2014-12-091-1/+1
* Remove traiing whitespace (mostly .c and .h files).Erik de Castro Lopo2014-12-0511-27/+27
* Improve LPC order guessMartijn van Beurden2014-12-051-2/+2
* Improve encoding speed on older Intel CPUs.Erik de Castro Lopo2014-12-046-51/+91
* src/flac/main.c : Fix an output line > 81 characters in length.Erik de Castro Lopo2014-12-041-1/+2
* Fix some minor word duplicationZoë Blade2014-12-031-1/+1
* src/libFLAC/stream_decoder.c : Fix another input validation bug.Erik de Castro Lopo2014-11-291-0/+5
* Version 1.3.1 final.1.3.1Erik de Castro Lopo2014-11-274-12/+12
* src/libFLAC/stream_decoder.c : Fail safely to avoid a heap overflow.Erik de Castro Lopo2014-11-271-1/+2
* Normalize some copyright dates strings.Erik de Castro Lopo2014-11-271-1/+1
* Some last copyright year updates and change to open bug listMartijn van Beurden2014-11-271-1/+1
* Fix two un-related typos.Erik de Castro Lopo2014-11-261-1/+1
* libFLAC/format.c : Fix the date in FLAC__VENDOR_STRING.Erik de Castro Lopo2014-11-261-1/+1
* More date fixes.Erik de Castro Lopo2014-11-253-3/+3
* Set version to 1.3.1pre1.1.3.1pre1Erik de Castro Lopo2014-11-254-12/+12
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-25179-181/+181
* src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow.Erik de Castro Lopo2014-11-251-1/+2
* 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-151-0/+6
* 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
* Update documentation for new compression presetsMartijn van Beurden2014-11-111-10/+10
* Retune FLAC compression levelsMartijn van Beurden2014-11-111-3/+3
* stream_encoder.c : Add apodization field to CompressionLevels struct.Erik de Castro Lopo2014-10-161-12/+13
* 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-0411-179/+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-224-18/+66
* win_utf8_io.c : Comment only.Erik de Castro Lopo2014-09-221-0/+1