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
/
test_libFLAC
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix errors: 'for' loop initial declarations are only allowed in C99 mode
Ozkan Sezer
2022-10-17
1
-1
/
+2
*
Fix endianness display in endswap test (cosmetic issue)
Martijn van Beurden
2022-09-15
1
-1
/
+1
*
Fix make check on MinGW when building shared library
Martijn van Beurden
2022-09-07
1
-2
/
+3
*
Also add trailing nul to empty vorbis comment entries
Martijn van Beurden
2022-07-28
1
-2
/
+5
*
Bulk update copyright dates to 2022
Martijn van Beurden
2022-07-26
22
-22
/
+22
*
Remove Makefile.lite build system
Martijn van Beurden
2022-05-27
2
-60
/
+1
*
Remove all Visual Studio specific build files
Martijn van Beurden
2022-05-27
4
-574
/
+1
*
Add API functions to limit minimum bitrate
Martijn van Beurden
2022-05-02
1
-0
/
+11
*
Always use utimbuf when building for Windows
Cameron Cawley
2022-04-22
1
-1
/
+1
*
Add support in the encoder for up to 20 bit sample rates
Con Kolivas
2022-04-13
1
-5
/
+8
*
Bunch of CMake fixes
evpobr
2020-05-03
1
-1
/
+3
*
Correct printf specifiers to unsigned int where needed
Andrey Astafyev
2019-12-09
2
-7
/
+7
*
Make sure CMake build files end up in release tarball
Erik de Castro Lopo
2019-10-01
1
-0
/
+1
*
Fix a number of gcc 9.2 compiler warnings
Erik de Castro Lopo
2019-09-15
1
-3
/
+3
*
Switch to utimensat for newer POSIX versions
Rosen Penev
2019-08-20
1
-3
/
+7
*
Fix CppCheck warnings
Erik de Castro Lopo
2019-07-15
1
-4
/
+7
*
Use of BUILD_SHARED_LIBS added
Vitaliy Kirsanov
2019-05-04
1
-3
/
+8
*
/test/*.sh enabled for CTest in UNIX
Vitaliy Kirsanov
2019-05-04
1
-2
/
+0
*
CMake support added
Vitaliy Kirsanov
2019-05-04
1
-0
/
+20
*
Update MinGW build files
lvqcl
2018-08-26
2
-0
/
+9
*
Fix miscellaneous typos.
luz.paz
2018-05-24
1
-1
/
+1
*
Add unit tests for word-wise CRC16 functions
Robert Kausch
2018-05-21
2
-0
/
+93
*
Add bitreader unit test.
Robert Kausch
2018-05-20
8
-0
/
+371
*
Minor fixes for bitwriter unit test.
Robert Kausch
2018-05-20
1
-16
/
+11
*
Add unit tests for CRC calculation.
Robert Kausch
2018-05-20
8
-3
/
+234
*
Fix cppcheck warnings
Rosen Penev
2017-01-19
2
-6
/
+6
*
stdint.h fixes for MSVS 2005/2008
Erik de Castro Lopo
2017-01-19
1
-0
/
+2
*
Only compile and run tests when running 'make check'
David Seifert
2017-01-17
1
-1
/
+1
*
Purge usage of `unsigned` type
Erik de Castro Lopo
2017-01-14
8
-96
/
+96
*
Another bulk update of copyright dates
Erik de Castro Lopo
2016-12-05
4
-4
/
+4
*
Bulk update copyright dates
Erik de Castro Lopo
2016-12-05
15
-15
/
+15
*
Windows/MSVC: Add ENABLE_64_BIT_WORDS macro
Erik de Castro Lopo
2016-05-01
1
-2
/
+2
*
test_libFLAC: Fix `make distcheck` target
Erik de Castro Lopo
2016-02-09
1
-1
/
+1
*
libFLAC: Remove win_utf8_io dependency
Erik de Castro Lopo
2016-02-08
3
-14
/
+2
*
configure.ac: Add --enable-64-bit-words option
Erik de Castro Lopo
2016-01-04
1
-1
/
+1
*
libFLAC: Support 64bit brword/bwword
Erik de Castro Lopo
2016-01-04
1
-2
/
+89
*
test_libFLAC/bitwriter.c: Unify with bitwriter.c
Erik de Castro Lopo
2015-12-31
1
-18
/
+22
*
Makefile.lite: Include config.mk from top level build dir
Thomas Zander
2015-10-30
1
-0
/
+2
*
tests: Fix undefined behaviour
Erik de Castro Lopo
2015-08-27
1
-2
/
+1
*
Update copyright years to include 2014.
Erik de Castro Lopo
2014-11-25
15
-15
/
+15
*
Makefile.ams: Add MSVS project files to EXTRA_DIST.
Erik de Castro Lopo
2014-07-09
1
-1
/
+3
*
Add project files for Visual Studio 2010 and later.
Erik de Castro Lopo
2014-07-06
2
-0
/
+277
*
test_libFLAC/test_libFLAC.vcproj : One more CPU_IS_LITTLE_ENDIAN fix.
Erik de Castro Lopo
2014-07-04
1
-1
/
+1
*
test_libFLAC/endswap.c : Add casts to prevent compiler warnings.
Erik de Castro Lopo
2014-07-03
1
-4
/
+4
*
test_libFLAC/test_libFLAC.vcproj : Add define for CPU_IS_LITTLE_ENDIAN.
Erik de Castro Lopo
2014-07-03
1
-1
/
+1
*
test_libFLAC : Fix Windows build after addidion of endian tests.
Erik de Castro Lopo
2014-07-03
3
-1
/
+10
*
test_libFLAC/md5.c : Fix the tests.
Erik de Castro Lopo
2014-07-01
1
-43
/
+58
*
test_libFLAC/endswap.c : Improvements.
Erik de Castro Lopo
2014-07-01
1
-19
/
+64
*
src/test_libFLAC : Add tests for end swap macros.
Erik de Castro Lopo
2014-06-30
4
-0
/
+98
*
test_libFLAC/md5.c: Add tests for MD5 calculation.
Erik de Castro Lopo
2014-06-28
1
-3
/
+149
[next]