6244 Commits (ea911998ef0ceebb944f2583ece4f5f1a659916b)

Author SHA1 Message Date
Brian Popow ea911998ef Use Readonly Span for bgra data 5 years ago
Brian Popow f873859a75 Split up Vp8 and Vp8L Histogram 5 years ago
Brian Popow 8d7d68f626 AnalyzeBestIntra4Mode for method >= 5 5 years ago
Brian Popow 103b440213 Fix another issue with converting the last row to yuv 5 years ago
Brian Popow 5b6d4d82fb Fix convert to yuv: missed last uv row when height is uneven 5 years ago
Brian Popow 5ad068833f Fix issue in ImportBlock 5 years ago
Brian Popow 2348ab2465 Refactor Vp8Encoder 5 years ago
Brian Popow 96bb666522 Add PickBestUv 5 years ago
James Jackson-South 52fbad6aea Update ChunkedMemoryStream.cs 5 years ago
James Jackson-South 9a42c871a1 Update Image.Decode.cs 5 years ago
James Jackson-South 7e6b3f2892 Tiff 5 years ago
James Jackson-South 3ca1a18474 Update TgaDecoderCore.cs 5 years ago
James Jackson-South 9c96f023fc Remove from Gif 5 years ago
James Jackson-South 27025f200f Removed IManagedByteBuffer from BmpDecoder 5 years ago
Brian Popow caed173b38 Add PickBestIntra4 5 years ago
Brian Popow f120728730 Implement PickBestIntra16 5 years ago
James Jackson-South d96f26a6a9
Update src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs 5 years ago
James Jackson-South 82fd63bb95 Update AllocatePaddedPixelRowBuffer 5 years ago
James Jackson-South 0791b576bd Rename methods to use Dangerous prefix. 5 years ago
Dmitry Pentin b06fd195c3 Added docs 5 years ago
Dmitry Pentin 2aff023514 Fixed GetLastValuableElementIndex invalid indexing 5 years ago
Dmitry Pentin 158969501e Small fixes 5 years ago
Dmitry Pentin 79a1e117a3 Removed redundant check 5 years ago
Dmitry Pentin 467a069620 Docs, cleanup, ready for tests 5 years ago
Dmitry Pentin 683a125566 Added comments 5 years ago
Dmitry Pentin 26a0f0bc6f Fixeds docs, fixed API, fixed if check 5 years ago
Dmitry Pentin 007c52a3f2 Fixed possible out of range exception, added docs 5 years ago
Dmitry Pentin 8403ebc1e0 Removed obsolete debug code 5 years ago
Dmitry Pentin 4e210d2e19 Jpeg encoder no longer codes trailing zeros, it writes EOB instead 5 years ago
Dmitry Pentin c3fdf99041 Removed redundant if check for rle emitter 5 years ago
Dmitry Pentin 3eb6d6d1d6 Simplified huffman encoding via compiled tree 5 years ago
James Jackson-South 43b8d4157d Allow clearing and reusing a pixel map. 5 years ago
Brian Popow 347279c258 Clamp color map index, fixes issue #1668 5 years ago
Brian Popow e785853253 Avoid converting to bgra multiple times 5 years ago
Brian Popow 316d4cc554 Use bulk conversion to bgra 5 years ago
Dmitry Pentin 05f222e704 Huffman tables are now injected rather than taken from some static variable 5 years ago
Brian Popow 92f9bbaac6 Bulk convert rows to rgba 5 years ago
Dmitry Pentin 10b4a59c7c Added debug methods 5 years ago
Dmitry Pentin 960145b8df Added comments 5 years ago
Brian Popow a534513ee9 Fix issue with AccumulateRgba in the last row 5 years ago
James Jackson-South 021ac8b15f Fix buffer allocation 5 years ago
Dmitry Pentin a5210b21a5 Jpeg encoder no uses Numerics.Log2 as fallback 5 years ago
Dmitry Pentin 5e5e48c537 Style fix 5 years ago
Dmitry Pentin 83f0a01d37 Fixed typo, fixed GetHuffmanEncodingLength invalid fallback code 5 years ago
James Jackson-South 1642a675c0 Fix build errors 5 years ago
James Jackson-South d650073603 Fix build config 5 years ago
Dmitry Pentin 2a48032ab6 Fixed compilation error 5 years ago
Dmitry Pentin ab8f727f97 Yet another docs fixes 5 years ago
Dmitry Pentin a4475fa3b6 Small docs fixes 5 years ago
Dmitry Pentin ab2a97a965 Moved jpeg specific code from Numerics.cs to the jpeg related code 5 years ago