13 Commits (e5cd75083fabf663ce67be086e4fd7b3b99a44b2)

Author SHA1 Message Date
Nicholas Nethercote b3024db677 Estimate the size of decoded streams in advance. 11 years ago
Nicholas Nethercote ea17749b93 Don't get bytes eagerly when creating FlateStream objects. 11 years ago
Nicholas Nethercote d0253c8291 Don't get bytes eagerly when creating {Jpeg,Jpx,Jbig2}Stream objects. 11 years ago
fkaelberer 6755ea70b0 Fix infinite loop in DecodeStream_ensureBuffer() 11 years ago
Nicholas Nethercote fe8b6b0950 Remove FakeStream. 11 years ago
Nicholas Nethercote 64431a9909 Avoid extra allocations in ensureBuffer() caused by an off-by-one error. 11 years ago
Nicholas Nethercote 33dd1b0c3c Remove the unnecessary this.buf in CCITTFaxStream. 11 years ago
Jonas Jenwald e6c805490b [JBIG2] Fix getting decodeParms when it's an array 12 years ago
Rob Wu 43847d7ff8 Set eof to true at the end of a FlateStream 12 years ago
Yury Delendik c8af2565f1 Uses blob URL instead of data when possible 12 years ago
Brendan Dahl 5ecce4996b Split files into worker and main thread pieces. 12 years ago
Yury Delendik 8ee9db45ef Fixes ASCIIHex decoding 12 years ago
Yury Delendik 19e8f2f059 lookChar refactoring 12 years ago
Brendan Dahl 09aafa830b Remove caching of stream data and fix object loader for streams. 12 years ago
Yury Delendik 5e5b66f688 Removes browser decoding optimization for JPEG CMYK 12 years ago
Yury Delendik c099d6ba94 Removes AES padding 12 years ago
Yury Delendik aac0f80aad #1277: ignoring error for bad "empty" block 12 years ago
Yury Delendik 4d9ee7b530 #2098: scanning for stream length when it's incorrect 12 years ago
Yury Delendik c68d125f17 Improves search of EI (end of inlined image) 12 years ago
eug48 c195daf85e Remove stream.parameters which wasn't being set consistently. Fixes issue #2881. 12 years ago
Mack Duan dbccbaaa27 Make getOperatorList() calls independent and merge queues at end 12 years ago
Yury Delendik 5cf0d8fa80 Enforces maxlen for jshint 12 years ago
Jon Buckley 4a292a310f Issue #2008 - Fix lint errors for src/stream.js 12 years ago
Yury Delendik d71c702dcf Removes "too many inline images" limit 13 years ago
Saebekassebil 58d6974bf5 Implement NullStream, fix #1832 13 years ago
Brendan Dahl 332ae4ce41 Change to the Apache v2 license. 13 years ago
Brendan Dahl e6b75f4a56 Also check abbreviation for colorspace in jpegs. 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
Brendan Dahl 034583e1a1 Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension. 13 years ago
Kalervo Kujala 99440ab691 Refactor class method names. 13 years ago
gigaherz 9abbce021f Undo comment changes. 13 years ago
gigaherz c6d7e654ee Replace variables named 'char'=>'character', 'byte'=>'octet' and field '.private'=>'.privateData'. This allows pdf.js to compile with Google's Closure Compiler. 13 years ago
Saebekassebil efa89ba41a Fix issue #1302 13 years ago
notmasteryet fcffbc3804 Fix `Line 648, E:0001: Extra space after "]"` 13 years ago
Brendan Dahl 290aa0ef5d Fix upstream lint error. 13 years ago
notmasteryet b73cf1b3c2 Rewrite predictor code to avoid writing into subarrays. 13 years ago
Kalervo Kujala e3a3ec6f2e Use JPX and JPEG in error messages. 13 years ago
Kalervo Kujala 66e3441e0e Change throws to errors. 13 years ago
notmasteryet 6de2ca568d Implements RunLengthDecode filter 13 years ago
notmasteryet 5b6c06d5c6 Address review comments 13 years ago
notmasteryet 93ca387d1b Migration of the JPX code (from jpx5) 13 years ago
Brendan Dahl 7bf5daa273 Only set transform when its a non default. 13 years ago
Brendan Dahl 9538da2b58 Move comments. 13 years ago
Brendan Dahl 3c2a0f11b1 Decode more jpegs using the browser if possible. 13 years ago
Saebekassebil 7fd0dbbc17 Typdoh 13 years ago
Saebekassebil 77e900da11 Add #findTableCode to CCITTFaxStream's prototype, fixing issue #1015 13 years ago
Brendan Dahl 7d1cddf371 Add ability to fast track natively supported jpegs. 14 years ago
Kalervo Kujala 1ef4c94de2 Name all constructors. 14 years ago
Brendan Dahl 2a632d4ab2 First stage of trying to support smasks on native jpegs. 14 years ago