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
/
flac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CreateFile_utf8 function to a more logical place
lvqcl
2018-08-25
1
-2
/
+2
*
move CreateFile function outside of libFLAC
lvqcl
2018-08-19
1
-4
/
+4
*
Fix --output-prefix with input-files in sub-directories
orbea
2018-06-11
1
-2
/
+20
*
Fix miscellaneous typos.
luz.paz
2018-05-24
1
-2
/
+2
*
flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16)
Erik de Castro Lopo
2017-05-27
1
-1
/
+1
*
flac: Fix usage message
Erik de Castro Lopo
2017-04-17
1
-1
/
+1
*
flac/encode.c: Fix an integer overflow
Erik de Castro Lopo
2017-02-14
1
-3
/
+3
*
stdint.h fixes for MSVS 2005/2008
Erik de Castro Lopo
2017-01-19
2
-0
/
+4
*
When using libtool, use LTLIBICONV instead.
David Seifert
2017-01-15
1
-1
/
+1
*
Yet more purging of `unsigned` type
Erik de Castro Lopo
2017-01-15
7
-210
/
+210
*
flac/utils.c: Workaround for DJGPP missing wcswidth()
sezero
2017-01-14
1
-0
/
+2
*
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
18
-19
/
+19
*
Fix compiler warning from gcc-6.1.1
Erik de Castro Lopo
2016-09-08
1
-1
/
+2
*
libFLAC: Remove win_utf8_io dependency
Erik de Castro Lopo
2016-02-08
1
-0
/
+5
*
Fix ioctl/TIOCGWINSZ for OSX
Erik de Castro Lopo
2016-01-26
1
-1
/
+1
*
src/flac/utils.c: Fix for OpenBSD
Erik de Castro Lopo
2016-01-26
1
-1
/
+1
*
Fix three more cppcheck warnings
Erik de Castro Lopo
2016-01-23
1
-1
/
+1
*
iffscan: Fix printf format strings
Erik de Castro Lopo
2016-01-19
1
-5
/
+5
*
Fix description of --rice-partition-order in flac -H
Thomas Zander
2016-01-10
1
-3
/
+3
*
flac/encode.c: Limit padding size
Erik de Castro Lopo
2016-01-09
1
-0
/
+2
*
Couple of minor tweaks
Erik de Castro Lopo
2015-12-30
1
-2
/
+2
*
Whitespace only
Erik de Castro Lopo
2015-12-25
1
-5
/
+5
*
Makefile.lite: Include config.mk from top level build dir
Thomas Zander
2015-10-30
1
-0
/
+2
*
flac: Error out if decoding RAW with bits != (8|16|24)
Erik de Castro Lopo
2015-10-04
1
-0
/
+6
*
src/flac/encode.c: Fix undefined behaviour
Erik de Castro Lopo
2015-09-07
1
-3
/
+2
*
flac/decode.c: Fix undefined behaviour
Erik de Castro Lopo
2015-09-04
1
-1
/
+1
*
flac/encode.c: Fix undefinoed behaviour
Erik de Castro Lopo
2015-08-31
1
-1
/
+1
*
flac/metaflac: Do case-insensitve comparison of hex values
Erik de Castro Lopo
2015-08-09
1
-1
/
+1
*
flac/foreign_metadata: Fix for odd RIFF chunk size
Erik de Castro Lopo
2015-07-10
1
-1
/
+4
*
flac: Fix inlining failure warning
Erik de Castro Lopo
2015-07-04
1
-2
/
+3
*
src/encode.c : Fix potential infinite loop in flac-toflac encoding.
Erik de Castro Lopo
2015-02-22
1
-1
/
+14
*
flac : Fix for https://sourceforge.net/p/flac/bugs/425/
Erik de Castro Lopo
2015-02-18
1
-11
/
+11
*
src/flac/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed.
Erik de Castro Lopo
2014-12-14
1
-2
/
+1
*
Spelling and grammar fixes for console output
Karthik Periagaram
2014-12-14
1
-2
/
+2
*
flac/vorbiscomment.c : Fix typo.
Erik de Castro Lopo
2014-12-09
1
-1
/
+1
*
Remove traiing whitespace (mostly .c and .h files).
Erik de Castro Lopo
2014-12-05
1
-2
/
+2
*
src/flac/main.c : Fix an output line > 81 characters in length.
Erik de Castro Lopo
2014-12-04
1
-1
/
+2
*
Normalize some copyright dates strings.
Erik de Castro Lopo
2014-11-27
1
-1
/
+1
*
Some last copyright year updates and change to open bug list
Martijn van Beurden
2014-11-27
1
-1
/
+1
*
Update copyright years to include 2014.
Erik de Castro Lopo
2014-11-25
18
-19
/
+19
*
Improve description of encoding preset equivalents.
Erik de Castro Lopo
2014-11-15
1
-0
/
+6
*
Update documentation for new compression presets
Martijn van Beurden
2014-11-11
1
-10
/
+10
*
src/flac/decode.c : Decoder buffering improvements on Windows.
Erik de Castro Lopo
2014-10-03
1
-0
/
+43
*
flac : Add help output for --ignore-chunk-sizes option.
Erik de Castro Lopo
2014-09-24
1
-4
/
+0
*
Windows specific vsnprintf fixes.
Erik de Castro Lopo
2014-09-22
1
-5
/
+1
*
flac/utils.c : Fix calculation of a tag length.
Erik de Castro Lopo
2014-09-21
1
-1
/
+1
*
vorbiscomment.c : Do not write empty vorbiscomment fields.
Erik de Castro Lopo
2014-09-19
1
-1
/
+1
*
flac and metaflac : Don't always call setlocale() in Windows.
Erik de Castro Lopo
2014-07-19
1
-0
/
+13
*
flac/main.c : Improved option validation with --force-raw-format.
Erik de Castro Lopo
2014-07-13
1
-14
/
+6
[next]