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
*
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
*
Fix encoding of contributor name.
Max Zettlmeißl
2021-06-22
5
-5
/
+5
*
Fix compression ratio display for very small files
Martijn van Beurden
2021-03-15
1
-3
/
+3
*
Add some overflow checks for residual bits calculation
Martijn van Beurden
2021-03-15
1
-8
/
+15
*
Change analyse function to support >4Gbit frames
Martijn van Beurden
2021-03-15
3
-5
/
+5
*
flac: Work around gcc bug to prevent false unset MD5 signature warning
NotTsunami
2021-03-15
1
-1
/
+2
*
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
2
-14
/
+14
*
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
16
-41
/
+46
*
cmake: Fix pkg-config install path
evpobr
2020-04-07
2
-2
/
+2
*
Add more CMake options
evpobr
2020-04-05
3
-19
/
+24
*
link lm publicly to FLAC
ericLemanissier
2020-03-06
1
-1
/
+1
*
Fix nullptr dereference in FLAC++
Tamás Zahola
2019-12-27
1
-0
/
+3
*
CMake: Handier way to find Iconv
Vitaliy Kirsanov
2019-12-22
5
-21
/
+15
*
Correct printf specifiers to unsigned int where needed
Andrey Astafyev
2019-12-09
4
-9
/
+9
*
flac: Input file name size calculated just one time
Andrey Astafyev
2019-12-08
1
-10
/
+14
*
replaygain: Fixed usage of gainfilter variable after free
Andrey Astafyev
2019-12-08
1
-3
/
+6
*
flac: Remove variable from expression because it's always equals to false
Andrey Astafyev
2019-12-08
1
-1
/
+1
*
libFLAC: Removed useless comparison
Andrey Astafyev
2019-12-08
1
-1
/
+1
*
libFLAC++: Fix mistyped identifier name
Andrey Astafyev
2019-12-08
1
-1
/
+1
*
libFLAC++: Delete decoder and encoder before return if they're not valid
Andrey Astafyev
2019-12-08
2
-0
/
+4
*
Both files are checked for EOF
Andrey Astafyev
2019-11-30
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
2
-2
/
+2
*
libFLAC++: Add libFLAC++-static.la target for oss-fuzzers
Erik de Castro Lopo
2019-11-18
1
-4
/
+9
*
cmake_minimum_required() cleanup:
sezero
2019-11-15
3
-7
/
+0
*
flac/main.c: replace an snprintf() call with flac_snprintf()
sezero
2019-11-11
1
-1
/
+1
*
libFLAC/bitreader.c: Fix shift invoking undefined behaviour
Erik de Castro Lopo
2019-11-11
1
-1
/
+1
*
test_streams: Fix UBSAN error in random generator
Erik de Castro Lopo
2019-11-11
1
-2
/
+2
*
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
*
Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds.
NY00123
2019-10-19
3
-3
/
+3
*
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
2
-4
/
+21
*
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
[next]