summaryrefslogtreecommitdiff
path: root/core/fxcodec
AgeCommit message (Expand)Author
2018-01-30Check if opj_image_data_alloc returned null.Henrique Nakashima
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-29Remove duplicate assignments in sycc420_to_rgb().Lei Zhang
2018-01-26Fix potential memory leak in CCodec_JpegModule::Start().Lei Zhang
2018-01-19Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326Ryan Harrison
2018-01-18Avoid integer overflows in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Declare variables closer to use in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Move format specific elements out of ContinueDecodeRyan Harrison
2018-01-17Move format specific elements out of StartDecodechromium/3324Ryan Harrison
2018-01-17Move format specific elements out of DetectImageTypeRyan Harrison
2018-01-17Remove param checking from StartScanLineRyan Harrison
2018-01-17Move remaining jpeg error handling up a levelRyan Harrison
2018-01-17Move jpeg header read error handling up a levelRyan Harrison
2018-01-17Correctly handle errors when starting jpeg codecRyan Harrison
2018-01-15Revert "Check for success of decodes to avoid infinite loops"Nicolás Peña Moreno
2017-12-19Remove some dead code.Lei Zhang
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-12-01Check for success of decodes to avoid infinite loopsNicolas Pena
2017-11-30Prevent integer overflow in CJBig2_HuffmanTable::ParseFromCodedBufferNicolas Pena
2017-11-29Allow building pdfium against the system version of libpng.Andrew Weintraub
2017-11-28Remove CollectionSize from JBig2_ContextDan Sinclair
2017-11-27Convert CFX_GifContext::GetFrameNum to size_tDan Sinclair
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-11-10Check for decoder completeness in CJBig2_GRRDProcNicolas Pena
2017-11-09Rename some methods in CJBig2_Contextchromium/3264Nicolas Pena
2017-11-08Prevent cyclic offset on CJBig2_ContextNicolas Pena
2017-11-07Use MaybeOwned in CJBig2_ImageNicolas Pena
2017-11-07More FX_SAFE_INT32 in CJBig2_TRDProcNicolas Pena
2017-11-03Remove flags param from FXMEM_DefaultAlloc() and friends.Lei Zhang
2017-11-03Check for NULL pointer in _TIFFfree().chromium/3258Lei Zhang
2017-10-30More safe ints in CJBig2_TRDProcNicolas Pena
2017-10-25Enforce end of data in CJBig2_ArithDecoderNicolas Pena
2017-10-23Fix some integer overflows in CJBig2_TRDProcNicolas Pena
2017-10-23Return error when attempting to load frame with 0 heightRyan Harrison
2017-10-05Make GIF decoder more standards complaintRyan Harrison
2017-10-03Rewrite how GIF headers are readRyan Harrison
2017-10-02Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231Ryan Harrison
2017-10-02More define cleanupDan Sinclair
2017-10-02Removing unused definesDan Sinclair
2017-09-28Convert LZW decompressor to use vector instead of static arraychromium/3230chromium/3229chromium/3228chromium/3227Ryan Harrison
2017-09-28Simplify some OS checks to PLATFORM checksDan Sinclair
2017-09-27Remove error strings from BMP decoding pathRyan Harrison
2017-09-27Cleaning up naming of GIF files/classes/variablesRyan Harrison
2017-09-27Remove error string from CGifContextRyan Harrison
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Make names of GIF types less opaqueRyan Harrison