2015-07-23 |
Tom Sepez | FX_BOOL considered harmful, part 2. |
tree | commitdiff |
2015-07-23 |
Tom Sepez | Fix FX_BOOL type mismatches. |
tree | commitdiff |
2015-07-22 |
Tom Sepez | Re-land else-after-returns |
tree | commitdiff |
2015-07-22 |
Tom Sepez | Revert "Fix else-after-returns throughout pdfium." |
tree | commitdiff |
2015-07-22 |
Tom Sepez | Fix else-after-returns throughout pdfium. |
tree | commitdiff |
2015-07-22 |
Lei Zhang | Remove dead code found by Scythe. |
tree | commitdiff |
2015-07-22 |
Tom Sepez | Merge to master: _FETAL => _FATAL. |
tree | commitdiff |
2015-07-17 |
Lei Zhang | Cleanup: Do not check pointers before deleting them... |
tree | commitdiff |
2015-07-14 |
Tom Sepez | Move FPDFAPI_FlateInit() prototype and friends to ... |
tree | commitdiff |
2015-07-14 |
Tom Sepez | Tighten up DEPS include rules. |
tree | commitdiff |
2015-07-10 |
Vitaly Buka | Make CJBig2_Object::operator delete accept nullptr |
tree | commitdiff |
2015-06-19 |
Lei Zhang | Cleanup: Do not check pointers before deleting them. |
tree | commitdiff |
2015-06-19 |
Tom Sepez | Disintermediation. |
tree | commitdiff |
2015-06-19 |
Tom Sepez | Move zlib to third_party/ |
tree | commitdiff |
2015-06-19 |
Tom Sepez | Move libopenjpeg to third_party/ |
tree | commitdiff |
2015-06-18 |
Tom Sepez | Revert "Move libopenjpeg to third_party/" |
tree | commitdiff |
2015-06-18 |
Tom Sepez | Move libopenjpeg to third_party/ |
tree | commitdiff |
2015-06-17 |
Tom Sepez | Replace some Release() calls with virtual destructors. |
tree | commitdiff |
2015-06-17 |
Tom Sepez | Move libjpeg to third_party/ |
tree | commitdiff |
2015-06-17 |
Tom Sepez | Move lcms2 into third_party |
tree | commitdiff |
2015-06-15 |
Lei Zhang | Do some IWYU cleanups. |
tree | commitdiff |
2015-06-11 |
Lei Zhang | Remove trailing whitespaces in core. |
tree | commitdiff |
2015-06-11 |
Tom Sepez | Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. |
tree | commitdiff |
2015-06-11 |
Lei Zhang | Cleanup: Remove uses of "this->" in core/ |
tree | commitdiff |
2015-06-10 |
Tom Sepez | Remove typdefs for pointer types in fx_system.h. |
tree | commitdiff |
2015-06-09 |
Tom Sepez | Use stdint.h types throughout PDFium. |
tree | commitdiff |
2015-06-09 |
Tom Sepez | Remove more cruft from fx_system.h |
tree | commitdiff |
2015-06-05 |
Tom Sepez | Move fx_safe_types.h to include/ directory. |
tree | commitdiff |
2015-05-28 |
Tom Sepez | Fix ALL the include guards. |
tree | commitdiff |
2015-05-26 |
JUN FANG | Upgrade openjpeg to r3002 |
tree | commitdiff |
2015-05-21 |
JUN FANG | Fix an endless loop in CJBig2_HuffmanTable::parseFromCo... |
tree | commitdiff |
2015-05-20 |
JUN FANG | Integer overflow in CJBig2_Image::expand |
tree | commitdiff |
2015-05-19 |
Tom Sepez | Re-land: Remove FX_Alloc() null checks now that it... |
tree | commitdiff |
2015-05-19 |
Tom Sepez | Revert "Remove FX_Alloc() null checks now that it can... |
tree | commitdiff |
2015-05-19 |
Tom Sepez | Remove FX_Alloc() null checks now that it can't return... |
tree | commitdiff |
2015-05-19 |
JUN FANG | Fix Heap Overflow in CJBig2_Image::expand |
tree | commitdiff |
2015-05-18 |
Tom Sepez | Cleanup if early return from opj_j2k_copy_default_tcp_a... |
tree | commitdiff |
2015-05-18 |
JUN FANG | Change FX_Alloc to FX_Try_Alloc in _JpegEncode |
tree | commitdiff |
2015-05-18 |
Tom Sepez | Add safe FX_Alloc2D() macro |
tree | commitdiff |
2015-05-15 |
Lei Zhang | Fix leaks in embedder test's FlateEncode() usage and... |
tree | commitdiff |
2015-05-15 |
Tom Sepez | Abort on OOM by default in FX_Alloc(). |
tree | commitdiff |
2015-05-08 |
Lei Zhang | Fix a bunch of -Wunused-but-set-variable warnings. |
tree | commitdiff |
2015-05-06 |
Lei Zhang | Fix a couple of divide by zero crashes in PNG/TIFF... |
tree | commitdiff |
2015-04-21 |
JUN FANG | Fix a crashier due to images with abnormal size |
tree | commitdiff |
2015-04-16 |
Tom Sepez | Replace FX_NEW with new, remote tests from fxcodec |
tree | commitdiff |
2015-04-14 |
Tom Sepez | Kill CFX_Object. |
tree | commitdiff |
2015-04-13 |
JUN FANG | Fix a heap overflow in CJBig2_Context::parseSymbolDict |
tree | commitdiff |
2015-03-26 |
Tom Sepez | Use correctly-typed error codes for fx_codec_jpx_unittest |
tree | commitdiff |
2015-03-20 |
Tom Sepez | Fix missing include for std::min |
tree | commitdiff |
2015-03-19 |
Tom Sepez | Fix subtle issues in opj_skip_from_memory and add unit... |
tree | commitdiff |
2015-03-16 |
JUN FANG | Fix a bug that JPX images can't be shown |
tree | commitdiff |
2015-03-10 |
Tom Sepez | Kill remaining sprintfs |
tree | commitdiff |
2015-03-06 |
Tom Sepez | Fix multiply defined macro in zlib.h on linux_chromium_... |
tree | commitdiff |
2015-02-27 |
JUN FANG | Upgrade openjpeg to revision 2997. |
tree | commitdiff |
2015-01-31 |
John Abd-El-Malek | Don't export any OpenJPEG methods from PDFium. |
tree | commitdiff |
2015-01-09 |
Lei Zhang | Check for NULL pointers in CJBig2_SymbolDict::DeepCopy(). |
tree | commitdiff |
2015-01-09 |
Tom Sepez | Fix -Wnon-virtual-dtor compiler warnings. |
tree | commitdiff |
2015-01-06 |
Lei Zhang | Cleanup: Get rid of CRLF line endings. |
tree | commitdiff |
2015-01-05 |
Bo Xu | Remove static declared SymbolDictCache. |
tree | commitdiff |
2014-12-18 |
Bo Xu | Add a small LRU cache for the JBIG2 symbol dictionary. |
tree | commitdiff |
2014-12-13 |
Bruce Dawson | Avoid duplicate definitions of JSCONST_n*Hash and QeTab... |
tree | commitdiff |
2014-12-13 |
John Abd-El-Malek | Simplify PDFium by removing code that's not used in... |
tree | commitdiff |
2014-11-24 |
Bo Xu | Update to openjpeg r2944 |
tree | commitdiff |
2014-10-30 |
Bo Xu | Update openjpeg to r2920 |
tree | commitdiff |
2014-10-22 |
Bo Xu | update openjpeg to r2911 |
tree | commitdiff |
2014-10-21 |
Bo Xu | Update openjpeg to r2908 |
tree | commitdiff |
2014-10-21 |
Bo Xu | More fixes in sycc422_to_rgb and sycc420_to_rgb when... |
tree | commitdiff |
2014-10-15 |
Tom Sepez | Fix licenses in headers to pass Chromium's checklicense... |
tree | commitdiff |
2014-10-10 |
Bo Xu | Fix a bug when image width is odd in sycc422_to_rgb |
tree | commitdiff |
2014-10-03 |
Bo Xu | check pointer overflow in t2.c |
tree | commitdiff |
2014-09-30 |
Bo Xu | Update openjpeg |
tree | commitdiff |
2014-09-08 |
Chris Palmer | Merge performance fix for cmsDupToneCurve from previous... |
tree | commitdiff |
2014-09-02 |
Tom Sepez | Tidy up opj_ callback functions in fx_codec_jpx_obj.cpp |
tree | commitdiff |
2014-08-27 |
Bo Xu | Restrict index not be greater than row_size in TIFF_Pre... |
tree | commitdiff |
2014-08-26 |
Tom Sepez | Bounds check before fixed-size memcmp() in CJPX_Decoder... |
tree | commitdiff |
2014-08-25 |
Bo Xu | Use number of components from ICC profile and alternate... |
tree | commitdiff |
2014-08-25 |
Bo Xu | Revert of Use number of components from ICC profile... |
tree | commitdiff |
2014-08-25 |
Bo Xu | Use number of components from ICC profile and alternate... |
tree | commitdiff |
2014-08-15 |
Bo Xu | Fix buffer size offset error in PNG_Predictor |
tree | commitdiff |
2014-08-13 |
Bo Xu | Remove try/catch block |
tree | commitdiff |
2014-08-05 |
Jun Fang | Fix unninitialized 'tmp' in CJBig2_Image::composeTo_opt2 |
tree | commitdiff |
2014-07-31 |
Nico Weber | Remove a few unused variables, functions, and member... |
tree | commitdiff |
2014-07-29 |
Nico Weber | Fix a few more warnings in chromium_code mode. |
tree | commitdiff |
2014-07-23 |
Bo Xu | Remove unnecessary aligned memory check when __SSE__... |
tree | commitdiff |
2014-07-14 |
foxit | Fix uninitialized Storage in _LUTeval16 |
tree | commitdiff |
2014-07-10 |
foxit | Fix uninitialized Storage |
tree | commitdiff |
2014-07-08 |
Bo Xu | Remove custom memory manager |
tree | commitdiff |
2014-06-21 |
foxit | Fix a crash in CFXMEM_FixedMgr::AllocLarge |
tree | commitdiff |
2014-06-20 |
foxit | Stack-buffer-overflow in IccLib_Translate |
tree | commitdiff |
2014-06-12 |
Bo Xu | resolve symbol collsion with zlib 1.2.8 |
tree | commitdiff |
2014-06-09 |
John Abd-El-Malek | free, rather than delete, malloc'd object. |
tree | commitdiff |
2014-06-08 |
foxit | Use none SSE functions when data is not 16 byte aligned |
tree | commitdiff |
2014-06-05 |
John Abd-El-Malek | fix two uninitialized reads |
tree | commitdiff |
2014-06-04 |
John Abd-El-Malek | Wrong variable assignment in Pdfium. |
tree | commitdiff |
2014-05-28 |
Lei Zhang | Fix licenses in headers to pass Chromium's checklicense... |
tree | commitdiff |
2014-05-24 |
Bo Xu | Fix warnings in android build, fix font rendering issue... |
tree | commitdiff |
2014-05-24 |
John Abd-El-Malek | Convert all line endings to LF. |
tree | commitdiff |
2014-05-20 |
John Abd-El-Malek | Fixed or silenced all warnings and turned on warnings... |
tree | commitdiff |
2014-05-18 |
John Abd-El-Malek | Initial commit. |
tree | commitdiff |
|