summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/flac.cpp
Commit message (Expand)AuthorAgeFilesLines
* imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol2024-03-221-0/+34
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-3/+4
* Miscellaneous cleanups: Vas Crabb2024-02-031-3/+3
* lib/util/flac.cpp: Add support for flac data where bits_per_sample != 16. (#1... wilbertpol2023-12-301-9/+58
* formats/flacfile.cpp: Added support for compact cassette images in FLAC forma... wilbertpol2023-12-171-0/+6
* chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions AJR2023-09-171-6/+5
* flac.cpp: Add some missing standard headers AJR2022-02-061-1/+3
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-19/+29
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* Low-level #include overhaul AJR2021-01-021-2/+4
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-1/+1
* there you go (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-1/+1
* fix after pass through the diff Vas Crabb2016-08-011-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-5/+5
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-12/+12
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-6/+12
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-7/+7
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-24/+24
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+625