summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.3.21.3.2Erik de Castro Lopo2017-01-019-12/+12
* test/test_metaflac.sh: Comment onlyErik de Castro Lopo2017-01-011-0/+1
* libFLAC: Remove commented out assertErik de Castro Lopo2016-12-241-2/+0
* Makefile.lite: Fix running of testsErik de Castro Lopo2016-12-214-12/+8
* libFLAC/cpu.c: Add CPP guardErik de Castro Lopo2016-12-211-0/+2
* More Makefile.lite fixesErik de Castro Lopo2016-12-213-6/+11
* Add missing files to Makefile.amErik de Castro Lopo2016-12-112-1/+3
* Makefile.lite fixesErik de Castro Lopo2016-12-112-3/+3
* Fix PACKAGE_VERSION in MSVC filesErik de Castro Lopo2016-12-115-15/+17
* doc/html/changelog.html: Add creditsErik de Castro Lopo2016-12-071-3/+2
* doc/html/changelog.html: Add OS/SSE assumptionsErik de Castro Lopo2016-12-061-0/+1
* doc/html/changelog.html: More updates for 1.3.2 releaseErik de Castro Lopo2016-12-061-7/+15
* libFLAC/metadata_object.c: Fix typo in numberErik de Castro Lopo2016-12-061-1/+1
* libFLAC/cpu.c: Improve logicErik de Castro Lopo2016-12-061-1/+1
* Update version in MSVS project filesErik de Castro Lopo2016-12-054-12/+12
* Another bulk update of copyright datesErik de Castro Lopo2016-12-0544-61/+61
* doc/html/changelog.html: Update for 1.3.2 releaseErik de Castro Lopo2016-12-051-1/+6
* Bulk update copyright datesErik de Castro Lopo2016-12-05247-249/+249
* configure.ac: Fix description of --disable-sseErik de Castro Lopo2016-12-051-1/+1
* configure.ac: Remove unused config flagsErik de Castro Lopo2016-12-051-5/+0
* vcxproj: Remove unused config flagsErik de Castro Lopo2016-12-052-4/+4
* libFLAC/cpu.c: Whitespace fixesErik de Castro Lopo2016-12-041-4/+4
* libFLAC/cpu.c: Remove OS SSE detectionErik de Castro Lopo2016-12-041-166/+0
* src/share/grabbag/seektable.c: Fix typo inside assertErik de Castro Lopo2016-12-021-1/+1
* Correct additional 'MEATADATA' typos.Ralph Giles2016-10-281-4/+4
* Flac-in-mp4 draft v0.0.3.Ralph Giles2016-10-051-69/+75
* Flac-in-mp4 draft v0.0.2.Ralph Giles2016-10-051-165/+164
* Flac-in-mp4 draft v0.0.1.Ralph Giles2016-10-051-31/+30
* Flac-in-mp4 draft v0.0.0.Ralph Giles2016-10-051-0/+662
* cpu.c: Really fix compiler warningsErik de Castro Lopo2016-09-121-1/+1
* cpu.c: Fix compiler warning on PowerPCErik de Castro Lopo2016-09-111-1/+3
* 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