summaryrefslogtreecommitdiff
path: root/core/fxcodec
AgeCommit message (Expand)Author
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
2017-06-19Make out_row_buffer an std::vectorNicolas Pena
2017-06-15Remove unused BMP compressing codeNicolas Pena
2017-06-14Cleanup fx_bmp part 1Nicolas Pena
2017-06-13Check validity of color indices in bmp_decode_rgbNicolas 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
2017-05-30Release unowned m_pTiffContext before deleting through itTom Sepez
2017-05-30Do not store pointer to IFX_Pause in CCodec_Jbig2ContextTom Sepez
2017-05-26IFX_Pause is passed to CJBig2_Context, no need to store.chromium/3113Tom Sepez
2017-05-26Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed.Tom Sepez
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Remove some unused definesDan Sinclair
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-24core: allow building against system lcms2chromium/3111Miklos Vajna
2017-05-23Remove longjmp from the Gif moduleNicolas Pena
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-17Gif: Detect string decoding errorsNicolas Pena
2017-05-15Gif: error out on invalid code sizeschromium/3101Nicolas Pena
2017-05-12Rename ErrorData and fix potential leakchromium/3100chromium/3099Nicolas Pena
2017-05-12Merge FXGIF_Context and CGifDecompressor into CGifContextchromium/3098Nicolas Pena
2017-05-11Do not use vector data() when it is emptyNicolas Pena
2017-05-10Cleanup CGifDecompressor part 2Nicolas Pena
2017-05-09Cleanup of CGifDecompressor part 1Nicolas Pena
2017-05-08Remove default params in CFX_DIBSourceNicolas Pena
2017-05-06core: allow building against system zlibMiklos Vajna
2017-05-05More unused IFX_Pause parameters removedchromium/3091Dan Sinclair
2017-05-04Remove unused IFX_Pause memberDan Sinclair
2017-05-04Removing unused IFX_Pause parametersDan Sinclair
2017-05-03Use enum class GifDecodeStatus instead of integers in fx_gifNicolas Pena