summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec
AgeCommit message (Expand)Author
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-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-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-16Replace FX_NEW with new, remote tests from fxcodecTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
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-01-05Cleanup: Get rid of CRLF line endings.Lei Zhang
2015-01-05Remove static declared SymbolDictCache.Bo Xu
2014-10-21More fixes in sycc422_to_rgb and sycc420_to_rgb when image width is oddBo Xu
2014-10-10Fix a bug when image width is odd in sycc422_to_rgbBo Xu
2014-09-30Update openjpegBo Xu
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
2014-08-25Use number of components from ICC profile and alternate color spaceBo Xu
2014-08-25Revert of Use number of components from ICC profile and alternateCS (patchset...Bo Xu
2014-08-25Use number of components from ICC profile and alternate color spaceBo Xu
2014-08-15Fix buffer size offset error in PNG_PredictorBo Xu
2014-08-13Remove try/catch blockBo Xu
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-08Remove custom memory managerBo Xu
2014-06-20Stack-buffer-overflow in IccLib_Translatefoxit
2014-06-05fix two uninitialized readsJohn Abd-El-Malek
2014-06-04Wrong variable assignment in Pdfium.John Abd-El-Malek
2014-05-24Fix warnings in android build, fix font rendering issue, fix issue 357588: wr...Bo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek