Age | Commit message (Expand) | Author |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-05-06 | core: allow building against system zlib | Miklos Vajna |
2017-05-05 | More unused IFX_Pause parameters removedchromium/3091 | Dan Sinclair |
2017-05-04 | Remove unused IFX_Pause member | Dan Sinclair |
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-05-02 | Fix some nits in fx_gif.cpp | Nicolas Pena |
2017-05-01 | Fix CGifLZWDecoder::Decode comparison | 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-10 | Guard against negative shift in nVal calculation | Dan Sinclair |
2017-04-10 | Use checked_numeric to guard shift | Dan Sinclair |
2017-04-10 | Guard against negative shift in jbig2 huffman initialization | Dan Sinclair |
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-30 | Use more unique_ptr and std::vector in JBig2_SddProc | Nicolas Pena |
2017-03-29 | Fix undefined shift in JBig2_SddProc | Nicolas Pena |
2017-03-28 | Add bounds check into JBIG2 Arith decoder. | Dan Sinclair |
2017-03-28 | Add JBig2_BitStream ReadNBits unittests | 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 | Convert new into MakeUnique | Dan Sinclair |
2017-03-27 | Verify available bits in bit stream | Dan Sinclair |
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-15 | Fix an integer underflow in the BMP decoder. | Lei Zhang |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
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 boundary value negation in bmp_read_headerchromium/3041 | Nicolas Pena |
2017-03-13 | Fix some nits in fx_codec_fax | Nicolas Pena |
2017-03-13 | Check run lengths in FaxG4GetRow | Nicolas Pena |