Age | Commit message (Expand) | Author |
2017-05-23 | Remove longjmp from the Gif module | Nicolas Pena |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-17 | Gif: Detect string decoding errors | Nicolas Pena |
2017-05-15 | Gif: error out on invalid code sizeschromium/3101 | Nicolas Pena |
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-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 |