summaryrefslogtreecommitdiff
path: root/core/src/fxcodec
AgeCommit message (Expand)Author
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
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-11-24Update to openjpeg r2944Bo Xu
2014-10-30Update openjpeg to r2920Bo Xu
2014-10-22update openjpeg to r2911Bo Xu
2014-10-21Update openjpeg to r2908chromium/2202chromium/2201chromium/2200chromium/2199chromium/2198chromium/2197Bo Xu
2014-10-21More fixes in sycc422_to_rgb and sycc420_to_rgb when image width is oddBo Xu
2014-10-15Fix licenses in headers to pass Chromium's checklicenses tool.chromium/2196chromium/2195chromium/2194chromium/2193chromium/2192chromium/2191Tom Sepez
2014-10-10Fix a bug when image width is odd in sycc422_to_rgbBo Xu
2014-10-03check pointer overflow in t2.cBo Xu
2014-09-30Update openjpegBo Xu
2014-09-08Merge performance fix for cmsDupToneCurve from previous upstream branch.Chris Palmer
2014-09-02Tidy up opj_ callback functions in fx_codec_jpx_obj.cppTom Sepez
2014-08-27Restrict index not be greater than row_size in TIFF_PredictLineBo Xu
2014-08-26Bounds check before fixed-size memcmp() in CJPX_Decoder::Init().Tom Sepez