summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add Aarch64 Supportcoreyjjames2020-01-056-0/+257
* Fix nullptr dereference in FLAC++Tamás Zahola2019-12-271-0/+3
* CMake: Handier way to find IconvVitaliy Kirsanov2019-12-225-21/+15
* Correct printf specifiers to unsigned int where neededAndrey Astafyev2019-12-094-9/+9
* flac: Input file name size calculated just one timeAndrey Astafyev2019-12-081-10/+14
* replaygain: Fixed usage of gainfilter variable after freeAndrey Astafyev2019-12-081-3/+6
* flac: Remove variable from expression because it's always equals to falseAndrey Astafyev2019-12-081-1/+1
* libFLAC: Removed useless comparisonAndrey Astafyev2019-12-081-1/+1
* libFLAC++: Fix mistyped identifier nameAndrey Astafyev2019-12-081-1/+1
* libFLAC++: Delete decoder and encoder before return if they're not validAndrey Astafyev2019-12-082-0/+4
* Both files are checked for EOFAndrey Astafyev2019-11-301-1/+1
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-241-2/+3
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-221-2/+3
* 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
* libFLAC++: Add libFLAC++-static.la target for oss-fuzzersErik de Castro Lopo2019-11-181-4/+9
* cmake_minimum_required() cleanup:sezero2019-11-153-7/+0
* 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-191-1/+0
* Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds.NY001232019-10-193-3/+3
* cmake: fix nasm sources build when building in a separate directorysezero2019-10-101-2/+3
* 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-101-8/+11
* move the new public get_decoder_client_data function to public header.sezero2019-10-101-5/+0
* 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-0120-0/+28
* 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-156-19/+21
* Run libFLAC++ through clang-tidy.Rosen Penev2019-09-153-165/+164
* 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-204-11/+28
* Fix build on FreeBSD PowerPCpkubaj2019-08-181-0/+13
* libFLAC: Rename get_client_data_from_decoder functionErik de Castro Lopo2019-08-092-4/+4
* Do not assume that sys/param.h defines MIN and MAXsezero2019-08-051-0/+2
* Version 1.3.31.3.3Erik de Castro Lopo2019-08-045-13/+13
* Update Visual Studio 2005 filesErik de Castro Lopo2019-07-162-0/+16
* Fix CppCheck warningsErik de Castro Lopo2019-07-153-9/+14
* CMake: fixed windows_unicode_filenames linking errorsВиталий Кирсанов2019-05-281-2/+4
* Fix Visual Studio solution generation with CMakeevpobr2019-05-121-4/+5
* Ogg::Ogg renamed to Ogg::oggVitaliy Kirsanov2019-05-041-2/+2
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-0414-56/+49
* Fixed dependencies on win_utf8_ioВиталий Кирсанов2019-05-049-20/+30
* Fixed dependency between grabbag and utf8Vitaliy Kirsanov2019-05-043-3/+2