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
/
share
/
grabbag
Commit message (
Expand
)
Author
Age
Files
Lines
*
FLAC now depends on win_utf8_io
Vitaliy Kirsanov
2019-05-04
1
-2
/
+1
*
CMake support added
Vitaliy Kirsanov
2019-05-04
1
-0
/
+12
*
Move CreateFile_utf8 function to a more logical place
lvqcl
2018-08-25
2
-43
/
+12
*
move CreateFile function outside of libFLAC
lvqcl
2018-08-19
1
-9
/
+45
*
Fix compile with cygwin
Rosen Penev
2017-02-09
1
-7
/
+1
*
stdint.h fixes for MSVS 2005/2008
Erik de Castro Lopo
2017-01-19
1
-0
/
+2
*
Purge usage of `unsigned` type
Erik de Castro Lopo
2017-01-14
4
-37
/
+37
*
Another bulk update of copyright dates
Erik de Castro Lopo
2016-12-05
1
-1
/
+1
*
Bulk update copyright dates
Erik de Castro Lopo
2016-12-05
6
-6
/
+6
*
src/share/grabbag/seektable.c: Fix typo inside assert
Erik de Castro Lopo
2016-12-02
1
-1
/
+1
*
flac/metaflac: Limit the size of metadata blocks
Erik de Castro Lopo
2016-05-01
1
-1
/
+4
*
cuesheet.c: Allow quotes around ISRC field
Erik de Castro Lopo
2016-04-26
1
-1
/
+1
*
libFLAC: Remove win_utf8_io dependency
Erik de Castro Lopo
2016-02-08
2
-8
/
+2
*
Fix some cppcheck reports
Julien Nabet
2016-01-23
1
-2
/
+5
*
grabbag: Fix comment in header
Erik de Castro Lopo
2016-01-19
1
-1
/
+1
*
Error out when asked to store an picture that is too large
Erik de Castro Lopo
2016-01-09
1
-1
/
+5
*
Whitespace only
Erik de Castro Lopo
2015-12-25
1
-1
/
+1
*
grabbag: Replace strncpy with safe_strncpy
Erik de Castro Lopo
2015-07-04
1
-1
/
+2
*
libFLAC : Put upper bound on number of seek points.
Erik de Castro Lopo
2015-02-18
1
-0
/
+2
*
Update grabbag tests to work out-of-tree.
Erik de Castro Lopo
2015-02-15
1
-45
/
+129
*
More date fixes.
Erik de Castro Lopo
2014-11-25
1
-1
/
+1
*
Update copyright years to include 2014.
Erik de Castro Lopo
2014-11-25
6
-6
/
+6
*
Windows specific vsnprintf fixes.
Erik de Castro Lopo
2014-09-22
1
-4
/
+29
*
Add project files for Visual Studio 2010 and later.
Erik de Castro Lopo
2014-07-06
2
-0
/
+227
*
Correections for comments.
Erik de Castro Lopo
2014-06-28
1
-1
/
+1
*
Remove un-needed code.
Erik de Castro Lopo
2014-06-28
1
-1
/
+0
*
Update Makefile.lite build system.
Evan Ramos
2014-06-24
1
-1
/
+6
*
replaygain_analysis : Rename float_t -> flac_float_t.
Erik de Castro Lopo
2014-06-24
1
-7
/
+7
*
replaygain_analysis : Switch to standard C sized integer types.
Erik de Castro Lopo
2014-06-16
1
-7
/
+7
*
src/ : Fix two typos.
Erik de Castro Lopo
2014-06-01
1
-1
/
+1
*
Fix all instances of '#if HAVE_CONFIG_H'.
Erik de Castro Lopo
2014-03-24
6
-6
/
+6
*
Move FLAC__STRCASECMP definition to compat.h.
Erik de Castro Lopo
2014-03-14
1
-5
/
+0
*
Vcproj file updates.
Erik de Castro Lopo
2013-10-04
1
-6
/
+5
*
src/share/grabbag/replaygain.c : Fix compiler warnings.
Erik de Castro Lopo
2013-07-21
1
-4
/
+4
*
Add missing config.h includes
Cristian RodrÃguez
2013-06-05
1
-0
/
+4
*
Set version to 1.3.0 and update coyprights throughout.
Erik de Castro Lopo
2013-05-26
6
-6
/
+12
*
Use C locale when reading ReplayGain tag
Ulrich Klauer
2013-04-30
1
-7
/
+25
*
Win utf8 treatment for CreateFile.
Erik de Castro Lopo
2013-04-21
1
-2
/
+2
*
For windows, make UTF-8 mode into a runtime choice.
Erik de Castro Lopo
2013-04-07
1
-67
/
+0
*
Rename all parameters and locals from 'index' to 'indx'.
Erik de Castro Lopo
2013-04-05
1
-4
/
+4
*
Purge FLAC__STRINGS_IN_UTF8 from VC project files.
Erik de Castro Lopo
2013-04-01
1
-1
/
+1
*
Use recursive automake in src/share/ part of tree.
Erik de Castro Lopo
2013-04-01
1
-24
/
+0
*
Rename _flac_stat to flac_stat_s.
Erik de Castro Lopo
2013-03-29
2
-7
/
+7
*
Huge Windows utf8 I/O patch.
Erik de Castro Lopo
2013-03-29
4
-24
/
+85
*
Replace broken str* functions with safe versions.
Erik de Castro Lopo
2013-03-19
2
-12
/
+14
*
Windows flac_snprintf tweaks.
Erik de Castro Lopo
2013-03-17
1
-1
/
+1
*
Use new function flac_snprintf() where ever appropriate.
Erik de Castro Lopo
2013-03-17
1
-5
/
+1
*
Add file src/share/grabbag/snprintf.c to grabbag library.
Erik de Castro Lopo
2013-03-17
3
-1
/
+79
*
Fix a couple of Windows 2Gig file size issues.
Erik de Castro Lopo
2013-03-14
2
-2
/
+9
*
MS VS : Add alloc.c to the grabbag static build.
Erik de Castro Lopo
2013-03-12
1
-0
/
+4
[next]