-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* some hacking - compiles and unittests work * somewhat working now * update * update * cleanup unsused files * use stdint * remove SAL * make build on Linux * cleanup * get rid of min/max * get rid of min/max * load4 - make big-endian aware etc. * fix JXRDECODE_HAS_BUILTIN_BSWAP32 * fix * test * detect "__builtin_bswap32" * test (big-endian decoder) * cosmetic * forceinline... * fix warning * cosmetic & _rotl * _rotl ... * rotl - use if available * remove "special characters", fix segdec.c * fix problem with "aligned_malloc" (seen on MacOS) * use "tagWMPStream", some steps ahead * ...some steps ahead * encoding - 1st tentative steps * adding "heap-based-stream" * introduce "JxrDecode2::CompressedData" * cosmetic * get rid of "atlbase" * some cleanup * get rid of ATL-dependency * cleanup * cosmetic & make compile with Mingw * refactor "google-test"-integration (works now with mingw, but still WIP) * refactor googletest integration * fix build errors * cosmetic * finish JPGXR-encode-decode-unittest * tinkering... * fix * tentative - get rid of "temp-file-stuff" * fix issue with CMake < 3.24 * no more "temp files for encoding" * starting with "quality" and some more (WIP) * add some tests for JPGXR, cosmetic * use good-old rand() * update * fix some clang-warnings * fix clang warning * clang warning * fix some clang warnings * get rid of "GUID" * fix * remove stdafx * remove includes of stdafx.h * cosmetic * fix * fix * remove "printf's" * make gray32float work with jpxr * add include / fix build error * cleanup & cosmetic * more tests * cosmetic * cosmetic * cosmetic * deal with BGR48 vs RGB48 * cosmetic * cosmetic * cosmetic * fix * cosmetic * starting cleanup and finalization * update * fix * rename JxrDecode2 -> JxrDecode * forward C/C++-Compiler to external project * fix include * fix inline problem (seen on MacOS) * cosmetic & OSS-license-header * cosmetic * cosmetic * typo * bump version * cleanup * documentation * linter * fix CodeQL-issue * cosmetic / lint * cosmetc - rename * fix valgrind-reported issue * test * fix memory leak (reported by valgrind) in case of decoder-object construction failing * cosmetic * test
- Loading branch information
Showing
170 changed files
with
8,043 additions
and
15,680 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.