Age | Commit message (Expand) | Author |
2017-10-05 | Make GIF decoder more standards complaint | Ryan Harrison |
2017-10-03 | Rewrite how GIF headers are read | Ryan Harrison |
2017-10-02 | Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231 | Ryan Harrison |
2017-10-02 | More define cleanup | Dan Sinclair |
2017-10-02 | Removing unused defines | Dan Sinclair |
2017-09-28 | Convert LZW decompressor to use vector instead of static arraychromium/3230chromium/3229chromium/3228chromium/3227 | Ryan Harrison |
2017-09-28 | Simplify some OS checks to PLATFORM checks | Dan Sinclair |
2017-09-27 | Remove error strings from BMP decoding path | Ryan Harrison |
2017-09-27 | Cleaning up naming of GIF files/classes/variables | Ryan Harrison |
2017-09-27 | Remove error string from CGifContext | Ryan Harrison |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Make names of GIF types less opaque | Ryan Harrison |
2017-09-27 | Add in missing ! to conditional | Ryan Harrison |
2017-09-27 | Remove unreachable code in fx_codec_icc | Nicolás Peña |
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-26 | Move LZW decoder out of fx_gif | Ryan Harrison |
2017-09-22 | Move C-style functions into CGifContext | Ryan Harrison |
2017-09-22 | Fix crash when rendering invalid GIF | Ryan Harrison |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_MaybeOwned to fxcrt::MaybeOwned | Dan Sinclair |
2017-09-20 | Isolate lcms2 usage to a few files. | Lei Zhang |
2017-09-20 | Forward declare codec modules in fx_codec.h. | Lei Zhang |
2017-09-20 | Move CCodec_ScanlineDecoder to its own file. | Lei Zhang |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-14 | Fix decoding of JBIG2 integers for values with large magnitude. | Henrique Nakashima |
2017-09-14 | Revert moving JPX library decode from Init to Decode | Ryan Harrison |
2017-09-11 | Address nits missed from original reviewchromium/3213 | Ryan Harrison |
2017-09-11 | Use the right allocate and free functions in OpenJPEG. | Chris Palmer |
2017-09-08 | Fix an off by 1 error in TIFF_PredictLine().chromium/3212 | Lei Zhang |
2017-09-08 | Move decompressing of JPX out of Init and into Decode | Ryan Harrison |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Use vector instead of pointer in CJBig2_Segment | Nicolas Pena |
2017-08-31 | Split IFX_Pause out of fx_basic | Dan Sinclair |
2017-08-30 | Split CFX_FixedBufGrow out of fx_basicchromium/3201 | Dan Sinclair |
2017-08-30 | Move CFX_BinaryBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTable | Nicolas Pena |
2017-08-28 | Add helper methods in CJBig2_GRRDProc. | Lei Zhang |
2017-08-28 | Skip decoding of excessively large JBIG2 images. | Lei Zhang |
2017-08-10 | LCMS: rename folder | Nicolas Pena |
2017-08-07 | Tidy fx_codec_jpx_opj.cppchromium/3180 | Tom Sepez |
2017-08-07 | Convert static functions to anonymous namespace | Tom Sepez |
2017-08-07 | Fix PartitionAlloc vs. opj_malloc mismatch in fx_codec_jpx_opj.cpp | Tom Sepez |
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 |