7183 Commits (83cdeb54ff181afffaf946ebb91f6398a26e3e7d)
 

Author SHA1 Message Date
Brian Popow 83cdeb54ff Move huffman code into separate class, introduce HTreeGroup 7 years ago
Brian Popow d525f662b5 Add ReadHuffmanCodeLengths 7 years ago
Brian Popow 450a632218 Start with parsing huffman codes 7 years ago
Brian Popow 1d9c7644c3 Fix Bitreader issue: offset was not initialized correctly 7 years ago
Lajos Marton 9b7e4610f5 More animeted webp test images added 7 years ago
Peter Amrehn 5a24e612e4 Decode verison of lossy bitstream to determine Reconstruction- and Loopfilters 7 years ago
Peter Amrehn e9630ed9f9 introduce WebPLossyDecoder 7 years ago
Brian Popow d041d80efd Add additional image features into separate class 7 years ago
Brian Popow dabb14111b Move decoding of lossless into separate class 7 years ago
Brian Popow d9b7e55a21 Add all found chunk types to the metadata 7 years ago
Brian Popow 9ea185e5fc Throwing not supported exception for animated images 7 years ago
Brian Popow 5ff81d41a4 Add to the metadata, if the image is lossy or lossless and also if a animation is present 7 years ago
Brian Popow 762c5bc13d Add parsing optional chunks at the end 7 years ago
Brian Popow 6e94934b24 Initialize metadata 7 years ago
Lajos Marton 5a4fbecb43 BitsPerPixel Assert added to webp Identify_DetectsCorrectDimensions test 7 years ago
Brian Popow 39a6bf519c Fix mistake with parsing VP8X header 7 years ago
Brian Popow 6d71a0ca3d Skipping over optional chunks with VP8X images (still does not seem to work) 7 years ago
Lajos Marton df965137f3 Animated webp sample added to Identify test 7 years ago
Lajos Marton 2ced96a789 Some Lossy files added to WebPDecoder Identify test. Test is broken with new sample files. 7 years ago
Brian Popow e69ea4576b Refactor determining chunk types 7 years ago
Brian Popow acd80c94d5 Use the width and height from the VP8X information, if present 7 years ago
Brian Popow 10b3443fd9 Parsing of image features of VP8X header 7 years ago
Brian Popow 72e273e941 Add additional chunk header constants 7 years ago
Brian Popow ccc7e5ecaf Parsing the transforms (still WIP) 7 years ago
Peter Amrehn f35465a385 height comes before width, switch order. 7 years ago
popow cb92eea155 Add bitreader for a VP8L stream. Determining image size for VP8L should work now. 7 years ago
Lajos Marton 3bc1bbf2dd Two sample images missed 7 years ago
Lajos Marton 19563f0a62 WebP Identify test added, webp sample files copied from official samples repository 7 years ago
Brian Popow 0d8e81343e Additional webp constants, first attempt parsing VP8L header 7 years ago
Brian Popow 30712d4825 Add reading of VP8X header 7 years ago
Lajos Marton c5474e9b24 WebP tests WIP 7 years ago
Peter Amrehn 4e7725786d fix typo 7 years ago
Brian Popow 89080b9e5b First attempt parsing minimal image info, infoIdentify works at least for reading the image dimensions so far 7 years ago
Lajos Marton 3441e562bc WebP test input files added, test skeletons added (copied from Bmp tests) 7 years ago
Brian Popow e9969efe33 Identify works at least for reading the image dimensions so far 7 years ago
Brian Popow d54cbc371c First attempt parsing minimal image info 7 years ago
Peter Amrehn 7f3af8e0ab introduce decoderCore classes (without implementation) 7 years ago
Brian Popow 8eed360176 Add empty implementation of IImageDecoder to test github colaboration 7 years ago
Peter Amrehn dc849681dd Initial Commit towards WebP 7 years ago
James Jackson-South e484a405df
Merge pull request #1021 from zappyzhao/master 7 years ago
James Jackson-South b28c81acc0 Update reference image to match new output 7 years ago
Zappy Zhao f1d4a27f94
Update the hex value for DarkSeaGreen color 7 years ago
James Jackson-South 082d7fabc9
Merge pull request #1020 from brianpopow/feature/Issue1014 7 years ago
Brian Popow fdab536376 Add unit test for issue #1014 7 years ago
Brian Popow 64bba4c7d0 Fix issue when reading data spreading over multiple IDAT chunks. Fixes issue #1014. 7 years ago
James Jackson-South f4fecd5a15
Merge pull request #1000 from ip75/LightnessProcessor 7 years ago
James Jackson-South 10feb23d9b Merge remote-tracking branch 'upstream/master' into LightnessProcessor 7 years ago
James Jackson-South 1d9c3b38ef
Merge pull request #1017 from brianpopow/feature/clipLimit 7 years ago
Brian Popow 15c572126a Add additional information about the climpLimit 7 years ago
Brian Popow a04fc431ab Update external for histogram reference images 7 years ago