Age | Commit message (Expand) | Author |
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 |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-01 | Create virtual codec APIs so chrome/fuzzers can link separately | Tom Sepez |
2017-02-27 | Allow building XFA without additional codecs. | Tom Sepez |
2017-02-14 | Prevent heap-buffer-overflow in CCodec_ProgressiveDecoder | Nicolas Pena |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-06 | Return unique_ptrs from CFX_DIBitmap::Clone(). | tsepez |