index
:
delta/flac.git
1.3.x
gitlab-ci-squash
master
topic/aarch64
topic/cmake-dist
topic/fix-damn-cpp-goop
topic/get-decoder
topic/oss-fuzz
topic/release-1.3.4
topic/test-1.3.3
topic/travis
wip/cpu
gitlab.xiph.org: xiph/flac.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
metaflac
Commit message (
Expand
)
Author
Age
Files
Lines
*
stdint.h fixes for MSVS 2005/2008
Erik de Castro Lopo
2017-01-19
1
-0
/
+2
*
When using libtool, use LTLIBICONV instead.
David Seifert
2017-01-15
1
-1
/
+1
*
Bulk update copyright dates
Erik de Castro Lopo
2016-12-05
17
-18
/
+18
*
libFLAC: Remove win_utf8_io dependency
Erik de Castro Lopo
2016-02-08
1
-0
/
+5
*
Clean up #includes
Erik de Castro Lopo
2016-01-24
1
-0
/
+1
*
Makefile.lite: Include config.mk from top level build dir
Thomas Zander
2015-10-30
1
-0
/
+2
*
metaflac: add --scan-replay-gain option
Ben Boeckel
2015-08-14
4
-9
/
+23
*
flac/metaflac: Do case-insensitve comparison of hex values
Erik de Castro Lopo
2015-08-09
1
-1
/
+1
*
Fix some minor word duplication
Zoë Blade
2014-12-03
1
-1
/
+1
*
Update copyright years to include 2014.
Erik de Castro Lopo
2014-11-25
17
-18
/
+18
*
metaflac : Fix typo in error message.
Erik de Castro Lopo
2014-09-26
1
-1
/
+1
*
flac and metaflac : Don't always call setlocale() in Windows.
Erik de Castro Lopo
2014-07-19
1
-0
/
+13
*
Makefile.ams: Add MSVS project files to EXTRA_DIST.
Erik de Castro Lopo
2014-07-09
1
-1
/
+3
*
Add project files for Visual Studio 2010 and later.
Erik de Castro Lopo
2014-07-06
2
-0
/
+273
*
Update Makefile.lite build system.
Evan Ramos
2014-06-24
1
-0
/
+4
*
Fix all instances of '#if HAVE_CONFIG_H'.
Erik de Castro Lopo
2014-03-24
10
-10
/
+10
*
Vcproj file updates.
Erik de Castro Lopo
2013-10-04
1
-6
/
+7
*
metaflac : Fix local_strcat() to terminate string correctly.
Miroslav Lichvar
2013-06-05
1
-1
/
+1
*
Set version to 1.3.0 and update coyprights throughout.
Erik de Castro Lopo
2013-05-26
17
-18
/
+36
*
Metaflac UTF-8 fixes (Windows)
Janne Hyvärinen
2013-04-25
3
-5
/
+14
*
Metaflac hex dump UTF-8 and locale fix.
Erik de Castro Lopo
2013-04-21
1
-18
/
+24
*
Ensure AM_LDFLAGS is used consistently
Cristian Rodríguez
2013-04-21
1
-1
/
+1
*
A set of windows utf8 patches fromJanne Hyvärinen <cse@sci.fi>.
Erik de Castro Lopo
2013-04-21
1
-1
/
+1
*
Fix a bunch of compiler warnings (mainly MinGW).
Erik de Castro Lopo
2013-04-07
1
-1
/
+1
*
For windows, make UTF-8 mode into a runtime choice.
Erik de Castro Lopo
2013-04-07
1
-81
/
+0
*
Only link against libogg (and libm) if needed
Ulrich Klauer
2013-04-07
1
-3
/
+1
*
Rename all parameters and locals from 'index' to 'indx'.
Erik de Castro Lopo
2013-04-05
2
-6
/
+6
*
metaflac typo patch from Janne Hyvärinen <cse@sci.fi>.
Erik de Castro Lopo
2013-04-02
1
-1
/
+1
*
Purge FLAC__STRINGS_IN_UTF8 from VC project files.
Erik de Castro Lopo
2013-04-01
1
-1
/
+1
*
Enable utf8 I/O stuff when compiling with MinGW.
Erik de Castro Lopo
2013-04-01
2
-2
/
+2
*
Use recursive automake in src/share/ part of tree.
Erik de Castro Lopo
2013-04-01
1
-1
/
+1
*
Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs.
Erik de Castro Lopo
2013-03-29
1
-0
/
+2
*
Huge Windows utf8 I/O patch.
Erik de Castro Lopo
2013-03-29
11
-117
/
+211
*
Replace broken str* functions with safe versions.
Erik de Castro Lopo
2013-03-19
1
-5
/
+6
*
More Microsoft Visual Studio project file updates.
Erik de Castro Lopo
2013-03-18
1
-2
/
+2
*
Use new function flac_snprintf() where ever appropriate.
Erik de Castro Lopo
2013-03-17
1
-7
/
+2
*
Fix a couple of Windows 2Gig file size issues.
Erik de Castro Lopo
2013-03-14
1
-1
/
+2
*
Fix -Wshadow warnings.
Erik de Castro Lopo
2013-03-11
1
-1
/
+1
*
Purge old un-maintained MSVC 6 project files.
Erik de Castro Lopo
2013-03-10
2
-153
/
+0
*
Fix compiler warnings from new compiler flags.
Erik de Castro Lopo
2013-03-06
1
-2
/
+1
*
Revert parts of 96d081c1 that touched source code or autotools files.
Erik de Castro Lopo
2013-01-03
1
-1
/
+1
*
Fix VC project files to use /objs/ directory instead of /obj/ directory.
Erik de Castro Lopo
2013-01-02
2
-8
/
+8
*
Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.
Erik de Castro Lopo
2013-01-02
1
-1
/
+1
*
Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
Hendricks266
2013-01-02
2
-4
/
+4
*
Update FSF address.
Miroslav Lichvar
2012-12-06
17
-54
/
+54
*
replace local_strtoull with _strtoui64 in windows
Cristian Rodríguez
2012-04-18
1
-22
/
+1
*
Update and improve autotools build
Cristian Rodríguez
2012-04-08
1
-1
/
+1
*
Use sizeof instead of magic number 4.
Erik de Castro Lopo
2012-04-07
1
-2
/
+2
*
Fix buffer overflow by replacing strcpy with memcpy.
Erik de Castro Lopo
2012-04-05
1
-1
/
+1
*
Remove casting of return value from *alloc() functions.
Erik de Castro Lopo
2012-04-04
3
-10
/
+10
[next]