summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/ccodec_pngmodule.cpp
AgeCommit message (Expand)Author
2018-10-12Forward declare more in codec code.Lei Zhang
2018-10-09Pass CFX_CodecMemory in place of spans to codecs.Tom Sepez
2018-09-25Introduce CodecModuleIface for progressive decoder modules.Tom Sepez
2018-09-20Remove extraneous 'extern "C"' entries.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-04-11Remove CFX_DIBAttribute::m_strAuthorTom Sepez
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2017-11-29Allow building pdfium against the system version of libpng.Andrew Weintraub
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-06-01Use unique_ptrs for codec contexts in ccodec_progressivedecoder.chromium/3118Tom Sepez
2017-05-31Put all CCodec_PngModule state into its context.Tom Sepez
2017-05-10Cleanup CGifDecompressor part 2Nicolas Pena
2017-04-04Remove unneeded void* casts.Lei Zhang
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-01Create virtual codec APIs so chrome/fuzzers can link separatelyTom Sepez
2017-02-27Allow building XFA without additional codecs.Tom Sepez