Age | Commit message (Expand) | Author |
2017-07-20 | Create helper method in CJBig2_HTRDProc | Nicolas Pena |
2017-07-19 | Remove JBig2_GsidProc class | Nicolas Pena |
2017-07-17 | Simplify CJBig2_Context::huffman_assign_code | Nicolas Pena |
2017-07-14 | Use CFX_MaybeOwned in CJBig2_TRDProc | Nicolas Pena |
2017-07-14 | More unique_ptrs in JBIG2 code part 2 | Nicolas Pena |
2017-07-13 | More unique_ptrs in JBig2 code | Nicolas Pena |
2017-07-12 | Move CMYKtoRGB methods to fx_codec and clean them up | Nicolas Pena |
2017-07-12 | Cleanup ICC code part 1 | Nicolas Pena |
2017-07-07 | Check that there is enough data remaining in source BMP before readingchromium/3152 | Ryan Harrison |
2017-06-30 | Use the right free function for ICC color profiles.chromium/3146 | Chris Palmer |
2017-06-23 | Cleaning up fx_string_testhelpers. | Henrique Nakashima |
2017-06-22 | Continue BMP decoder cleanup | Nicolas Pena |
2017-06-20 | Cleanup fpdf_parser_decode | Nicolas Pena |
2017-06-20 | Fix signedness of height in BMP decoder | Nicolas Pena |
2017-06-19 | Make out_row_buffer an std::vector | Nicolas Pena |
2017-06-15 | Remove unused BMP compressing code | Nicolas Pena |
2017-06-14 | Cleanup fx_bmp part 1 | Nicolas Pena |
2017-06-13 | Check validity of color indices in bmp_decode_rgb | Nicolas Pena |
2017-06-08 | Guard against undefined shifting in JPX decoder | Dan Sinclair |
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 | Use unowned ptr back to delegates in codec moduleschromium/3117 | Tom Sepez |
2017-05-30 | Release unowned m_pTiffContext before deleting through it | Tom Sepez |
2017-05-30 | Do not store pointer to IFX_Pause in CCodec_Jbig2Context | Tom Sepez |
2017-05-26 | IFX_Pause is passed to CJBig2_Context, no need to store.chromium/3113 | Tom Sepez |
2017-05-26 | Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed. | Tom Sepez |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Remove some unused defines | Dan Sinclair |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-24 | core: allow building against system lcms2chromium/3111 | Miklos Vajna |
2017-05-23 | Remove longjmp from the Gif module | Nicolas Pena |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-17 | Gif: Detect string decoding errors | Nicolas Pena |
2017-05-15 | Gif: error out on invalid code sizeschromium/3101 | Nicolas Pena |
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-11 | Do not use vector data() when it is empty | Nicolas Pena |
2017-05-10 | Cleanup CGifDecompressor part 2 | Nicolas Pena |
2017-05-09 | Cleanup of CGifDecompressor part 1 | Nicolas Pena |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-05-06 | core: allow building against system zlib | Miklos Vajna |
2017-05-05 | More unused IFX_Pause parameters removedchromium/3091 | Dan Sinclair |
2017-05-04 | Remove unused IFX_Pause member | Dan Sinclair |
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 |