summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libFLAC/cpu.c: Fix dfprintf macro for MSVSwip/cpuErik de Castro Lopo2016-07-011-1/+1
* libFLAC/cpu.c: Add parens to avoid compiler warningsErik de Castro Lopo2016-06-281-2/+4
* libFLAC/cpu.c: Inline *_disable_avx()Julian Calaby2016-06-281-33/+14
* libFLAC/cpu.c: Move cpu_id_ex into cpu_info_x86()Julian Calaby2016-06-281-16/+5
* libFLAC/cpu.c: Eliminate a branch in cpu_info_x86Julian Calaby2016-06-281-11/+9
* libFLAC/cpu.c: Remove a layer of cpp conditionalsJulian Calaby2016-06-281-3/+1
* libFLAC/cpu.c: Drop some unnecessary returnsJulian Calaby2016-06-281-4/+0
* libFLAC/cpu.c: Get rid of OS_IS_ANDROID functionJulian Calaby2016-06-281-20/+8
* libFLAC/cpu.c: Move stdio.h include under DEBUGJulian Calaby2016-06-281-2/+2
* libFLAC/cpu.c: Use a dummy function for debuggingJulian Calaby2016-06-281-36/+32
* libFLAC/cpu.c: More MSVC fixesErik de Castro Lopo2016-06-271-3/+7
* libFLAC/cpu.c: Fixes for MSVCErik de Castro Lopo2016-06-261-4/+18
* libFLAC/cpu.c: Fix build on non-Intel CPUsErik de Castro Lopo2016-06-261-25/+43
* libFLAC/cpu.c: More cleanup and refactoringErik de Castro Lopo2016-06-262-149/+155
* libFLAC/cpu.[ch]: More pre-processor cleanupsErik de Castro Lopo2016-06-262-44/+47
* libFLAC/cpu.c: More refactoring and cleanupsErik de Castro Lopo2016-06-262-54/+17
* libFLAC/cpu.c: More pre-processor cleanupsErik de Castro Lopo2016-06-251-39/+36
* Fix use of FLAC__HAS_X86INTRIN configure variableErik de Castro Lopo2016-06-2015-27/+29
* Fix use of FLAC__SSE_OS configure variableErik de Castro Lopo2016-06-202-9/+7
* 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
* test/Makefile.lite: Remove call to old scriptErik de Castro Lopo2016-05-131-1/+0
* Makefile.lite: Improved solution to CFLAGS from environmentErik de Castro Lopo2016-05-132-6/+31
* Makefile.lite: Pick up `CFLAGS` from the environmentErik de Castro Lopo2016-05-122-11/+6
* 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
* Fix 'make distcheck' targetErik de Castro Lopo2016-04-271-1/+2
* cuesheet.c: Allow quotes around ISRC fieldErik de Castro Lopo2016-04-263-1/+8
* libFLAC/stream_decoder.c: Fix typoErik de Castro Lopo2016-03-201-1/+1
* configure.ac: Force FLAC__HAS_OGG to 0 or 1Erik de Castro Lopo2016-03-201-2/+4
* 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-112-3/+0
* test/: Remove two redundant scriptsErik de Castro Lopo2016-02-113-111/+0
* Fix autotool warningsErik de Castro Lopo2016-02-102-2/+1
* microbench: Add fallback to gettimeofday()Dave Yeo2016-02-092-1/+42
* More Windows fixesErik de Castro Lopo2016-02-092-15/+2
* More `make distcheck` fixesErik de Castro Lopo2016-02-093-1/+273
* 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-082-0/+15
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-0851-331/+196