Sign in
flutter
/
third_party
/
libjpeg-turbo
/
refs/heads/2.1.x
/
doxygen.config
ba22c0f
tjDecompressHeader3(): Accept tables-only streams
by DRC
· 2 years, 7 months ago
cd9a318
Bump TurboJPEG C API version to 2.1
by DRC
· 3 years, 10 months ago
c0ca354
Label this release 2.0 instead of 1.6
by DRC
· 7 years ago
b9ab64d
TurboJPEG: Thread-safe error message retrieval
by DRC
· 8 years ago
7c202f7
Bump TurboJPEG C API revision to 1.5
by DRC
· 9 years ago
c71ab2f
Make the documentation more readable by displaying fixed-width text (which is used to refer to variables and functions) in a different color.
by DRC
· 10 years ago
7bd24b2
Disable timestamp in generated HTML files to make diffing and merging easier.
by DRC
· 11 years ago
ca866c4
Disable timestamp in generated HTML files to make diffing and merging easier.
by DRC
· 11 years ago
f610d61
Extend the TurboJPEG C API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV
by DRC
· 12 years ago
73d74c1
Add flags to the TurboJPEG API that allow the caller to force the use of either the fast or the accurate DCT/IDCT algorithms in the underlying codec.
by DRC
· 13 years ago
25b995a
Clean up constants so that flags, pixel formats, etc. are clearly differentiated; Update documentation accordingly; Name the enums to make it easier to reference them in the docs and clean up the references accordingly; Set Doxygen option to force a detailed description for the constants to always be generated
by DRC
· 14 years ago
9b28def
Completely refactored the TurboJPEG C API so that it uses pixel formats instead of the clunky pixel size + flags combination to define the pixel size and component order. tjCompress2() and tjTransform() can also now grow the JPEG buffer as needed, which can allow programs to save memory by not pre-allocating the "worst-case" buffer size calculated by TJBUFSIZE(). Converted API documentation to Doxygen. There is no legacy code remaining, so the refactored version of the library has been re-licensed under a BSD-style license.
by DRC
· 14 years ago