summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Improve SIMD detection with Visual Studioevpobr2018-06-131-15/+15
* Add output-prefix testsorbea2018-06-111-0/+37
* Fix --output-prefix with input-files in sub-directoriesorbea2018-06-111-2/+20
* Fix miscellaneous typos.luz.paz2018-05-2431-41/+41
* .travis.yml: Simplify file structure and add libogg dependency.Robert Kausch2018-05-211-24/+12
* Add unit tests for word-wise CRC16 functionsRobert Kausch2018-05-212-0/+93
* Fix CRC calculation for small blocks.Robert Kausch2018-05-211-1/+1
* Update CRC16 for larger data blocks when decoding.Robert Kausch2018-05-213-28/+75
* Implement slicing-by-8 CRC16 algorithm.Robert Kausch2018-05-212-10/+274
* .travis.yml: Run --enable-64-bit-words test in separate job.Robert Kausch2018-05-201-8/+30
* Add bitreader unit test.Robert Kausch2018-05-208-0/+371
* Minor fixes for bitwriter unit test.Robert Kausch2018-05-201-16/+11
* Add unit tests for CRC calculation.Robert Kausch2018-05-208-3/+234
* Remove unused CRC8 functions.Robert Kausch2018-05-202-18/+3
* Fix more GCC warnings about case fall-throughErik de Castro Lopo2018-05-061-9/+9
* More generic version of MSVC bug workaroundErik de Castro Lopo2018-05-063-6/+6
* .travis.yml: Test --enable-64-bit-words as welltopic/travisErik de Castro Lopo2018-05-011-0/+1
* replaygain_synthesis.c: Fix compile issue in MSVSJeffrey Espiritu2018-04-091-0/+1
* Fix for missing WINAPI_FAMILY_PARTITIONErik de Castro Lopo2018-02-102-0/+5
* libFLAC : new function returns client_data from decoderChristophe DUMONT2018-01-082-0/+10
* UWP build fixAlberto Fustinoni2018-01-061-0/+11
* replaygain_synthesis.c: Fix a cppcheck warningErik de Castro Lopo2017-07-211-13/+18
* Revert "Add Clang support for FLAC__SSE_TARGET"Erik de Castro Lopo2017-07-191-2/+1
* Add Clang support for FLAC__SSE_TARGETC.W. Betts2017-07-151-1/+2
* Correct flattop window coefficientsThomas Zander2017-07-011-1/+1
* Fix GCC 7 case fall through warningsErik de Castro Lopo2017-06-265-275/+275
* Update lpc_intrin_sse.cShark642017-06-261-4/+4
* FLAC++: Add missing prototype for construct_blockThomas Zander2017-06-231-0/+9
* Silence -finline-functions warningThomas Zander2017-06-232-4/+10
* doc: Add notes about subframe sample sizeRuud van Asseldonk2017-06-121-1/+8
* flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16)Erik de Castro Lopo2017-05-273-7/+3
* Fix missing SIZE_MAX definition on AndroidErik de Castro Lopo2017-05-033-0/+6
* libFLAC: Fix default flac_max/minErik de Castro Lopo2017-04-191-4/+4
* flac: Fix usage messageErik de Castro Lopo2017-04-171-1/+1
* metaflac: Fix a memory leakErik de Castro Lopo2017-04-091-1/+3
* stream_decoder.c: Fix a memory leakErik de Castro Lopo2017-04-081-0/+3
* 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
* cpu.c: Fix LLVM compileErik de Castro Lopo2017-03-021-1/+1
* cpu.c: Merge ia32 and x86_64 CPU info functionsErik de Castro Lopo2017-02-275-208/+172
* cpu.c: Fix debug Windows w32 build issueErik de Castro Lopo2017-02-231-0/+2
* stream_decoder.c: CommentsErik de Castro Lopo2017-02-221-8/+8
* SIMD: remove outdated SSE2 codeErik de Castro Lopo2017-02-213-159/+0
* SIMD: Accelerate decoding of 16 bit FLACErik de Castro Lopo2017-02-193-0/+198
* SIMD: Improve decoding of some 24 bit filesErik de Castro Lopo2017-02-191-36/+57
* SIMD: Add const qualifier where appropriateErik de Castro Lopo2017-02-193-8/+8
* cpu.h: Another CPP fixupErik de Castro Lopo2017-02-191-45/+46
* cpu.h: Fix compiler detectionErik de Castro Lopo2017-02-151-2/+2
* flac/encode.c: Fix an integer overflowErik de Castro Lopo2017-02-141-3/+3