2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-30 17:00:51 +00:00
qpdf/libqpdf
Jay Berkenbilt 31bde2f9d7 Handle empty DecodeParams array for (fixes #331)
On read, ignore /DecodeParms when empty list; on write, delete it.
Some files have been found that include an empty list for
/DecodeParms, but this is not technically compliant with the spec, and
the only sensible interpretation is to treat it as if there are no
decode parameters.
2019-06-09 17:19:49 -04:00
..
qpdf Move rectangle transformation into QPDFMatrix 2019-01-27 07:50:30 -05:00
sph Protect headers with compliant identifiers (fixes #233) 2018-08-12 14:10:32 -04:00
bits.icc Fix and test support for files >= 4 GB 2012-06-24 15:56:50 -04:00
BitStream.cc Add signed support to BitStream and BitWriter 2018-01-13 19:49:42 -05:00
BitWriter.cc Add signed support to BitStream and BitWriter 2018-01-13 19:49:42 -05:00
Buffer.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
BufferInputSource.cc Include <algorithm> for std::min, std::max 2013-11-29 10:48:16 -05:00
build.mk Transformation matrix 2018-12-31 18:23:47 -05:00
ClosedFileInputSource.cc Remove some extraneous null pointer checks (fixes #234) 2018-08-12 12:58:39 -04:00
ContentNormalizer.cc Simplify TokenFilter interface 2018-02-18 21:05:47 -05:00
FileInputSource.cc Lexer enhancements: EOF, comment, space 2018-02-18 20:18:40 -05:00
InputSource.cc Implement findFirst and findLast in InputSource 2017-08-10 21:30:32 -04:00
InsecureRandomDataProvider.cc Refactor random data generation 2013-12-14 15:17:35 -05:00
JSON.cc JSON::serialize -> unparse 2018-12-25 11:52:21 -05:00
Makefile update release date to actual date 2008-04-29 12:55:25 +00:00
MD5.cc Catch exceptions as const references (fixes #236) 2018-08-12 21:57:52 -04:00
OffsetInputSource.cc Update lastOffset when reading 2013-12-14 15:17:07 -05:00
Pipeline.cc do DLL_EXPORT only in header files and only at the class or top-level function level 2009-10-12 01:15:55 +00:00
Pl_AES_PDF.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
Pl_ASCII85Decoder.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
Pl_ASCIIHexDecoder.cc Remove all calls to strcpy 2013-03-05 13:35:46 -05:00
Pl_Buffer.cc Missing header for std::max 2018-08-16 11:53:10 -04:00
Pl_Concatenate.cc Add Pl_Concatenate filter 2012-06-27 10:20:38 -04:00
Pl_Count.cc Use qpdf_offset_t in place of off_t in public APIs. 2012-06-21 21:23:24 -04:00
Pl_DCT.cc Undefined functions because of missing std:: or header. (#295) 2019-03-12 10:05:29 -04:00
Pl_Discard.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_Flate.cc Remove some extraneous null pointer checks (fixes #234) 2018-08-12 12:58:39 -04:00
Pl_LZWDecoder.cc Security: replace operator[] with at 2013-10-18 10:45:14 -04:00
Pl_MD5.cc Implement deterministic ID 2015-10-31 18:56:42 -04:00
Pl_PNGFilter.cc Remove use of std::abs (fixes #172) 2018-02-04 14:19:00 -05:00
Pl_QPDFTokenizer.cc Exclude space after ID in image data 2019-01-31 10:38:10 -05:00
Pl_RC4.cc Remove some extraneous null pointer checks (fixes #234) 2018-08-12 12:58:39 -04:00
Pl_RunLength.cc Implement Pl_RunLength pipeline 2017-08-19 14:50:55 -04:00
Pl_SHA2.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
Pl_StdioFile.cc Use portable versions of some UNIX-specific calls 2013-03-05 13:35:46 -05:00
Pl_TIFFPredictor.cc Add Pl_TIFFPredictor 2018-01-13 19:49:42 -05:00
QPDF_Array.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Bool.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Dictionary.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_encryption.cc Make a static version of QPDF::pipeStreamData 2019-01-07 00:11:15 -05:00
QPDF_InlineImage.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Integer.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_linearization.cc Fix integer overflow in large file test 2019-01-07 08:49:14 -05:00
QPDF_Name.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Null.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Operator.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_optimization.cc Clean up some private functions 2019-01-29 22:14:20 -05:00
QPDF_pages.cc Clean up some private functions 2019-01-29 22:14:20 -05:00
QPDF_Real.cc Spell check 2019-04-21 13:09:11 -04:00
QPDF_Reserved.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Stream.cc Handle empty DecodeParams array for (fixes #331) 2019-06-09 17:19:49 -04:00
QPDF_String.cc Move remaining existing transcoding to QUtil 2019-01-17 11:43:56 -05:00
qpdf-c.cc Modernize encryption API for more granularity 2019-01-17 11:43:56 -05:00
QPDF.cc Prepare 8.4.2 release 2019-05-18 08:56:37 -04:00
QPDFAcroFormDocumentHelper.cc Add basic appearance stream generation 2019-01-04 08:00:19 -05:00
QPDFAnnotationObjectHelper.cc Move rectangle transformation into QPDFMatrix 2019-01-27 07:50:30 -05:00
QPDFExc.cc mingw workaround for QPDFExc destructor 2019-01-19 10:14:07 -05:00
QPDFFormFieldObjectHelper.cc Handle fallback font size in text appearances 2019-01-21 07:38:21 -05:00
QPDFMatrix.cc Move rectangle transformation into QPDFMatrix 2019-01-27 07:50:30 -05:00
QPDFNameTreeObjectHelper.cc Add QPDFNameTreeObjectHelper 2018-12-21 18:34:56 -05:00
QPDFNumberTreeObjectHelper.cc Minor cleanup 2018-12-21 17:25:31 -05:00
QPDFObject.cc More robust handling of type errors 2018-02-18 21:06:27 -05:00
QPDFObjectHandle.cc Tighten isPageObject (fixes #310) 2019-04-20 21:00:43 -04:00
QPDFObjGen.cc Fix QPDFObjGen constructor implementation 2013-07-07 19:43:01 -04:00
QPDFOutlineDocumentHelper.cc Add document and object helpers for outlines (bookmarks) 2018-12-21 19:11:57 -05:00
QPDFOutlineObjectHelper.cc Add document and object helpers for outlines (bookmarks) 2018-12-21 19:11:57 -05:00
QPDFPageDocumentHelper.cc Add QPDFObjectHandle::getUniqueResourceName 2019-01-27 07:50:30 -05:00
QPDFPageLabelDocumentHelper.cc Minor cleanup 2018-12-21 17:25:31 -05:00
QPDFPageObjectHelper.cc Spell check 2019-01-31 21:41:29 -05:00
QPDFSystemError.cc Fix error in QPDFSystemError.cc 2018-08-14 11:39:07 -04:00
QPDFTokenizer.cc Undefined functions because of missing std:: or header. (#295) 2019-03-12 10:05:29 -04:00
QPDFWriter.cc Handle empty DecodeParams array for (fixes #331) 2019-06-09 17:19:49 -04:00
QPDFXRefEntry.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
QTC.cc Call QUtil::safe_fopen in place of fopen 2013-03-05 13:35:46 -05:00
QUtil.cc Fix Windows memory error (fixes #330) 2019-05-16 14:26:51 -04:00
RC4.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
rijndael.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
SecureRandomDataProvider.cc Update references to README files 2017-08-22 14:13:10 -04:00
sha2.c Incorporate sha2 code from sphlib 3.0 2012-12-31 05:36:51 -05:00
sha2big.c Incorporate sha2 code from sphlib 3.0 2012-12-31 05:36:51 -05:00