summaryrefslogtreecommitdiff
path: root/src/share/grabbag
Commit message (Expand)AuthorAgeFilesLines
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-201-2/+7
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-1/+1
* Fixed dependencies on win_utf8_ioВиталий Кирсанов2019-05-041-1/+4
* FLAC now depends on win_utf8_ioVitaliy Kirsanov2019-05-041-2/+1
* CMake support addedVitaliy Kirsanov2019-05-041-0/+12
* Move CreateFile_utf8 function to a more logical placelvqcl2018-08-252-43/+12
* move CreateFile function outside of libFLAClvqcl2018-08-191-9/+45
* Fix compile with cygwinRosen Penev2017-02-091-7/+1
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-191-0/+2
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-144-37/+37
* Another bulk update of copyright datesErik de Castro Lopo2016-12-051-1/+1
* Bulk update copyright datesErik de Castro Lopo2016-12-056-6/+6
* 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
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-082-8/+2
* 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
* grabbag: Replace strncpy with safe_strncpyErik de Castro Lopo2015-07-041-1/+2
* libFLAC : Put upper bound on number of seek points.Erik de Castro Lopo2015-02-181-0/+2
* Update grabbag tests to work out-of-tree.Erik de Castro Lopo2015-02-151-45/+129
* More date fixes.Erik de Castro Lopo2014-11-251-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-256-6/+6
* Windows specific vsnprintf fixes.Erik de Castro Lopo2014-09-221-4/+29
* Add project files for Visual Studio 2010 and later.Erik de Castro Lopo2014-07-062-0/+227
* Correections for comments.Erik de Castro Lopo2014-06-281-1/+1
* Remove un-needed code.Erik de Castro Lopo2014-06-281-1/+0
* Update Makefile.lite build system.Evan Ramos2014-06-241-1/+6
* replaygain_analysis : Rename float_t -> flac_float_t.Erik de Castro Lopo2014-06-241-7/+7
* replaygain_analysis : Switch to standard C sized integer types.Erik de Castro Lopo2014-06-161-7/+7
* src/ : Fix two typos.Erik de Castro Lopo2014-06-011-1/+1
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-246-6/+6
* Move FLAC__STRCASECMP definition to compat.h.Erik de Castro Lopo2014-03-141-5/+0
* Vcproj file updates.Erik de Castro Lopo2013-10-041-6/+5
* src/share/grabbag/replaygain.c : Fix compiler warnings.Erik de Castro Lopo2013-07-211-4/+4
* Add missing config.h includesCristian Rodríguez2013-06-051-0/+4
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-266-6/+12
* Use C locale when reading ReplayGain tagUlrich Klauer2013-04-301-7/+25
* Win utf8 treatment for CreateFile.Erik de Castro Lopo2013-04-211-2/+2
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-071-67/+0
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-4/+4
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-011-1/+1
* Use recursive automake in src/share/ part of tree.Erik de Castro Lopo2013-04-011-24/+0
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-292-7/+7
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-294-24/+85
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-192-12/+14
* Windows flac_snprintf tweaks.Erik de Castro Lopo2013-03-171-1/+1
* Use new function flac_snprintf() where ever appropriate.Erik de Castro Lopo2013-03-171-5/+1