summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec
AgeCommit message (Expand)Author
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
2017-06-22Continue BMP decoder cleanupNicolas Pena
2017-06-20Cleanup fpdf_parser_decodeNicolas Pena
2017-06-20Fix signedness of height in BMP decoderNicolas Pena
2017-06-19Make out_row_buffer an std::vectorNicolas Pena
2017-06-14Cleanup fx_bmp part 1Nicolas Pena
2017-06-08Guard against undefined shifting in JPX decoderDan Sinclair
2017-06-01Use unique_ptrs for codec contexts in ccodec_progressivedecoder.chromium/3118Tom Sepez
2017-06-01Move CCodec_GifModule state to CGifContextTom Sepez
2017-06-01Missing one unowned_ptr in ccodec_progressivedecoder.hTom Sepez
2017-06-01Rename FXJPEG_Context and use unowned ptrTom Sepez
2017-05-31Put all CCodec_PngModule state into its context.Tom Sepez
2017-05-31Move all of ccodec_bmpmodule state to its contextTom Sepez
2017-05-30Use unowned ptr back to delegates in codec moduleschromium/3117Tom Sepez