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