Age | Commit message (Expand) | Author |
2018-02-05 | Limit dest buffer to 1GB in FlateOrLZWDecode. | Henrique Nakashima |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-09-20 | Forward declare codec modules in fx_codec.h. | Lei Zhang |
2017-09-20 | Move CCodec_ScanlineDecoder to its own file. | Lei Zhang |
2017-09-08 | Fix an off by 1 error in TIFF_PredictLine().chromium/3212 | Lei Zhang |
2017-06-20 | Cleanup fpdf_parser_decode | Nicolas Pena |
2017-05-06 | core: allow building against system zlib | Miklos Vajna |
2017-04-20 | Revert "core: allow building against system zlib" | dsinclair |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-13 | core: allow building against system zlib | Miklos Vajna |
2017-04-07 | Remove the "old way" of performing FlateUncompress. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math 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-27 | Update to zlib 1.2.11 | Adenilson Cavalcanti |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-07 | fx_codec_flate code cleanup.chromium/3035 | Dan Sinclair |
2017-03-06 | Check size before writtingchromium/3033 | dan sinclair |
2017-01-09 | Remove CFX_ArrayTemplate from fpdftext and fxcodec. | tsepez |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-06-16 | Remove unused code. | dsinclair |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-06 | Remove unused PS generation code. | thestig |
2016-05-11 | Replace some calls to Release() with direct delete, part 1. | tsepez |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-05 | Remove dead image decoding/caching code. | thestig |
2016-03-28 | Reduce signed/unsigned comparison warnings | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |