summaryrefslogtreecommitdiff
path: root/core/fxcodec
AgeCommit message (Expand)Author
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Make names of GIF types less opaqueRyan Harrison
2017-09-27Add in missing ! to conditionalRyan 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-26Move LZW decoder out of fx_gifRyan 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-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan 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-14Fix decoding of JBIG2 integers for values with large magnitude.Henrique Nakashima
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-31Use vector instead of pointer in CJBig2_SegmentNicolas Pena
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-30Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTableNicolas Pena
2017-08-28Add helper methods in CJBig2_GRRDProc.Lei Zhang
2017-08-28Skip decoding of excessively large JBIG2 images.Lei Zhang
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-20Create helper method in CJBig2_HTRDProcNicolas Pena
2017-07-19Remove JBig2_GsidProc classNicolas Pena
2017-07-17Simplify CJBig2_Context::huffman_assign_codeNicolas Pena
2017-07-14Use CFX_MaybeOwned in CJBig2_TRDProcNicolas Pena
2017-07-14More unique_ptrs in JBIG2 code part 2Nicolas Pena
2017-07-13More unique_ptrs in JBig2 codeNicolas Pena
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