summaryrefslogtreecommitdiff
path: root/src/metaflac
Commit message (Expand)AuthorAgeFilesLines
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-2616-17/+17
* Remove Makefile.lite build systemMartijn van Beurden2022-05-272-58/+1
* Remove all Visual Studio specific build filesMartijn van Beurden2022-05-274-530/+1
* Bunch of CMake fixesevpobr2020-05-031-4/+3
* Make sure CMake build files end up in release tarballErik de Castro Lopo2019-10-011-0/+1
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-151-4/+5
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-1/+1
* Fixed dependencies on win_utf8_ioВиталий Кирсанов2019-05-041-0/+3
* Fixed dependency between grabbag and utf8Vitaliy Kirsanov2019-05-041-1/+1
* CMake support addedVitaliy Kirsanov2019-05-041-0/+15
* Fix miscellaneous typos.luz.paz2018-05-241-1/+1
* metaflac: Fix a memory leakErik de Castro Lopo2017-04-091-1/+3
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-191-0/+2
* When using libtool, use LTLIBICONV instead.David Seifert2017-01-151-1/+1
* Bulk update copyright datesErik de Castro Lopo2016-12-0517-18/+18
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-081-0/+5
* Clean up #includesErik de Castro Lopo2016-01-241-0/+1
* Makefile.lite: Include config.mk from top level build dirThomas Zander2015-10-301-0/+2
* metaflac: add --scan-replay-gain optionBen Boeckel2015-08-144-9/+23
* flac/metaflac: Do case-insensitve comparison of hex valuesErik de Castro Lopo2015-08-091-1/+1
* Fix some minor word duplicationZoë Blade2014-12-031-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-2517-18/+18
* metaflac : Fix typo in error message.Erik de Castro Lopo2014-09-261-1/+1
* flac and metaflac : Don't always call setlocale() in Windows.Erik de Castro Lopo2014-07-191-0/+13
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-091-1/+3
* Add project files for Visual Studio 2010 and later.Erik de Castro Lopo2014-07-062-0/+273
* Update Makefile.lite build system.Evan Ramos2014-06-241-0/+4
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-2410-10/+10
* Vcproj file updates.Erik de Castro Lopo2013-10-041-6/+7
* metaflac : Fix local_strcat() to terminate string correctly.Miroslav Lichvar2013-06-051-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-2617-18/+36
* Metaflac UTF-8 fixes (Windows)Janne Hyvärinen2013-04-253-5/+14
* Metaflac hex dump UTF-8 and locale fix.Erik de Castro Lopo2013-04-211-18/+24
* Ensure AM_LDFLAGS is used consistentlyCristian Rodríguez2013-04-211-1/+1
* A set of windows utf8 patches fromJanne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-211-1/+1
* Fix a bunch of compiler warnings (mainly MinGW).Erik de Castro Lopo2013-04-071-1/+1
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-071-81/+0
* Only link against libogg (and libm) if neededUlrich Klauer2013-04-071-3/+1
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-052-6/+6
* metaflac typo patch from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-021-1/+1
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-011-1/+1
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-012-2/+2
* Use recursive automake in src/share/ part of tree.Erik de Castro Lopo2013-04-011-1/+1
* Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs.Erik de Castro Lopo2013-03-291-0/+2
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-2911-117/+211
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-191-5/+6
* More Microsoft Visual Studio project file updates.Erik de Castro Lopo2013-03-181-2/+2
* Use new function flac_snprintf() where ever appropriate.Erik de Castro Lopo2013-03-171-7/+2
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-1/+2
* Fix -Wshadow warnings.Erik de Castro Lopo2013-03-111-1/+1