summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chdcodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... Vas Crabb2024-10-141-48/+33
* util/chd.cpp, util/chdcodec.cpp: Made some APIs return errors rather than thr... Vas Crabb2024-10-111-3/+3
* Added Zstandard support for zip archives and CHDs. (#11827) Vas Crabb2023-12-111-1/+167
* Revert "chd.cpp, chdcodec.cpp: Minor refactoring" Vas Crabb2023-10-271-3/+3
* chd.cpp, chdcodec.cpp: Minor refactoring AJR2023-10-221-3/+3
* chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions AJR2023-09-171-6/+5
* 3rdparty/lzma: Updated to LZMA SDK version 22.01 Vas Crabb2023-05-041-8/+8
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-011-40/+40
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-109/+151
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-1/+19
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-6/+6
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-19/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-133/+133
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Update LZMA SDK to 15.14 Vas Crabb2016-04-091-7/+22
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-40/+40
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1779