19 Commits (8c38c2cbe32f2a824973e5acb3e3f85fd27d9e3a)

Author SHA1 Message Date
fkaelberer 8c38c2cbe3 Simplify Jbig2Image.decodeInteger() 11 years ago
fkaelberer b06c10cbbd rename getUint32 to getInt32 and collect readInt*() in util.js 11 years ago
Tim van der Meij df91acf239 Fixes lint warning W004 in src/core 11 years ago
Manas (prometheansacrifice) 3025445cbe Fix for #3181: jbig2 encoding for number of instances greater than 1 11 years ago
p01 2b6cb317db Optmized decodeRefinement, moving the prediction error outside the inner loop 11 years ago
p01 840d9d40b6 Reuse the row Uint8Array in JBIG2's decodeBitmap 11 years ago
p01 b2b3836683 Process only once the offset and starting mask JBIG2's drawBitmap 11 years ago
p01 0bca56cbb2 Use changingTemplateX, Y and Bit in JBIG2's decodeBitmap 11 years ago
p01 e2a4328ff2 Optimized bounding box tests in JBIG2's decodeBitmap 11 years ago
p01 2a9fe573c0 Nest JBIG2 prediction if statements together 11 years ago
p01 02a5f9435a More bit friendly decodeIAID and decodeInteger 11 years ago
p01 e862c64bb8 JBIG2 20% faster SimpleSegmentVisitor_drawBitmap 11 years ago
fkaelberer 7b5b5178ef Extract duplicate arithmetic decoder to own class 11 years ago
Tim van der Meij 2712a5a45a Making src/core/jbig2.js adhere to the style guide 11 years ago
fkaelberer abcc72a173 Faster JBIG2 decoding 11 years ago
Mathieu 'p01' Henri 135660c8ba Fill the initial JBIG2 buffer with 0xFF only if defaultPixelValue is set 11 years ago
Sriram f6eee819e2 Transposed feature for text decoding in jbig2 12 years ago
biggert 88f1506ef8 Added support for JBIG2 extension segment 12 years ago
Brendan Dahl 5ecce4996b Split files into worker and main thread pieces. 12 years ago
fkaelberer 0c10b76aa3 Faster JBIG2 decoding for Firefox 12 years ago
Yury Delendik 4d50965434 Fixes template 1 for decoding 12 years ago
Yury Delendik 1d4372775d JBIG2: finds end of segment when length is not specified 12 years ago
Yury Delendik cbe829228e Fixes symbols positioning in JBIG2 12 years ago
Jon Buckley bc94a4d353 Issue #2008 - Fix lint errors for src/jbig2.js 12 years ago
mduan 317db2e7c6 Do not error when an EndOfPage segment is encountered in jbig2 12 years ago
Brendan Dahl 332ae4ce41 Change to the Apache v2 license. 13 years ago
Yury Delendik f9f715b656 Adds lossless segment types; fixes generic region prediction flag 13 years ago
Yury Delendik 25d4467fa3 Fixes .length and capitalization nits 13 years ago
Yury Delendik f014481149 Replaces throw to error() and uses shadow() 13 years ago
Yury Delendik 699abbd4f2 Removing huffman tables; decoding context refactoring 13 years ago
Yury Delendik 2e5414cd18 Fixes template 2; implements end of stripe 13 years ago
Yury Delendik aa877e1d40 Implements refinement 13 years ago
Yury Delendik e09eb529d9 Adds basic symbol dictionary and text region. 13 years ago
Yury Delendik 95bc99f698 Initial JBIG2 code 13 years ago