summaryrefslogtreecommitdiff
path: root/src/share
Commit message (Expand)AuthorAgeFilesLines
* Bunch of CMake fixesevpobr2020-05-033-11/+0
* CMake: Handier way to find IconvVitaliy Kirsanov2019-12-221-3/+2
* replaygain: Fixed usage of gainfilter variable after freeAndrey Astafyev2019-12-081-3/+6
* Make sure CMake build files end up in release tarballErik de Castro Lopo2019-10-011-0/+7
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-152-6/+7
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-201-2/+7
* Fix CppCheck warningsErik de Castro Lopo2019-07-151-1/+1
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-1/+1
* Fixed dependencies on win_utf8_ioВиталий Кирсанов2019-05-042-2/+12
* Fixed dependency between grabbag and utf8Vitaliy Kirsanov2019-05-041-1/+1
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-041-9/+1
* FLAC now depends on win_utf8_ioVitaliy Kirsanov2019-05-041-2/+1
* CMake support addedVitaliy Kirsanov2019-05-047-0/+46
* Cosmetic changes in lpc_asm.nasm and utf8.clvqcl2018-09-021-9/+1
* Move CreateFile_utf8 function to a more logical placelvqcl2018-08-253-43/+30
* move CreateFile function outside of libFLAClvqcl2018-08-191-9/+45
* replaygain_synthesis.c: Fix compile issue in MSVSJeffrey Espiritu2018-04-091-0/+1
* replaygain_synthesis.c: Fix a cppcheck warningErik de Castro Lopo2017-07-211-13/+18
* Fix compile with cygwinRosen Penev2017-02-091-7/+1
* Do not override CFLAGS, as CFLAGS is a user flag.David Seifert2017-01-191-6/+0
* share/utf8/charset.c: Cleanup realloc() usageErik de Castro Lopo2017-01-191-3/+5
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-196-0/+12
* getopt.c: Pointer comparison fixErik de Castro Lopo2017-01-171-4/+2
* Yet more unsigned fixesErik de Castro Lopo2017-01-162-3/+3
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-1410-78/+79
* Fix build with MSVC if UNICODE is enabledErik de Castro Lopo2017-01-041-1/+1
* More Makefile.lite fixesErik de Castro Lopo2016-12-211-0/+1
* Another bulk update of copyright datesErik de Castro Lopo2016-12-052-2/+2
* Bulk update copyright datesErik de Castro Lopo2016-12-059-9/+9
* src/share/grabbag/seektable.c: Fix typo inside assertErik de Castro Lopo2016-12-021-1/+1
* flac/metaflac: Limit the size of metadata blocksErik de Castro Lopo2016-05-011-1/+4
* cuesheet.c: Allow quotes around ISRC fieldErik de Castro Lopo2016-04-261-1/+1
* More Windows fixesErik de Castro Lopo2016-02-091-7/+2
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-085-149/+10
* src/share/utf8/utf8.c: Windows API usage fixesErik de Castro Lopo2016-02-081-191/+74
* Remove src/share/utf8/Makefile.amErik de Castro Lopo2016-02-031-39/+0
* win_utf8_io: Fix compile errorErik de Castro Lopo2016-02-021-1/+1
* share/utf8: Add missing checkErik de Castro Lopo2016-02-011-0/+6
* Refactoring of win_utf8_ioErik de Castro Lopo2016-01-311-156/+171
* src/share/Makefile.am: Fix EXTRA_DISTErik de Castro Lopo2016-01-311-2/+1
* Remove src/share/utf8/charsetmap.hErik de Castro Lopo2016-01-311-79/+0
* Windows/MSVC utf8 build fixesErik de Castro Lopo2016-01-296-43/+3
* Fix some cppcheck reportsJulien Nabet2016-01-231-2/+5
* grabbag: Fix comment in headerErik de Castro Lopo2016-01-191-1/+1
* Error out when asked to store an picture that is too largeErik de Castro Lopo2016-01-091-1/+5
* Whitespace onlyErik de Castro Lopo2015-12-251-1/+1
* libFLAC: Add function safe_realloc_()Erik de Castro Lopo2015-08-221-7/+3
* Windows: Ensure FreeLibrary() calls match LoadLibrary() callsErik de Castro Lopo2015-08-091-5/+14
* replaygain: Remove dead assignmentErik de Castro Lopo2015-07-041-1/+0
* grabbag: Replace strncpy with safe_strncpyErik de Castro Lopo2015-07-041-1/+2