summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix nasm compile on OS X / DarwinErik de Castro Lopo2016-06-141-1/+6
* libFLAC: More metadata_iterators fixesErik de Castro Lopo2016-05-221-57/+61
* libFLAC: infer cpu type from compiler macrosTim Blechmann2016-05-1210-1/+35
* test_libFLAC++: Fix memory leaksErik de Castro Lopo2016-05-081-6/+23
* libFLAC: Add a workaround for a bug in MSVC2105 update2Erik de Castro Lopo2016-05-053-0/+12
* metadata_iterators.c: Limit padding sizeErik de Castro Lopo2016-05-011-19/+81
* Windows/MSVC: Add ENABLE_64_BIT_WORDS macroErik de Castro Lopo2016-05-013-6/+6
* bitwrite.c: TweaksErik de Castro Lopo2016-05-011-5/+4
* libFLAC: Add metadata size checks to FLAC libraryErik de Castro Lopo2016-05-012-0/+6
* flac/metaflac: Limit the size of metadata blocksErik de Castro Lopo2016-05-012-4/+4
* cuesheet.c: Allow quotes around ISRC fieldErik de Castro Lopo2016-04-261-1/+1
* libFLAC/stream_decoder.c: Fix typoErik de Castro Lopo2016-03-201-1/+1
* libFLAC: Reduce FLAC__HAS_OGG #ifdef crudErik de Castro Lopo2016-03-202-26/+5
* libFLAC/stream_decoder.c: Fix compiling with integer onlyErik de Castro Lopo2016-03-201-1/+1
* stream_decoder.c: Set obj->num_comments before returnErik de Castro Lopo2016-03-201-0/+1
* libFLAC/cpu.c: Use `sigemptyset` instead of `__sigemptyset`Erik de Castro Lopo2016-03-141-1/+1
* Another Windows build fixErik de Castro Lopo2016-02-111-1/+0
* Fix autotool warningsErik de Castro Lopo2016-02-101-2/+0
* More Windows fixesErik de Castro Lopo2016-02-091-7/+2
* More `make distcheck` fixesErik de Castro Lopo2016-02-092-1/+204
* test_libFLAC: Fix `make distcheck` targetErik de Castro Lopo2016-02-091-1/+1
* Retire FLAC__float and FLAC__double typesThomas Zander2016-02-0910-100/+97
* Make AVX and AVX2 instructions a configure optionDave Yeo2016-02-081-0/+2
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-0837-257/+174
* src/share/utf8/utf8.c: Windows API usage fixesErik de Castro Lopo2016-02-081-191/+74
* Remove src/share/utf8/Makefile.amErik de Castro Lopo2016-02-031-39/+0
* win_utf8_io: Fix compile errorErik de Castro Lopo2016-02-021-1/+1
* test_streams: Use fopen instead of flac_fopenErik de Castro Lopo2016-02-024-43/+30
* Fix debug build for VS2005Erik de Castro Lopo2016-02-022-0/+2
* share/utf8: Add missing checkErik de Castro Lopo2016-02-011-0/+6
* Refactoring of win_utf8_ioErik de Castro Lopo2016-01-311-156/+171
* src/share/Makefile.am: Fix EXTRA_DISTErik de Castro Lopo2016-01-311-2/+1
* locale_hack.h: Fix commentErik de Castro Lopo2016-01-311-1/+1
* Remove plugin_common library from MSVC buildErik de Castro Lopo2016-01-314-421/+1
* Fix dependencies for MSVCErik de Castro Lopo2016-01-314-0/+12
* Remove src/share/utf8/charsetmap.hErik de Castro Lopo2016-01-311-79/+0
* Windows/MSVC utf8 build fixesErik de Castro Lopo2016-01-296-43/+3
* Fix ioctl/TIOCGWINSZ for OSXErik de Castro Lopo2016-01-261-1/+1
* src/flac/utils.c: Fix for OpenBSDErik de Castro Lopo2016-01-261-1/+1
* libFLAC/lpc.c: Fix commentsErik de Castro Lopo2016-01-241-2/+2
* Clean up #includesErik de Castro Lopo2016-01-242-0/+5
* Fix three more cppcheck warningsErik de Castro Lopo2016-01-232-1/+2
* Fix some cppcheck reportsJulien Nabet2016-01-233-5/+11
* grabbag: Fix comment in headerErik de Castro Lopo2016-01-191-1/+1
* iffscan: Fix printf format stringsErik de Castro Lopo2016-01-191-5/+5
* metadata_iterators.c: Add missing check for is_writableErik de Castro Lopo2016-01-161-0/+5
* flacdiff: Improve error msg outputErik de Castro Lopo2016-01-101-2/+2
* Fix description of --rice-partition-order in flac -HThomas Zander2016-01-101-3/+3
* bitwriter: Add overflow checkErik de Castro Lopo2016-01-091-62/+73
* libFLAC: Fix total_samples_estimateErik de Castro Lopo2016-01-092-0/+3