summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec
AgeCommit message (Expand)Author
2018-01-19Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326Ryan Harrison
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
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-11-29Allow building pdfium against the system version of libpng.Andrew Weintraub
2017-11-27Convert CFX_GifContext::GetFrameNum to size_tDan Sinclair
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-11-03Remove flags param from FXMEM_DefaultAlloc() and friends.Lei Zhang
2017-11-03Check for NULL pointer in _TIFFfree().chromium/3258Lei Zhang
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 FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Remove unreachable code in fx_codec_iccNicolás Peña
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Remove _FX_IOS_chromium/3225Dan Sinclair
2017-09-26Confirm that a global palette has data before attempting to use itRyan Harrison
2017-09-22Move C-style functions into CGifContextRyan Harrison
2017-09-22Fix crash when rendering invalid GIFRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-20Isolate lcms2 usage to a few files.Lei Zhang
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-20Move CCodec_ScanlineDecoder to its own file.Lei Zhang
2017-09-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-09-14Revert moving JPX library decode from Init to DecodeRyan Harrison
2017-09-11Address nits missed from original reviewchromium/3213Ryan Harrison
2017-09-11Use the right allocate and free functions in OpenJPEG.Chris Palmer
2017-09-08Fix an off by 1 error in TIFF_PredictLine().chromium/3212Lei Zhang
2017-09-08Move decompressing of JPX out of Init and into DecodeRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-08-30Split CFX_FixedBufGrow out of fx_basicchromium/3201Dan Sinclair
2017-08-30Move CFX_BinaryBuf out of fx_basicDan Sinclair
2017-08-10LCMS: rename folderNicolas Pena
2017-08-07Tidy fx_codec_jpx_opj.cppchromium/3180Tom Sepez
2017-08-07Convert static functions to anonymous namespaceTom Sepez
2017-08-07Fix PartitionAlloc vs. opj_malloc mismatch in fx_codec_jpx_opj.cppTom Sepez
2017-07-12Move CMYKtoRGB methods to fx_codec and clean them upNicolas Pena
2017-07-12Cleanup ICC code part 1Nicolas Pena
2017-07-07Check that there is enough data remaining in source BMP before readingchromium/3152Ryan Harrison
2017-06-30Use the right free function for ICC color profiles.chromium/3146Chris Palmer
2017-06-23Cleaning up fx_string_testhelpers.Henrique Nakashima