summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compiler warning from gcc-6.1.1Erik de Castro Lopo2016-09-082-1/+4
* stream_decoder: reset has_seek_table before read_metadata_seektable_()Max Kellermann2016-07-141-0/+3
* stream_decoder: fix memory leak after seek table read errorMax Kellermann2016-07-141-10/+9
* libFLAC: Fix cpuid detecton on old Cyrix CPUsErik de Castro Lopo2016-07-131-0/+1
* libFLAC: Set decoding status if write callback failedErik de Castro Lopo2016-07-132-2/+4
* libFLAC/metadata_object.c: Clean upErik de Castro Lopo2016-07-101-296/+294
* metadata_object.c: Remove un-needed assertsErik de Castro Lopo2016-07-101-4/+0
* stream_decoder: fix integer underflow due to malformed wasted_bitsMax Kellermann2016-07-101-0/+2
* stream_decoder: check state==ABORTED after process_single() for seekMax Kellermann2016-07-101-2/+4
* flac++.pc.in: Make flac a private requiresErik de Castro Lopo2016-07-091-1/+1
* libFLAC/cpu.c: Fix dfprintf macro for MSVSErik 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