summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include: Escape number signs to suppress warningsNotTsunami2019-11-193-9/+9
* doc: Update to Doxygen 1.7.6.1NotTsunami2019-11-191-131/+695
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-191-3/+4
* cmake: use proper pkg-config install path variableDeadSix272019-11-182-2/+2
* oss-fuzz: Add fuzzing targetsErik de Castro Lopo2019-11-187-12/+630
* oss-fuzz: Add fuzzing headersErik de Castro Lopo2019-11-186-0/+477
* libFLAC++: Add libFLAC++-static.la target for oss-fuzzersErik de Castro Lopo2019-11-181-4/+9
* cmake_minimum_required() cleanup:sezero2019-11-155-10/+11
* flac/main.c: replace an snprintf() call with flac_snprintf()sezero2019-11-111-1/+1
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-111-1/+1
* test_streams: Fix UBSAN error in random generatorErik de Castro Lopo2019-11-111-2/+2
* libFLAC/stream_decoder.c: fix integer overflow on corrupt fileHakan Kvist2019-10-241-0/+2
* Fix msvc build after commit b917d456sezero2019-10-192-9/+11
* Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds.NY001232019-10-195-7/+7
* travis: Add a brew updateErik de Castro Lopo2019-10-161-1/+1
* cmake: fix nasm sources build when building in a separate directorysezero2019-10-101-2/+3
* configure.ac: allow several compiler flags for clangsezero2019-10-102-4/+17
* cmake: do not add visibility attributes to shared lib builds for win32.sezero2019-10-102-4/+21
* make dllexport work with compilers other than MSVCsezero2019-10-104-10/+29
* move the new public get_decoder_client_data function to public header.sezero2019-10-102-5/+10
* libFLAC/bitreader.c: Fix out-of-bounds readErik de Castro Lopo2019-10-081-1/+1
* Make sure CMake build files end up in release tarballErik de Castro Lopo2019-10-0133-3/+48
* Remove un-needed Makefile.amErik de Castro Lopo2019-10-019-132/+1
* configure.ac: check for sys/auxv.h before defining FLAC__CPU_PPCPeter Seiderer2019-09-301-2/+2
* libFLAC/lpc.c: Fix signed integer overflowErik de Castro Lopo2019-09-161-12/+12
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-09-161-2/+4
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-09-161-1/+1
* libFLAC/bitreader.c: Fix OOB readErik de Castro Lopo2019-09-161-5/+8
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-157-20/+24
* Run libFLAC++ through clang-tidy.Rosen Penev2019-09-153-165/+164
* Fix function redefinition on arm-none-eabi compilersoreo6392019-09-154-9/+9
* window: fabs > fabsf and cos > cosf where it makes senseRosen Penev2019-09-151-16/+16
* flac/utils: Add missing defineRosen Penev2019-09-151-0/+3
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-205-12/+37
* Fix build on FreeBSD PowerPCpkubaj2019-08-181-0/+13
* Fix metaflac under ctest.Ralph Giles2019-08-161-1/+1
* libFLAC: Rename get_client_data_from_decoder functionErik de Castro Lopo2019-08-092-4/+4
* increase required minimum cmake version to 3.9.sezero2019-08-061-1/+1
* Do not assume that sys/param.h defines MIN and MAXsezero2019-08-051-0/+2
* doc: Add xmlns attributes.Ralph Giles2019-08-0516-16/+16
* Version 1.3.31.3.3Erik de Castro Lopo2019-08-0412-19/+109
* doc: Remove xhtml validator links.Fabian Greffrath2019-08-0416-48/+0
* doc: Use empty-element <hr/> tag.Ralph Giles2019-08-041-1/+1
* .travis.yml: Generate and validate html documentation.Ralph Giles2019-08-041-1/+5
* Add -lrt for all operating systems for clock_gettimeDagobert Michelsen2019-07-171-9/+4
* Update Visual Studio 2005 filesErik de Castro Lopo2019-07-162-0/+16
* Fix CppCheck warningsErik de Castro Lopo2019-07-153-9/+14
* test: Ignore varying length in metadataErik de Castro Lopo2019-07-1580-540/+547
* Fix CMake configure warningevpobr2019-06-011-1/+1
* Fixed #107: CMake error without enabling BUILD_CXXLIBSVitaliy Kirsanov2019-05-311-3/+4