Histórico de Commits

Autor SHA1 Mensagem Data
  Nico Weber e9f5c9ab9d Tests/LibGfx: More preparation for lossy and alpha handling há 2 anos atrás
  Nico Weber 23386ac73a LibGfx/WebP: Extract a decode_webp_image_data() function há 2 anos atrás
  Nico Weber 36c8c1129b LibGfx/WebP: Use context.error() in animation frame decoding function há 2 anos atrás
  Nico Weber ce45ad6112 LibGfx/WebP: Implement decoding of animation frame bitmaps há 2 anos atrás
  Nico Weber 23ce1f641c LibGfx/WebP: Check that animation frame dimensions are in bounds há 2 anos atrás
  Nico Weber 0b70ecb7e6 LibGfx/WebP: Make decode_webp_chunk_VP8L() return a Bitmap há 2 anos atrás
  Nico Weber 1334bac548 LibGfx/WebP: Extract an ImageData struct há 2 anos atrás
  Nico Weber 03b04ed66a LibGfx/WebP: Check ICCP chunk precedes alpha and animation frame chunks há 2 anos atrás
  Nico Weber 5c002c13c9 LibGfx/WebP: Some steps towards supporting animated webp files há 2 anos atrás
  Nico Weber 812763e5b9 LibGfx/WebP: Stop dropping ANIM chunk decoding errors há 2 anos atrás
  Nico Weber 835d328a6c LibGfx/WebP: Check presence of ANMF chunks correctly há 2 anos atrás
  Tom e7921cfe14 LibGfx: Add first_animated_frame_index method to ImageDecoder há 2 anos atrás
  Nico Weber f56b897622 Everywhere: Fix a few typos há 2 anos atrás
  Nico Weber 97dc2d1dd5 LibGfx/WebP: Don't assert when size in header is smaller than header há 2 anos atrás
  Nico Weber bed86fb578 LibGfx: Remove some of the noisier logging from webp lossless decoder há 2 anos atrás
  Nico Weber 95e35b7f5e LibGfx: Correctly decode webp lossless with small palette and odd width há 2 anos atrás
  Nico Weber 1dab480015 LibGfx: Implement color index pixel bundling in webp decoder há 2 anos atrás
  Nico Weber 7309441b31 LibGfx: Enable webp lossless Transform to return new bitmap há 2 anos atrás
  Nico Weber 13f8bbb284 LibGfx: Add some more dbgln_if()s to webp decoder há 2 anos atrás
  Nico Weber 82182f4560 LibGfx: Give PrefixCodeGroup a deleted copy ctor há 2 anos atrás
  Nico Weber 1fc56e56c3 LibGfx: Make webp lossless decoder 6 times as fast há 2 anos atrás
  Nico Weber 24967b0d29 LibGfx: Second attempt to handle max_symbol correctly in webp decoder há 2 anos atrás
  Nico Weber a915d07293 LibGfx: Implement most of COLOR_INDEXING_TRANSFORM for webp decoder há 2 anos atrás
  Nico Weber 6f4fdd85b7 LibGfx: Extract free add_argb32() function in webp decoder há 2 anos atrás
  Nico Weber 50c9b51eca LibGfx: Make a webp error message more detailed há 2 anos atrás
  Nico Weber d354c1b007 LibGfx: Implement meta prefix code support in webp decoder há 2 anos atrás
  Nico Weber 55b2977d5d LibGfx: Implement COLOR_TRANSFORM for webp lossless decoder há 2 anos atrás
  Nico Weber ebbe4dafa1 LibGfx: Implement PREDICTOR_TRANSFORM for webp lossless decoder há 2 anos atrás
  Nico Weber b1cde0d432 LibGfx: Add CanonicalCode wrapper to webp lossless decoder há 2 anos atrás
  Nico Weber 8760376abe LibGfx: Implement SUBTRACT_GREEN_TRANSFORM for webp lossless decoder há 2 anos atrás