34 Commits (cbdaf85130e92553b1fd98cc42eee972b53d4b59)

Author SHA1 Message Date
Tim van der Meij 5cc7d23066 Properly set this.eof in CCITTFaxStream 11 years ago
Jonas Jenwald 4b54d6fd43 Add strict equalities in src/core/stream.js 11 years ago
Jonas Jenwald b950118681 Revert commit fc73e2e (PR 5005) for breaking certain PDF files 11 years ago
Nicholas Nethercote db866945b7 Improve how DecodeStream handles empty buffers. 11 years ago
fkaelberer fc73e2e173 use getBytes() instead of looping over getByte() 11 years ago
Tim van der Meij 9c072a5d4b Renames concatenateToArray to appendToArray 11 years ago
Fabian Lange 22a0e7fe65 Optimization for FlateStream_getCode, making more pdfs parsable. 11 years ago
Yury Delendik 6b411b559d Fixes masked JPEG image 11 years ago
Yury Delendik 6235e3a61c Adds color components decoding to the JPEG 11 years ago
Jonas Jenwald ea0453f106 Add isEmpty method to Stream, DecodeStream and ChunkedStream 11 years ago
p01 330b99f428 Optimized stream.js / 9-10x faster DecodeStream_ensureBuffer 11 years ago
Thorben Bochenek e8f0700bfa Move the colour conversion to jpg.js 11 years ago
fkaelberer b06c10cbbd rename getUint32 to getInt32 and collect readInt*() in util.js 11 years ago
fkaelberer 04602c8a5e Less copying in the JPX coder, merged and rebased 11 years ago
Rob Wu 2e97c0d085 Remove some unused variables from src/ 11 years ago
Tim van der Meij df91acf239 Fixes lint warning W004 in src/core 11 years ago
Yury Delendik 31f081ae17 Doesn't traverse cyclic references in Dict.getAll; reduces empty-Dict garbage 11 years ago
Jonas Jenwald 6883362a84 Fix coding style in src/core/stream.js 11 years ago
Nicholas Nethercote 6a75e45309 Allocate fewer objects when parsing 2 and 4 byte chunks. 11 years ago
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