| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | NOPUSH: Avoid JPEG enhancement within the TIFF/EP loader | Přemysl Eric Janouch | 2 days | 1 | -2/+3 | 
| * | Fix argument order in g_malloc0_n() usages | Přemysl Eric Janouch | 2024-07-10 | 1 | -1/+1 | 
| * | Fix openSUSE 15.5 and Win32 builds | Přemysl Eric Janouch | 2024-04-06 | 1 | -0/+3 | 
| * | Fix LibRaw 0.20 compatibility | Přemysl Eric Janouch | 2024-03-28 | 1 | -0/+2 | 
| * | Fix a build issue, and a big endian conversion | Přemysl Eric Janouch | 2024-03-13 | 1 | -3/+5 | 
| * | Add an experimental OpenGL renderer | Přemysl Eric Janouch | 2024-03-13 | 1 | -6/+12 | 
| * | Prepare for parallelized colour management | Přemysl Eric Janouch | 2024-01-28 | 1 | -35/+42 | 
| * | Move colour management to its own compilation unit | Přemysl Eric Janouch | 2024-01-26 | 1 | -341/+9 | 
| * | Mark places where lcms2 should use contexts | Přemysl Eric Janouch | 2024-01-26 | 1 | -5/+5 | 
| * | Load AdobeRGB Nikon JPEGs correctly | Přemysl Eric Janouch | 2024-01-23 | 1 | -6/+121 | 
| * | Fix a class of animated transparent WebPs | Přemysl Eric Janouch | 2023-12-28 | 1 | -3/+8 | 
| * | Add a comment regarding high-precision JPEGs | Přemysl Eric Janouch | 2023-12-05 | 1 | -0/+2 | 
| * | Circumvent JPEG QS & libjpeg-turbo incompatibility | Přemysl Eric Janouch | 2023-12-05 | 1 | -1/+6 | 
| * | Fix double colour management in the librsvg loader | Přemysl Eric Janouch | 2023-07-13 | 1 | -1/+1 | 
| * | Colour-manage SVGs | Přemysl Eric Janouch | 2023-07-09 | 1 | -6/+6 | 
| * | Fix crash in the librsvg loader | Přemysl Eric Janouch | 2023-07-09 | 1 | -2/+3 | 
| * | Fix compatibility with newer resvg versions | Přemysl Eric Janouch | 2023-06-29 | 1 | -0/+5 | 
| * | Fix build without JPEG Quant Smooth | Přemysl Eric Janouch | 2023-06-27 | 1 | -1/+1 | 
| * | Fix build with older versions of Cairo | Přemysl Eric Janouch | 2023-06-25 | 1 | -0/+2 | 
| * | Fix colour management in animations | Přemysl Eric Janouch | 2023-06-24 | 1 | -1/+1 | 
| * | Premultiply through Little CMS in animations | Přemysl Eric Janouch | 2023-06-24 | 1 | -11/+8 | 
| * | Stop abusing Cairo user data, part 2 | Přemysl Eric Janouch | 2023-06-24 | 1 | -115/+68 | 
| * | Stop abusing Cairo user data, part 1 | Přemysl Eric Janouch | 2023-06-24 | 1 | -468/+443 | 
| * | Fix 32-bit build warnings | Přemysl Eric Janouch | 2023-06-23 | 1 | -3/+3 | 
| * | Handle LibTIFF errors correctly | Přemysl Eric Janouch | 2023-06-13 | 1 | -1/+2 | 
| * | Prevent a possibility of GdkPixbuf crashes | Přemysl Eric Janouch | 2023-06-13 | 1 | -0/+2 | 
| * | Fix thumbnailing with the GdkPixbuf loader | Přemysl Eric Janouch | 2023-06-13 | 1 | -3/+13 | 
| * | Make it possible to switch off our TIFF/EP loader | Přemysl Eric Janouch | 2023-06-08 | 1 | -6/+13 | 
| * | Unify non/enhanced JPEG loading code | Přemysl Eric Janouch | 2023-06-08 | 1 | -104/+82 | 
| * | Fix enhancement of CMYK JPEGs | Přemysl Eric Janouch | 2023-06-07 | 1 | -3/+0 | 
| * | Slightly clean up colour management | Přemysl Eric Janouch | 2023-06-06 | 1 | -11/+13 | 
| * | With newer Little CMS, colour manage ARGB surfaces | Přemysl Eric Janouch | 2023-06-06 | 1 | -27/+52 | 
| * | Use Little CMS's alpha premultiplication feature | Přemysl Eric Janouch | 2023-06-06 | 1 | -44/+73 | 
| * | Move git submodules to a subdirectory | Přemysl Eric Janouch | 2023-06-04 | 1 | -1/+1 | 
| * | Clean up namespace pollution | Přemysl Eric Janouch | 2023-05-28 | 1 | -4/+4 | 
| * | Move FivIoModel to its own compilation unit | Přemysl Eric Janouch | 2023-05-28 | 1 | -523/+0 | 
| * | Clean up | Přemysl Eric Janouch | 2023-05-28 | 1 | -31/+10 | 
| * | Load MPF images as pages | Přemysl Eric Janouch | 2023-05-28 | 1 | -6/+120 | 
| * | Make TIFF parsing a bit safer | Přemysl Eric Janouch | 2023-05-28 | 1 | -5/+4 | 
| * | Extract some full-size raw previews without LibRaw | Přemysl Eric Janouch | 2023-05-26 | 1 | -60/+334 | 
| * | Extract all raw subimages as pages | Přemysl Eric Janouch | 2023-05-26 | 1 | -35/+49 | 
| * | Mildly optimize raw image handling | Přemysl Eric Janouch | 2023-05-21 | 1 | -1/+1 | 
| * | Make supported media type listing output unique | Přemysl Eric Janouch | 2023-04-17 | 1 | -3/+8 | 
| * | Fix a logic error | Přemysl Eric Janouch | 2023-04-14 | 1 | -1/+1 | 
| * | Fix a memory leak on image loading | Přemysl Eric Janouch | 2023-04-14 | 1 | -1/+4 | 
| * | Deduplicate file information structures | Přemysl Eric Janouch | 2023-04-14 | 1 | -67/+103 | 
| * | Check filesize when retrieving thumbnails | Přemysl Eric Janouch | 2023-04-14 | 1 | -1/+4 | 
| * | Add optional browser filename labels | Přemysl Eric Janouch | 2023-04-11 | 1 | -1/+4 | 
| * | Add directory tree traversal functionality | Přemysl Eric Janouch | 2023-04-05 | 1 | -35/+163 | 
| * | Integrate online reverse image search | Přemysl Eric Janouch | 2023-03-15 | 1 | -1/+83 | 
