Age | Commit message (Expand) | Author |
2018-05-10 | Clean up post review comments | Ryan Harrison |
2018-05-10 | Do not build BMP when codec is disabled | Ryan Harrison |
2018-05-09 | Do not build GIF when codec is disabled | Ryan Harrison |
2018-05-09 | Do not build PNG when codec is disabled | Ryan Harrison |
2018-05-09 | Do not build TIFF when codec is disabled | Ryan Harrison |
2018-05-03 | Invalidate GIF input buffer when moving file cursor backwardschromium/3420chromium/3419 | Ryan Harrison |
2018-04-27 | Replace void* with CFX_GifPalette* in fxcodec | Tom Sepez |
2018-04-16 | Fix some checks for FX_Realloc() failures. | Lei Zhang |
2018-03-21 | Rename foo_{wid,hei} to foo_{width,height}. | Lei Zhang |
2018-03-21 | Rename "des_foo" to "dest_foo". | Lei Zhang |
2018-03-21 | Add helpers to work with FXDIB_Format. | Lei Zhang |
2018-02-13 | Change return value of GetAvailInput | Ryan Harrison |
2018-01-19 | Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326 | Ryan Harrison |
2018-01-18 | Move format specific elements out of ContinueDecode | Ryan Harrison |
2018-01-17 | Move format specific elements out of StartDecodechromium/3324 | Ryan Harrison |
2018-01-17 | Move format specific elements out of DetectImageType | Ryan Harrison |
2018-01-17 | Move remaining jpeg error handling up a level | Ryan Harrison |
2018-01-17 | Move jpeg header read error handling up a level | Ryan Harrison |
2018-01-17 | Correctly handle errors when starting jpeg codec | Ryan Harrison |
2017-11-27 | Convert CFX_GifContext::GetFrameNum to size_t | Dan Sinclair |
2017-11-21 | Avoid passing pointers by reference in core. | Lei Zhang |
2017-09-27 | Cleaning up naming of GIF files/classes/variables | Ryan Harrison |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Remove _FX_IOS_chromium/3225 | Dan Sinclair |
2017-09-26 | Confirm that a global palette has data before attempting to use it | Ryan Harrison |
2017-09-22 | Fix crash when rendering invalid GIF | Ryan Harrison |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-07-12 | Move CMYKtoRGB methods to fx_codec and clean them up | Nicolas Pena |
2017-07-07 | Check that there is enough data remaining in source BMP before readingchromium/3152 | Ryan Harrison |
2017-06-22 | Continue BMP decoder cleanup | Nicolas Pena |
2017-06-19 | Make out_row_buffer an std::vector | Nicolas Pena |
2017-06-01 | Use unique_ptrs for codec contexts in ccodec_progressivedecoder.chromium/3118 | Tom Sepez |
2017-06-01 | Move CCodec_GifModule state to CGifContext | Tom Sepez |
2017-06-01 | Missing one unowned_ptr in ccodec_progressivedecoder.h | Tom Sepez |
2017-06-01 | Rename FXJPEG_Context and use unowned ptr | Tom Sepez |
2017-05-31 | Put all CCodec_PngModule state into its context. | Tom Sepez |
2017-05-31 | Move all of ccodec_bmpmodule state to its context | Tom Sepez |
2017-05-30 | Release unowned m_pTiffContext before deleting through it | Tom Sepez |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-12 | Rename ErrorData and fix potential leakchromium/3100chromium/3099 | Nicolas Pena |
2017-05-12 | Merge FXGIF_Context and CGifDecompressor into CGifContextchromium/3098 | Nicolas Pena |
2017-05-10 | Cleanup CGifDecompressor part 2 | Nicolas Pena |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-05-04 | Removing unused IFX_Pause parameters | Dan Sinclair |
2017-05-03 | Use enum class GifDecodeStatus instead of integers in fx_gif | Nicolas Pena |
2017-04-25 | Remove remaining ICodec_* abstract classes | Tom Sepez |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |