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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add appropriate WAV channel masks for 7 and 8 channel files.
Erik de Castro Lopo
2013-03-02
2
-2
/
+18
*
xmms - Fix inline linking problems with old glib
Timothy B. Terriberry
2013-02-08
7
-19
/
+14
*
xmms - #include <inttypes.h> for PRIu64
Timothy B. Terriberry
2013-02-08
2
-0
/
+2
*
xmms - Fix libtool usage.
Timothy B. Terriberry
2013-02-08
1
-3
/
+0
*
Hoist a repeated conditional in the channel mapping code.
Ralph Giles
2013-01-18
1
-15
/
+9
*
Revert parts of 96d081c1 that touched source code or autotools files.
Erik de Castro Lopo
2013-01-03
3
-3
/
+3
*
Fix VC project files to use /objs/ directory instead of /obj/ directory.
Erik de Castro Lopo
2013-01-02
48
-152
/
+152
*
Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.
Erik de Castro Lopo
2013-01-02
16
-16
/
+16
*
Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
Hendricks266
2013-01-02
21
-57
/
+135
*
Fix to allow the flac command to parse piped WAV input with
nu774
2012-12-28
1
-21
/
+11
*
autogen.sh: replace this by a simple call to autoreconf
Max Horn
2012-12-13
7
-12
/
+3
*
Fix a copy & paste error in a comment.
Timothy B. Terriberry
2012-12-09
1
-1
/
+1
*
Covert 2 C source files from dos to unix line endings.
Erik de Castro Lopo
2012-12-06
2
-247
/
+247
*
Update FSF address.
Miroslav Lichvar
2012-12-06
117
-353
/
+353
*
Update library version-info.
Miroslav Lichvar
2012-12-04
2
-2
/
+2
*
Hide symbols with nasm.
Miroslav Lichvar
2012-12-04
1
-1
/
+5
*
Hide symbols with gcc.
Miroslav Lichvar
2012-12-04
2
-2
/
+10
*
Remove old GNU-stack sections from nasm files.
Miroslav Lichvar
2012-12-04
5
-20
/
+0
*
src/libFLAC/stream_encoder.c : Fix typo.
Erik de Castro Lopo
2012-11-30
1
-1
/
+1
*
Replace printfs with "%s" format strings with puts.
Erik de Castro Lopo
2012-11-13
4
-7
/
+7
*
Add a regresion test for compression levels.
Erik de Castro Lopo
2012-10-14
1
-0
/
+46
*
Fix a regression that severely impacted compression levels.
Erik de Castro Lopo
2012-10-12
1
-0
/
+1
*
Add a convenience function to create a Metadata::Padding object with a
Erik de Castro Lopo
2012-09-11
1
-0
/
+6
*
Optimize FLAC__bitreader_read_rice_signed_block.
Miroslav Lichvar
2012-08-28
1
-340
/
+105
*
Add new clz function which works with input 0.
Miroslav Lichvar
2012-08-28
1
-1
/
+8
*
Make FLAC__clz_soft_uint32 static.
Miroslav Lichvar
2012-08-28
1
-1
/
+1
*
Fix assembler code to make it PIC so the dynamic linker does
Samuli Suominen
2012-07-26
1
-0
/
+27
*
Change order of flac_LDADD libs so it works with mingw.
Erik de Castro Lopo
2012-07-04
1
-1
/
+1
*
Move code inside #ifdef _MSC_VER to compat.h.
Erik de Castro Lopo
2012-06-22
4
-42
/
+2
*
Move all definitions of FLAC__U64L to one place.
Erik de Castro Lopo
2012-06-22
6
-44
/
+6
*
Adds last functions from C metadata api to C++ metadata api
Bastiaan Timmer
2012-06-22
1
-0
/
+34
*
Fix building when configured with --disable-shared.
Erik de Castro Lopo
2012-06-22
6
-8
/
+16
*
Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete()
Erik de Castro Lopo
2012-06-22
2
-2
/
+6
*
bitmath: Finish up optimizations
Cristian Rodríguez
2012-06-08
3
-106
/
+116
*
Fix more compiler warnings.
Erik de Castro Lopo
2012-05-08
1
-1
/
+1
*
metadata.cpp : Fix compiler warning on 64 bit.
Erik de Castro Lopo
2012-05-08
1
-1
/
+1
*
src/libFLAC/lpc.c : Include <inttypes.h> so compiling debug version works.
Erik de Castro Lopo
2012-05-08
1
-0
/
+1
*
Add missing functions to VorbisComment class.
Erik de Castro Lopo
2012-05-08
1
-0
/
+30
*
Optimize COUNT_ZERO_MSBS macro
Miroslav Lichvar
2012-05-07
1
-3
/
+5
*
Fix all links to libtool version info rules.
Erik de Castro Lopo
2012-05-07
2
-2
/
+2
*
Bump version-info for libFLAC++ from 8:0:2 to 8:0:3.
Erik de Castro Lopo
2012-05-07
1
-1
/
+1
*
Add functionality present in the C library to the to C++ SeekTable class.
Erik de Castro Lopo
2012-05-07
1
-0
/
+42
*
replace local_strtoull with _strtoui64 in windows
Cristian Rodríguez
2012-04-18
1
-22
/
+1
*
Remove local_strtoull, windows has equivalent function _strtoui64
Cristian Rodríguez
2012-04-18
2
-66
/
+2
*
Update and improve autotools build
Cristian Rodríguez
2012-04-08
24
-58
/
+54
*
Use sizeof instead of magic number 4.
Erik de Castro Lopo
2012-04-07
1
-2
/
+2
*
Fix make distcheck
Cristian Rodríguez
2012-04-07
1
-0
/
+1
*
src/libFLAC/include/private/macros.h : Add copyright header.
Erik de Castro Lopo
2012-04-06
1
-1
/
+32
*
V2: Use a single definition of MIN and MAX in sources
Cristian Rodríguez
2012-04-06
10
-91
/
+70
*
remove unnecesary typedef in bitwriter.c
Cristian Rodríguez
2012-04-06
1
-16
/
+15
[next]