Commit History

Author SHA1 Message Date
  Tom e7921cfe14 LibGfx: Add first_animated_frame_index method to ImageDecoder 2 years ago
  Lucas CHOLLET ddbe65e2f8 LibGfx/JPEG: Factorize chunk size reading 2 years ago
  Lucas CHOLLET 105a40f4f6 LibGfx/JPEG: Rename `qtable_id` => `quantization_table_id` 2 years ago
  Lucas CHOLLET dd5d2e3505 LibGfx/JPEG: Support up to 4 quantization tables 2 years ago
  Lucas CHOLLET f46e3e6644 LibGfx/JPEG: Add myself to the copyright header 2 years ago
  Lucas CHOLLET 0d3b62cbb7 LibGfx/JPEG: Use more explicit types and add a bunch of `const` 2 years ago
  Nico Weber cf3835b29b LibGfx/JPEG: Make non-zero-terminated APPn starts non-fatal 2 years ago
  Lucas CHOLLET cfaa51203f LibGfx/JPEG: Use a smaller type to store coefficients 2 years ago
  Lucas CHOLLET 6bc30099f2 LibGfx/JPEG: Add YCCK and CMYK to RGB color transformations 2 years ago
  Lucas CHOLLET 9cbed7b359 LibGfx/JPEG: Support for images with four components 2 years ago
  Lucas CHOLLET 261d36351d LibGfx/JPEG: Replace C-style array by `Array` 2 years ago
  Lucas CHOLLET df12e70541 LibGfx/JPEG: Bring IDCT and YCbCr conversion closer to specification 2 years ago
  Lucas CHOLLET f42d850211 LibGfx/JPEG: Don't reject SOF2 image with successive approximations 2 years ago
  Lucas CHOLLET fbad9a70fc LibGfx/JPEG: Support refinement scans 2 years ago
  Lucas CHOLLET 8806e66f66 LibGfx/JPEG: Handle ZRL as a special case 2 years ago
  Lucas CHOLLET 731c876ff7 LibGfx/JPEG: Change the loop over AC coefficients 2 years ago
  Lucas CHOLLET 902d0ab58e LibGfx/JPEG: Still iterate over AC coefficients of a EOB targeted block 2 years ago
  Lucas CHOLLET ef98b06dff LibGfx/JPEG: Split `spectral_approximation` 2 years ago
  Lucas CHOLLET cb0c8634d4 LibGfx/JPEG: Use a basic `Stream` instead of a `SeekableStream` 2 years ago
  Lucas CHOLLET dc9e783608 LibGfx/JPEG: Remove the `ensure_bounds_okay` function 2 years ago
  Lucas CHOLLET 3f9c5af553 LibGfx/JPEG: More support for scans with a single component 2 years ago
  Lucas CHOLLET b820f9ffbd LibGfx/JPEG: Rename `mb_index` to `macroblock_index` 2 years ago
  Lucas CHOLLET 3d7888f309 LibGfx/JPEG: Log components present in a scan 2 years ago
  Lucas CHOLLET f66de973ff LibGfx/JPEG: Replace a FIXME with some explanations 2 years ago
  Lucas CHOLLET 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 years ago