2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-22 18:19:08 +00:00
qpdf/libqpdf/qpdf
Jay Berkenbilt e2dedde4bd Don't require stream data provider to know length in advance
Breaking API change: length parameter has disappeared from the
StreamDataProvider version of QPDFObjectHandle::replaceStreamData
since it is no longer necessary to compute it in advance.  This
breaking change is justified by the fact that removing the length
parameter provides the caller an opportunity to simplify the calling
code.
2012-07-07 17:33:45 -04:00
..
BitStream.hh Fix and test support for files >= 4 GB 2012-06-24 15:56:50 -04:00
BitWriter.hh Fix and test support for files >= 4 GB 2012-06-24 15:56:50 -04:00
MD5.hh fix include order for off_t 2012-06-21 14:11:22 -04:00
PCRE.hh fix include order for off_t 2012-06-21 14:11:22 -04:00
Pl_AES_PDF.hh ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_ASCII85Decoder.hh ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_ASCIIHexDecoder.hh ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_LZWDecoder.hh ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_MD5.hh ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_PNGFilter.hh ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_QPDFTokenizer.hh ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_RC4.hh ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDF_Array.hh Added additional array mutators 2012-06-20 15:29:44 -04:00
QPDF_Bool.hh removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
QPDF_Dictionary.hh implement methods to get dictionary and array contents as map and vector 2011-08-10 13:33:58 -04:00
QPDF_Integer.hh Change QPDF_Integer from int to long long 2012-06-24 15:20:01 -04:00
QPDF_Name.hh removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
QPDF_Null.hh removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
QPDF_Real.hh Add QPDFObjectHandle::newReal(double) 2012-06-27 10:19:01 -04:00
QPDF_Stream.hh Don't require stream data provider to know length in advance 2012-07-07 17:33:45 -04:00
QPDF_String.hh removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
RC4.hh removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
rijndael.h fix MSVC 2010 issues 2011-12-28 16:40:33 -05:00