Age | Commit message (Expand) | Author |
2015-06-19 | Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-19 | Disintermediation. | Tom Sepez |
2015-06-19 | Move zlib to third_party/ | Tom Sepez |
2015-06-18 | Move libopenjpeg to third_party/ | Tom Sepez |
2015-06-17 | Revert "Move libopenjpeg to third_party/" | Tom Sepez |
2015-06-17 | Move libopenjpeg to third_party/ | Tom Sepez |
2015-06-17 | Replace some Release() calls with virtual destructors. | Tom Sepez |
2015-06-17 | Move libjpeg to third_party/ | Tom Sepez |
2015-06-17 | Move lcms2 into third_party | Tom Sepez |
2015-06-15 | Do some IWYU cleanups. | Lei Zhang |
2015-06-11 | Remove trailing whitespaces in core. | Lei Zhang |
2015-06-11 | Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. | Tom Sepez |
2015-06-10 | Cleanup: Remove uses of "this->" in core/ | Lei Zhang |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-08 | Remove more cruft from fx_system.h | Tom Sepez |
2015-06-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-05-28 | Fix ALL the include guards. | Tom Sepez |
2015-05-26 | Upgrade openjpeg to r3002 | JUN FANG |
2015-05-21 | Fix an endless loop in CJBig2_HuffmanTable::parseFromCodedBuffer | JUN FANG |
2015-05-20 | Integer overflow in CJBig2_Image::expand | JUN FANG |
2015-05-19 | Re-land: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-19 | Revert "Remove FX_Alloc() null checks now that it can't return NULL." | Tom Sepez |
2015-05-19 | Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-19 | Fix Heap Overflow in CJBig2_Image::expand | JUN FANG |
2015-05-18 | Cleanup if early return from opj_j2k_copy_default_tcp_and_create_tcd(). | Tom Sepez |
2015-05-18 | Change FX_Alloc to FX_Try_Alloc in _JpegEncode | JUN FANG |
2015-05-18 | Add safe FX_Alloc2D() macro | Tom Sepez |
2015-05-15 | Fix leaks in embedder test's FlateEncode() usage and in FlateEncode(). | Lei Zhang |
2015-05-15 | Abort on OOM by default in FX_Alloc(). | Tom Sepez |
2015-05-08 | Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-05-06 | Fix a couple of divide by zero crashes in PNG/TIFF predictors. | Lei Zhang |
2015-04-21 | Fix a crashier due to images with abnormal size | JUN FANG |
2015-04-16 | Replace FX_NEW with new, remote tests from fxcodec | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-04-13 | Fix a heap overflow in CJBig2_Context::parseSymbolDictchromium/2371chromium/2370chromium/2369 | JUN FANG |
2015-03-26 | Use correctly-typed error codes for fx_codec_jpx_unittest | Tom Sepez |
2015-03-20 | Fix missing include for std::min | Tom Sepez |
2015-03-19 | Fix subtle issues in opj_skip_from_memory and add unit tests. | Tom Sepez |
2015-03-16 | Fix a bug that JPX images can't be shown | JUN FANG |
2015-03-10 | Kill remaining sprintfs | Tom Sepez |
2015-03-06 | Fix multiply defined macro in zlib.h on linux_chromium_clobber_rel_ng builder. | Tom Sepez |
2015-02-27 | Upgrade openjpeg to revision 2997. | JUN FANG |
2015-01-30 | Don't export any OpenJPEG methods from PDFium. | John Abd-El-Malek |
2015-01-09 | Check for NULL pointers in CJBig2_SymbolDict::DeepCopy().chromium/2276chromium/2275chromium/2274chromium/2273 | Lei Zhang |
2015-01-09 | Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez |
2015-01-05 | Cleanup: Get rid of CRLF line endings. | Lei Zhang |
2015-01-05 | Remove static declared SymbolDictCache. | Bo Xu |
2014-12-17 | Add a small LRU cache for the JBIG2 symbol dictionary. | Bo Xu |
2014-12-12 | Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables. | Bruce Dawson |