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
*
Fix memory leak
Martijn van Beurden
2022-05-18
1
-2
/
+7
*
Simplify and merge win_utf8 files and remove from DLL interface
Martijn van Beurden
2022-05-17
10
-206
/
+19
*
Revert part of commit 5df56db
Martijn van Beurden
2022-05-16
2
-219
/
+112
*
Add residual limit checking
Martijn van Beurden
2022-05-11
2
-4
/
+21
*
Make it possible for fuzzer to disable instruction set optimizations
Martijn van Beurden
2022-05-11
1
-2
/
+39
*
Check whether verify decoder is still valid
Martijn van Beurden
2022-05-11
1
-1
/
+7
*
Fix overflows in fixed_compute_best_predictor
Martijn van Beurden
2022-05-09
3
-6
/
+21
*
Rename FLAC__get_decoder_client_data to ...
Martijn van Beurden
2022-05-09
1
-5
/
+5
*
Rewrite of fixed_compute_best_predictor functions
Martijn van Beurden
2022-05-08
1
-21
/
+30
*
Fix distcheck
Martijn van Beurden
2022-05-06
1
-1
/
+2
*
[CMake] Fix ARM64 intrinsics activation
Martijn van Beurden
2022-05-03
2
-11
/
+10
*
Add API functions to limit minimum bitrate
Martijn van Beurden
2022-05-02
5
-29
/
+61
*
Replace seek error with handling when hitting EOF while reading frame
Martijn van Beurden
2022-05-01
1
-2
/
+8
*
Fix memory leak in stream_decoder.c
Martijn van Beurden
2022-04-30
1
-1
/
+7
*
Silence a bunch of MSVC warnings
Martijn van Beurden
2022-04-30
5
-4
/
+39
*
Fix uclibc build
Fabrice Fontaine
2022-04-30
1
-6
/
+5
*
Silence oss-fuzz integer overflow warnings in audio data path
Martijn van Beurden
2022-04-30
3
-38
/
+67
*
Add ARM64 NEON intrinsics lpc_compute_autocorrelation routines
Martijn van Beurden
2022-04-29
4
-3
/
+113
*
Adding ARM64 support and optimized Neon implementation (#270)
RonenGvili
2022-04-29
6
-0
/
+1273
*
Speed up intrinsic routines for fixed_compute_best_predictor
Martijn van Beurden
2022-04-28
2
-225
/
+390
*
Rework error handling (#283)
Martijn van Beurden
2022-04-27
3
-43
/
+187
*
Fix seeking bug
Martijn van Beurden
2022-04-27
1
-1
/
+2
*
[CMake] Honor WITH_AVX
Martijn van Beurden
2022-04-26
1
-28
/
+36
*
[CMake] Add check for PPC64, POWER8/9 and vec_doubleh
Martijn van Beurden
2022-04-25
1
-0
/
+10
*
Remove partition order limit on last block
Martijn van Beurden
2022-04-24
1
-17
/
+12
*
Always use utimbuf when building for Windows
Cameron Cawley
2022-04-22
1
-1
/
+1
*
No not stop decoding FLAC file
Martijn van Beurden
2022-04-22
1
-9
/
+0
*
Fix hwcaps type for FreeBSD/powerpc*
pkubaj
2022-04-22
1
-4
/
+3
*
Add git commit tag, hash and date to vendor string when available
Martijn van Beurden
2022-04-20
1
-1
/
+10
*
Add FLAC__STREAM_DECODER_ERROR_STATUS_BAD_METADATA
Martijn van Beurden
2022-04-20
1
-2
/
+3
*
Add checks in parsing metadata blocks
Martijn van Beurden
2022-04-20
3
-0
/
+84
*
Deduplicate VSX and SSE2 autocorelation calculation code
Martijn van Beurden
2022-04-19
7
-768
/
+298
*
Switch to autoc[] as double
Martijn van Beurden
2022-04-19
17
-2762
/
+682
*
Fix overflow of streaminfo total samples (github issue 237)
Martijn van Beurden
2022-04-19
2
-4
/
+10
*
Add more overflow checks for residual_bits calculation
Martijn van Beurden
2022-04-17
1
-9
/
+17
*
Limit maximum size of bitwriter buffer
Martijn van Beurden
2022-04-17
1
-0
/
+7
*
Remove special treatment of partition_order == 0
Martijn van Beurden
2022-04-17
1
-154
/
+69
*
Add support in the encoder for up to 20 bit sample rates
Con Kolivas
2022-04-13
3
-10
/
+8
*
[CMake] Create prettier MSVC solution files
Martijn van Beurden
2022-04-13
1
-0
/
+1
*
Silence clang warnings on alignment of unaligned loads
Martijn van Beurden
2022-04-13
6
-685
/
+685
*
Move initialization of state up in stream_encoder_new
Martijn van Beurden
2022-04-11
1
-2
/
+2
*
Add checks that supplied samples are bounded within bits-per-sample
Martijn van Beurden
2022-04-11
1
-2
/
+22
*
Set release date for 1.3.4.
Ralph Giles
2022-02-20
1
-1
/
+1
*
Change version to 1.3.4 and add placeholders for release date
Martijn van Beurden
2022-02-20
5
-15
/
+15
*
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
[next]