Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flac: Fix usage message | Erik de Castro Lopo | 2017-04-17 | 1 | -1/+1 |
* | metaflac: Fix a memory leak | Erik de Castro Lopo | 2017-04-09 | 1 | -1/+3 |
* | stream_decoder.c: Fix a memory leak | Erik de Castro Lopo | 2017-04-08 | 1 | -0/+3 |
* | cpu.c: Fix LLVM compile | Erik de Castro Lopo | 2017-03-02 | 1 | -1/+1 |
* | cpu.c: Merge ia32 and x86_64 CPU info functions | Erik de Castro Lopo | 2017-02-27 | 5 | -208/+172 |
* | cpu.c: Fix debug Windows w32 build issue | Erik de Castro Lopo | 2017-02-23 | 1 | -0/+2 |
* | stream_decoder.c: Comments | Erik de Castro Lopo | 2017-02-22 | 1 | -8/+8 |
* | SIMD: remove outdated SSE2 code | Erik de Castro Lopo | 2017-02-21 | 3 | -159/+0 |
* | SIMD: Accelerate decoding of 16 bit FLAC | Erik de Castro Lopo | 2017-02-19 | 3 | -0/+198 |
* | SIMD: Improve decoding of some 24 bit files | Erik de Castro Lopo | 2017-02-19 | 1 | -36/+57 |
* | SIMD: Add const qualifier where appropriate | Erik de Castro Lopo | 2017-02-19 | 3 | -8/+8 |
* | cpu.h: Another CPP fixup | Erik de Castro Lopo | 2017-02-19 | 1 | -45/+46 |
* | cpu.h: Fix compiler detection | Erik de Castro Lopo | 2017-02-15 | 1 | -2/+2 |
* | flac/encode.c: Fix an integer overflow | Erik de Castro Lopo | 2017-02-14 | 1 | -3/+3 |
* | cpu.h: Add #defines so Clang compiles AVX2 | Erik de Castro Lopo | 2017-02-12 | 1 | -4/+21 |
* | Fix compile with cygwin | Rosen Penev | 2017-02-09 | 3 | -13/+1 |
* | libFLAC/lpc_intrin_sse41.c: Change usage of _mm_alignr_epi8 | Erik de Castro Lopo | 2017-01-31 | 1 | -123/+88 |
* | libFLAC/lpc_intrin_sse*: Formatting cleanup | Erik de Castro Lopo | 2017-01-31 | 2 | -11/+9 |
* | FLAC__stream_encoder_finish: Sanity improvement | Erik de Castro Lopo | 2017-01-30 | 1 | -1/+3 |
* | Do not override CFLAGS, as CFLAGS is a user flag. | David Seifert | 2017-01-19 | 7 | -29/+15 |
* | Fix cppcheck warnings | Rosen Penev | 2017-01-19 | 6 | -15/+15 |
* | share/utf8/charset.c: Cleanup realloc() usage | Erik de Castro Lopo | 2017-01-19 | 1 | -3/+5 |
* | stdint.h fixes for MSVS 2005/2008 | Erik de Castro Lopo | 2017-01-19 | 22 | -0/+44 |
* | getopt.c: Pointer comparison fix | Erik de Castro Lopo | 2017-01-17 | 1 | -4/+2 |
* | Only compile and run tests when running 'make check' | David Seifert | 2017-01-17 | 6 | -6/+6 |
* | Final unsigned fixes | Erik de Castro Lopo | 2017-01-16 | 1 | -4/+4 |
* | Yet more unsigned fixes | Erik de Castro Lopo | 2017-01-16 | 2 | -3/+3 |
* | bitmath.h: MSVS unsigned fix | Erik de Castro Lopo | 2017-01-15 | 1 | -4/+4 |
* | libFLAC/cpu.c: Replace memory.h include with string.h | sezero | 2017-01-15 | 1 | -1/+1 |
* | When using libtool, use LTLIBICONV instead. | David Seifert | 2017-01-15 | 2 | -2/+2 |
* | bitmath.h: More unsigned fixes | Erik de Castro Lopo | 2017-01-15 | 1 | -4/+4 |
* | Yet more purging of `unsigned` type | Erik de Castro Lopo | 2017-01-15 | 17 | -395/+395 |
* | flac/utils.c: Workaround for DJGPP missing wcswidth() | sezero | 2017-01-14 | 1 | -0/+2 |
* | Support nasm coff obj format for djgpp | sezero | 2017-01-14 | 1 | -0/+5 |
* | Purge usage of `unsigned` type | Erik de Castro Lopo | 2017-01-14 | 75 | -1350/+1351 |
* | libFLAC/cpu.c: Fix build issue on OpenBSD/i386 | Erik de Castro Lopo | 2017-01-13 | 1 | -1/+1 |
* | stream_encoder.c: Make compression_levels_ array const | Erik de Castro Lopo | 2017-01-06 | 1 | -1/+1 |
* | Fix build with MSVC if UNICODE is enabled | Erik de Castro Lopo | 2017-01-04 | 2 | -4/+4 |
* | libFLAC/cpu.c: Fix CPU detecton | Erik de Castro Lopo | 2017-01-03 | 1 | -2/+2 |
* | Version 1.3.21.3.2 | Erik de Castro Lopo | 2017-01-01 | 1 | -3/+3 |
* | libFLAC: Remove commented out assert | Erik de Castro Lopo | 2016-12-24 | 1 | -2/+0 |
* | libFLAC/cpu.c: Add CPP guard | Erik de Castro Lopo | 2016-12-21 | 1 | -0/+2 |
* | More Makefile.lite fixes | Erik de Castro Lopo | 2016-12-21 | 2 | -0/+2 |
* | Makefile.lite fixes | Erik de Castro Lopo | 2016-12-11 | 1 | -2/+2 |
* | Fix PACKAGE_VERSION in MSVC files | Erik de Castro Lopo | 2016-12-11 | 5 | -15/+17 |
* | libFLAC/metadata_object.c: Fix typo in number | Erik de Castro Lopo | 2016-12-06 | 1 | -1/+1 |
* | libFLAC/cpu.c: Improve logic | Erik de Castro Lopo | 2016-12-06 | 1 | -1/+1 |
* | Update version in MSVS project files | Erik de Castro Lopo | 2016-12-05 | 4 | -12/+12 |
* | Another bulk update of copyright dates | Erik de Castro Lopo | 2016-12-05 | 11 | -11/+11 |
* | Bulk update copyright dates | Erik de Castro Lopo | 2016-12-05 | 168 | -170/+170 |