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
/
libFLAC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set release date for 1.3.4.
Ralph Giles
2022-02-13
1
-1
/
+1
*
Change version to 1.3.4 and add placeholders for release date
Martijn van Beurden
2022-02-13
5
-15
/
+15
*
Revert "libFLAC: Rename get_client_data_from_decoder function"
Ralph Giles
2022-02-13
2
-4
/
+4
*
Revert "move the new public get_decoder_client_data function to public header."
Ralph Giles
2022-02-13
1
-0
/
+5
*
Check that blocksize is evenly divisible by 2^(partition order)
Martijn van Beurden
2022-02-08
1
-2
/
+4
*
Check for predictor order <= blocksize in subframe header
Martijn van Beurden
2022-02-08
1
-2
/
+14
*
Mark fixed subframes with bps > 24 as unparsable
Martijn van Beurden
2022-02-08
1
-0
/
+6
*
Mark 32 bps stream with stereo decorrelation as unparsable
Martijn van Beurden
2022-02-08
1
-0
/
+5
*
libFlac: Exit at EOS in verify mode
Neelkamal Semwal
2022-02-08
1
-1
/
+3
*
Make decoder more fuzzer-friendly by disabling frame checks on fuzzing
Martijn van Beurden
2022-02-08
1
-0
/
+10
*
cpu.h: detect AVX/FMA intrinsics availability on clang
tmkk
2021-07-24
1
-0
/
+6
*
Fix nasm.h not found when building in x86
Chocobo1
2021-06-22
1
-1
/
+1
*
Add some overflow checks for residual bits calculation
Martijn van Beurden
2021-03-15
1
-8
/
+15
*
libFLAC/stream_decoder.c: Fix divide by zero error in FLAC__stream_decoder_se...
Neelkamal Semwal
2021-03-15
1
-2
/
+4
*
libFLAC/stream_decoder.c: Use current position as bound when seeking
Robert Kausch
2021-03-15
1
-3
/
+14
*
CMake polishing
evpobr
2020-05-14
1
-13
/
+12
*
Simplified logic of parsing sizes of rice-partitions
Ulrik Mikaelsson
2020-05-03
1
-3
/
+3
*
fix build under Mac OS X with PowerPC CPU
Thomas BERNARD
2020-05-03
1
-5
/
+12
*
Bunch of CMake fixes
evpobr
2020-05-03
1
-3
/
+4
*
cmake: Fix pkg-config install path
evpobr
2020-04-07
1
-1
/
+1
*
Add more CMake options
evpobr
2020-04-05
1
-9
/
+10
*
link lm publicly to FLAC
ericLemanissier
2020-03-06
1
-1
/
+1
*
CMake: Handier way to find Iconv
Vitaliy Kirsanov
2019-12-22
1
-8
/
+4
*
libFLAC: Removed useless comparison
Andrey Astafyev
2019-12-08
1
-1
/
+1
*
libFLAC/bitreader.c: Fix shift invoking undefined behaviour
Erik de Castro Lopo
2019-11-24
1
-2
/
+3
*
libFLAC/bitreader.c: Fix shift invoking undefined behaviour
Erik de Castro Lopo
2019-11-22
1
-2
/
+3
*
libFLAC/bitreader.c: Fix shift invoking undefined behaviour
Erik de Castro Lopo
2019-11-19
1
-3
/
+4
*
cmake: use proper pkg-config install path variable
DeadSix27
2019-11-18
1
-1
/
+1
*
cmake_minimum_required() cleanup:
sezero
2019-11-15
2
-4
/
+0
*
libFLAC/bitreader.c: Fix shift invoking undefined behaviour
Erik de Castro Lopo
2019-11-11
1
-1
/
+1
*
libFLAC/stream_decoder.c: fix integer overflow on corrupt file
Hakan Kvist
2019-10-24
1
-0
/
+2
*
Fix msvc build after commit b917d456
sezero
2019-10-19
1
-1
/
+0
*
cmake: fix nasm sources build when building in a separate directory
sezero
2019-10-10
1
-2
/
+3
*
cmake: do not add visibility attributes to shared lib builds for win32.
sezero
2019-10-10
1
-2
/
+11
*
make dllexport work with compilers other than MSVC
sezero
2019-10-10
1
-8
/
+11
*
move the new public get_decoder_client_data function to public header.
sezero
2019-10-10
1
-5
/
+0
*
libFLAC/bitreader.c: Fix out-of-bounds read
Erik de Castro Lopo
2019-10-08
1
-1
/
+1
*
Make sure CMake build files end up in release tarball
Erik de Castro Lopo
2019-10-01
2
-0
/
+3
*
libFLAC/lpc.c: Fix signed integer overflow
Erik de Castro Lopo
2019-09-16
1
-12
/
+12
*
libFLAC/bitreader.c: Fix shift invoking undefined behaviour
Erik de Castro Lopo
2019-09-16
1
-2
/
+4
*
libFLAC/bitreader.c: Fix shift invoking undefined behaviour
Erik de Castro Lopo
2019-09-16
1
-1
/
+1
*
libFLAC/bitreader.c: Fix OOB read
Erik de Castro Lopo
2019-09-16
1
-5
/
+8
*
Fix a number of gcc 9.2 compiler warnings
Erik de Castro Lopo
2019-09-15
1
-3
/
+4
*
window: fabs > fabsf and cos > cosf where it makes sense
Rosen Penev
2019-09-15
1
-16
/
+16
*
Switch to utimensat for newer POSIX versions
Rosen Penev
2019-08-20
1
-2
/
+7
*
Fix build on FreeBSD PowerPC
pkubaj
2019-08-18
1
-0
/
+13
*
libFLAC: Rename get_client_data_from_decoder function
Erik de Castro Lopo
2019-08-09
2
-4
/
+4
*
Do not assume that sys/param.h defines MIN and MAX
sezero
2019-08-05
1
-0
/
+2
*
Version 1.3.3
1.3.3
Erik de Castro Lopo
2019-08-04
5
-13
/
+13
*
Update Visual Studio 2005 files
Erik de Castro Lopo
2019-07-16
2
-0
/
+16
[next]