summaryrefslogtreecommitdiff
path: root/src/test_libFLAC
Commit message (Expand)AuthorAgeFilesLines
* Fix endianness display in endswap test (cosmetic issue)Martijn van Beurden2022-09-151-1/+1
* Fix make check on MinGW when building shared libraryMartijn van Beurden2022-09-071-2/+3
* Also add trailing nul to empty vorbis comment entriesMartijn van Beurden2022-07-281-2/+5
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-2622-22/+22
* Remove Makefile.lite build systemMartijn van Beurden2022-05-272-60/+1
* Remove all Visual Studio specific build filesMartijn van Beurden2022-05-274-574/+1
* Add API functions to limit minimum bitrateMartijn van Beurden2022-05-021-0/+11
* Always use utimbuf when building for WindowsCameron Cawley2022-04-221-1/+1
* Add support in the encoder for up to 20 bit sample ratesCon Kolivas2022-04-131-5/+8
* Bunch of CMake fixesevpobr2020-05-031-1/+3
* Correct printf specifiers to unsigned int where neededAndrey Astafyev2019-12-092-7/+7
* Make sure CMake build files end up in release tarballErik de Castro Lopo2019-10-011-0/+1
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-151-3/+3
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-201-3/+7
* Fix CppCheck warningsErik de Castro Lopo2019-07-151-4/+7
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-3/+8
* /test/*.sh enabled for CTest in UNIXVitaliy Kirsanov2019-05-041-2/+0
* CMake support addedVitaliy Kirsanov2019-05-041-0/+20
* Update MinGW build fileslvqcl2018-08-262-0/+9
* Fix miscellaneous typos.luz.paz2018-05-241-1/+1
* Add unit tests for word-wise CRC16 functionsRobert Kausch2018-05-212-0/+93
* Add bitreader unit test.Robert Kausch2018-05-208-0/+371
* Minor fixes for bitwriter unit test.Robert Kausch2018-05-201-16/+11
* Add unit tests for CRC calculation.Robert Kausch2018-05-208-3/+234
* Fix cppcheck warningsRosen Penev2017-01-192-6/+6
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-191-0/+2
* Only compile and run tests when running 'make check'David Seifert2017-01-171-1/+1
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-148-96/+96
* Another bulk update of copyright datesErik de Castro Lopo2016-12-054-4/+4
* Bulk update copyright datesErik de Castro Lopo2016-12-0515-15/+15
* Windows/MSVC: Add ENABLE_64_BIT_WORDS macroErik de Castro Lopo2016-05-011-2/+2
* test_libFLAC: Fix `make distcheck` targetErik de Castro Lopo2016-02-091-1/+1
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-083-14/+2
* configure.ac: Add --enable-64-bit-words optionErik de Castro Lopo2016-01-041-1/+1
* libFLAC: Support 64bit brword/bwwordErik de Castro Lopo2016-01-041-2/+89
* test_libFLAC/bitwriter.c: Unify with bitwriter.cErik de Castro Lopo2015-12-311-18/+22
* Makefile.lite: Include config.mk from top level build dirThomas Zander2015-10-301-0/+2
* tests: Fix undefined behaviourErik de Castro Lopo2015-08-271-2/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-2515-15/+15
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-091-1/+3
* Add project files for Visual Studio 2010 and later.Erik de Castro Lopo2014-07-062-0/+277
* test_libFLAC/test_libFLAC.vcproj : One more CPU_IS_LITTLE_ENDIAN fix.Erik de Castro Lopo2014-07-041-1/+1
* test_libFLAC/endswap.c : Add casts to prevent compiler warnings.Erik de Castro Lopo2014-07-031-4/+4
* test_libFLAC/test_libFLAC.vcproj : Add define for CPU_IS_LITTLE_ENDIAN.Erik de Castro Lopo2014-07-031-1/+1
* test_libFLAC : Fix Windows build after addidion of endian tests.Erik de Castro Lopo2014-07-033-1/+10
* test_libFLAC/md5.c : Fix the tests.Erik de Castro Lopo2014-07-011-43/+58
* test_libFLAC/endswap.c : Improvements.Erik de Castro Lopo2014-07-011-19/+64
* src/test_libFLAC : Add tests for end swap macros.Erik de Castro Lopo2014-06-304-0/+98
* test_libFLAC/md5.c: Add tests for MD5 calculation.Erik de Castro Lopo2014-06-281-3/+149
* Update Makefile.lite build system.Evan Ramos2014-06-241-0/+5