Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix nasm compile on OS X / Darwin | Erik de Castro Lopo | 2016-06-14 | 1 | -1/+6 |
* | libFLAC: More metadata_iterators fixes | Erik de Castro Lopo | 2016-05-22 | 1 | -57/+61 |
* | libFLAC: infer cpu type from compiler macros | Tim Blechmann | 2016-05-12 | 10 | -1/+35 |
* | test_libFLAC++: Fix memory leaks | Erik de Castro Lopo | 2016-05-08 | 1 | -6/+23 |
* | libFLAC: Add a workaround for a bug in MSVC2105 update2 | Erik de Castro Lopo | 2016-05-05 | 3 | -0/+12 |
* | metadata_iterators.c: Limit padding size | Erik de Castro Lopo | 2016-05-01 | 1 | -19/+81 |
* | Windows/MSVC: Add ENABLE_64_BIT_WORDS macro | Erik de Castro Lopo | 2016-05-01 | 3 | -6/+6 |
* | bitwrite.c: Tweaks | Erik de Castro Lopo | 2016-05-01 | 1 | -5/+4 |
* | libFLAC: Add metadata size checks to FLAC library | Erik de Castro Lopo | 2016-05-01 | 2 | -0/+6 |
* | flac/metaflac: Limit the size of metadata blocks | Erik de Castro Lopo | 2016-05-01 | 2 | -4/+4 |
* | cuesheet.c: Allow quotes around ISRC field | Erik de Castro Lopo | 2016-04-26 | 1 | -1/+1 |
* | libFLAC/stream_decoder.c: Fix typo | Erik de Castro Lopo | 2016-03-20 | 1 | -1/+1 |
* | libFLAC: Reduce FLAC__HAS_OGG #ifdef crud | Erik de Castro Lopo | 2016-03-20 | 2 | -26/+5 |
* | libFLAC/stream_decoder.c: Fix compiling with integer only | Erik de Castro Lopo | 2016-03-20 | 1 | -1/+1 |
* | stream_decoder.c: Set obj->num_comments before return | Erik de Castro Lopo | 2016-03-20 | 1 | -0/+1 |
* | libFLAC/cpu.c: Use `sigemptyset` instead of `__sigemptyset` | Erik de Castro Lopo | 2016-03-14 | 1 | -1/+1 |
* | Another Windows build fix | Erik de Castro Lopo | 2016-02-11 | 1 | -1/+0 |
* | Fix autotool warnings | Erik de Castro Lopo | 2016-02-10 | 1 | -2/+0 |
* | More Windows fixes | Erik de Castro Lopo | 2016-02-09 | 1 | -7/+2 |
* | More `make distcheck` fixes | Erik de Castro Lopo | 2016-02-09 | 2 | -1/+204 |
* | test_libFLAC: Fix `make distcheck` target | Erik de Castro Lopo | 2016-02-09 | 1 | -1/+1 |
* | Retire FLAC__float and FLAC__double types | Thomas Zander | 2016-02-09 | 10 | -100/+97 |
* | Make AVX and AVX2 instructions a configure option | Dave Yeo | 2016-02-08 | 1 | -0/+2 |
* | libFLAC: Remove win_utf8_io dependency | Erik de Castro Lopo | 2016-02-08 | 37 | -257/+174 |
* | src/share/utf8/utf8.c: Windows API usage fixes | Erik de Castro Lopo | 2016-02-08 | 1 | -191/+74 |
* | Remove src/share/utf8/Makefile.am | Erik de Castro Lopo | 2016-02-03 | 1 | -39/+0 |
* | win_utf8_io: Fix compile error | Erik de Castro Lopo | 2016-02-02 | 1 | -1/+1 |
* | test_streams: Use fopen instead of flac_fopen | Erik de Castro Lopo | 2016-02-02 | 4 | -43/+30 |
* | Fix debug build for VS2005 | Erik de Castro Lopo | 2016-02-02 | 2 | -0/+2 |
* | share/utf8: Add missing check | Erik de Castro Lopo | 2016-02-01 | 1 | -0/+6 |
* | Refactoring of win_utf8_io | Erik de Castro Lopo | 2016-01-31 | 1 | -156/+171 |
* | src/share/Makefile.am: Fix EXTRA_DIST | Erik de Castro Lopo | 2016-01-31 | 1 | -2/+1 |
* | locale_hack.h: Fix comment | Erik de Castro Lopo | 2016-01-31 | 1 | -1/+1 |
* | Remove plugin_common library from MSVC build | Erik de Castro Lopo | 2016-01-31 | 4 | -421/+1 |
* | Fix dependencies for MSVC | Erik de Castro Lopo | 2016-01-31 | 4 | -0/+12 |
* | Remove src/share/utf8/charsetmap.h | Erik de Castro Lopo | 2016-01-31 | 1 | -79/+0 |
* | Windows/MSVC utf8 build fixes | Erik de Castro Lopo | 2016-01-29 | 6 | -43/+3 |
* | Fix ioctl/TIOCGWINSZ for OSX | Erik de Castro Lopo | 2016-01-26 | 1 | -1/+1 |
* | src/flac/utils.c: Fix for OpenBSD | Erik de Castro Lopo | 2016-01-26 | 1 | -1/+1 |
* | libFLAC/lpc.c: Fix comments | Erik de Castro Lopo | 2016-01-24 | 1 | -2/+2 |
* | Clean up #includes | Erik de Castro Lopo | 2016-01-24 | 2 | -0/+5 |
* | Fix three more cppcheck warnings | Erik de Castro Lopo | 2016-01-23 | 2 | -1/+2 |
* | Fix some cppcheck reports | Julien Nabet | 2016-01-23 | 3 | -5/+11 |
* | grabbag: Fix comment in header | Erik de Castro Lopo | 2016-01-19 | 1 | -1/+1 |
* | iffscan: Fix printf format strings | Erik de Castro Lopo | 2016-01-19 | 1 | -5/+5 |
* | metadata_iterators.c: Add missing check for is_writable | Erik de Castro Lopo | 2016-01-16 | 1 | -0/+5 |
* | flacdiff: Improve error msg output | Erik de Castro Lopo | 2016-01-10 | 1 | -2/+2 |
* | Fix description of --rice-partition-order in flac -H | Thomas Zander | 2016-01-10 | 1 | -3/+3 |
* | bitwriter: Add overflow check | Erik de Castro Lopo | 2016-01-09 | 1 | -62/+73 |
* | libFLAC: Fix total_samples_estimate | Erik de Castro Lopo | 2016-01-09 | 2 | -0/+3 |