summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp
AgeCommit message (Expand)Author
2016-04-01Merge to M49: Reland "Fix sycc{420,422}_to_rgb issues."chromium/2623Oliver Chang
2015-12-24Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-24Merge to XFA: Fix failed JPX image renderingJun Fang
2015-12-14Merge to XFA: Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-10Merge to XFA: Fix integer and bounds issues in sycc4{22,44}_to_rgb.Oliver Chang
2015-11-10Merge to XFA: Fix relative includes within core/Lei Zhang
2015-11-06Merge to XFA: Fix all relative includes to third_party.Lei Zhang
2015-10-16Merge to XFA: Fix a bunch of sign mismatch warnings.Lei Zhang
2015-10-09Merge to XFA: Fix heap-buffer-overflow in color_sycc_to_rgbJun Fang
2015-10-01Merge to XFA: Clean up some image decoder classes:Lei Zhang
2015-09-03Merge to XFA: Reapply Foxit's libopenjpeg modifications.Lei Zhang
2015-09-03Merge to XFA: Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends.Lei Zhang
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-06-19Merge to XF: Disintermediation.Tom Sepez
2015-06-18Merge to XFA: Move libopenjpeg to third_party/Tom Sepez
2015-06-17Merge to XFA: Move lcms2 into third_partyTom Sepez
2015-06-13Remove trailing whitespaces in core, XFA edition.Lei Zhang
2015-06-13Merge to XFA: Cleanup: Remove uses of "this->" in core/Lei Zhang
2015-06-11Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-05-20Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-08Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-05-06Merge to XFA: Replace FX_NEW with new, remote tests from fxcodecLei Zhang
2015-04-14Merge to XFA: Kill CFX_Object.Tom Sepez
2015-03-20Merge to XFA: Fix missing include for std::minTom Sepez
2015-03-19Merge to XFA: Fix subtle issues in opj_skip_from_memory and add unit tests.Tom Sepez
2015-03-16Merge to XFA: Fix a bug that JPX images can't be shownJUN FANG
2015-02-27Merge to XFA: Cleanup: Get rid of CRLF line endings.Lei Zhang
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-26Bounds check before fixed-size memcmp() in CJPX_Decoder::Init().Tom Sepez
2014-08-13Remove try/catch blockBo Xu
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