Age | Commit message (Expand) | Author |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-12 | Rename ErrorData and fix potential leakchromium/3100chromium/3099 | Nicolas Pena |
2017-05-12 | Merge FXGIF_Context and CGifDecompressor into CGifContextchromium/3098 | Nicolas Pena |
2017-05-11 | Do not use vector data() when it is empty | Nicolas Pena |
2017-05-10 | Cleanup CGifDecompressor part 2 | Nicolas Pena |
2017-05-09 | Cleanup of CGifDecompressor part 1 | Nicolas Pena |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-05-06 | core: allow building against system zlib | Miklos Vajna |
2017-05-04 | Removing unused IFX_Pause parameters | Dan Sinclair |
2017-05-03 | Use enum class GifDecodeStatus instead of integers in fx_gif | Nicolas Pena |
2017-04-27 | Remove more |new|s, part 2 | Tom Sepez |
2017-04-25 | Remove remaining ICodec_* abstract classes | Tom Sepez |
2017-04-20 | Revert "core: allow building against system zlib" | dsinclair |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-18 | Libtiff upstream: _TIFFcalloc addition | Nicolas Pena |
2017-04-13 | core: allow building against system zlib | Miklos Vajna |
2017-04-07 | Remove the ICC transform where it is never initialized. | Nicolas Pena |
2017-04-07 | Remove the "old way" of performing FlateUncompress. | Tom Sepez |
2017-04-04 | Remove a couple checks for MakeUnique failures. | Lei Zhang |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |
2017-04-04 | Remove unneeded void* casts. | Lei Zhang |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from string methods | Dan Sinclair |
2017-03-31 | Move zlib to a DEPS-based checkout. | Lei Zhang |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-27 | Update to zlib 1.2.11 | Adenilson Cavalcanti |
2017-03-23 | Revert "Remove CFX_FixedBufGrow" | Nicolás Peña |
2017-03-22 | Remove CFX_FixedBufGrow | Dan Sinclair |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Remove openjpeg write support. | thestig |
2017-03-13 | Fix some nits in fx_codec_fax | Nicolas Pena |
2017-03-13 | Check run lengths in FaxG4GetRow | Nicolas Pena |
2017-03-07 | fx_codec_flate code cleanup.chromium/3035 | Dan Sinclair |
2017-03-06 | Check size before writtingchromium/3033 | dan sinclair |
2017-03-01 | Create virtual codec APIs so chrome/fuzzers can link separately | Tom Sepez |
2017-02-27 | Fix nits from commit db764708. | Lei Zhang |
2017-02-27 | Allow building XFA without additional codecs. | Tom Sepez |
2017-02-14 | Prevent heap-buffer-overflow in CCodec_ProgressiveDecoder | Nicolas Pena |
2017-01-23 | Fix bug found by fuzzer in A85 encoder (bad shift). | rbpotter |
2017-01-16 | Use FX_Alloc() properly in fxcodec. | tsepez |
2017-01-12 | Add postscript path | rbpotter |
2017-01-11 | Make tiff_read return actual length read | Nicolas Pena |