Historial de Commits

Autor SHA1 Mensaje Fecha
  Nico Weber 607880cbd3 LibGfx/JPEGLoader: Add dbgln_if() when hitting unsupported marker hace 1 año
  Nico Weber 95391fafcb LibGfx/JPEGLoader: Print offset in an error dbgln() in hex hace 1 año
  Nico Weber 24a469f521 Everywhere: Prefer {:#x} over 0x{:x} in format strings hace 1 año
  Nico Weber d7f04c9aa1 LibGfx/JPEGLoader: Make byte_offset() return offset from start of stream hace 1 año
  Nico Weber 69964e10f4 LibGfx+Tests: Improve calculation of restart interval hace 1 año
  Nico Weber 1ed9e597a9 LibGfx/JPEGLoader: Use 1 / sqrt(8) instead of rsqrt(8) hace 1 año
  Nico Weber 6971ba35d5 LibGfx+Tests: Support grayscale jpegs with 2x2 sampling and MCU reset hace 1 año
  Nico Weber 002eb0ad03 LibGfx/JPEGLoader: Use ceil_div hace 1 año
  Nico Weber 393fb1f7b9 LibGfx/JPEGLoader: Pass SamplingFactors instead of Component to function hace 1 año
  Nico Weber d89e42902e LibGfx/JPEGLoader: Extract inverse_dct_8x8() function hace 1 año
  Lucas CHOLLET 09b2b3539b LibGfx/JPEG+CMYKBitmap: Extract the CMYK to RGB conversion code hace 1 año
  Lucas CHOLLET 0462858247 LibGfx/JPEG: Keep the original CMYK data in memory hace 1 año
  Lucas CHOLLET 6eb574a2b6 LibGfx/JPEG: Expose the Exif metadata hace 1 año
  Nico Weber cf95910ae2 LibGfx/JPEG: Simplify loops walking all pixels in all macroblocks hace 1 año
  Nico Weber 5efe38ccd7 LibGfx/JPEG: Remove a silly initializer hace 1 año
  Nico Weber fbde901614 LibGfx: Use read_effective_chunk_size() in skip_segment() hace 1 año
  Nico Weber 3616d14c80 LibGfx/JPEG: Allow decoding more subsampling factors hace 1 año
  Nico Weber d99d086da3 LibGfx/JPEG: Move subsample-undoing to a separate function hace 1 año
  Nico Weber d8ada20bae LibGfx: Allow images to report that they are originally grayscale hace 1 año
  Nico Weber 239da5132d LibGfx/JPEG: Make it possible to obtain raw CMYK data from JPEGs hace 1 año
  Lucas CHOLLET 52ce887b80 LibGfx/JPEG: Introduce a struct to hold sampling factors hace 1 año
  Lucas CHOLLET 6c85f937ef LibGfx/JPEG: Print debug information on subsampling for each component hace 1 año
  Lucas CHOLLET 145672a8b4 LibGfx/JPEG: Print some debug information about restart markers hace 1 año
  Nico Weber 9c5a75067f LibGfx/JPEG: Reject ycck or cmyk jpegs with k subsampled for now hace 1 año
  Nico Weber a2bd19fdac LibGfx/JPEG: Make ycck jpegs with just cc subsampled decode correctly hace 1 año
  Nico Weber 3c39c18440 LibGfx/JPEG: Add spec comment to read_start_of_frame() hace 1 año
  Nico Weber bfe27228a3 LibPDF+LibGfx: Don't invert CMYK channels in JPEG data in PDFs hace 1 año
  Tim Ledbetter 438e9e146c LibGfx/JPEG: Refill reservoir if necessary when discarding bits hace 1 año
  Tim Ledbetter 9ed8c0b183 LibGfx/JPEG: Propagate errors when creating `JPEGLoadingContext` hace 1 año
  Tim Ledbetter 023309fdc4 LibGfx/JPEGLoader: Check array access bounds when building lookup table hace 1 año