Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
a32145f1f16b7b02110bf359208f587d7d486551
/
core
/
fxcodec
a32145f
Rename core/fxcrt IFX files to Iface
by Dan Sinclair
· 7 years ago
821c723
Shrink some tables and kill dead code in xfa.
by Tom Sepez
· 7 years ago
0bc02c1
Add some more missing consts.
by Tom Sepez
· 7 years ago
067a44f
Fix fallthroughs in XFA code.
by Henrique Nakashima
· 7 years ago
625e6fe
Correctly seek when header size is larger then expected
by Ryan Harrison
· 7 years ago
a9eabe4
Check that the request was satisfied in ReadData
by Ryan Harrison
· 7 years ago
dab8649
Change return value of GetAvailInput
by Ryan Harrison
· 7 years ago
0294f3d
Fix signedness in CJBig2_HuffmanTable, and add overflow check
by Nicolas Pena
· 7 years ago
ad90515
Convert CFX_BmpDecompressor to use CFX_MemoryStream
by Ryan Harrison
· 7 years ago
6183a6e
Remove some deprecated RenderPage method usage.
by Lei Zhang
· 7 years ago
a98e366
Clean up RenderPage methods in EmbedderTest.
by Lei Zhang
· 7 years ago
6c67da0
Check that request sizes in ReadData don't overflow
by Ryan Harrison
· 7 years ago
6bf5789
Break unneeded dep on Bmp codec in Gif codec
by Ryan Harrison
· 7 years ago
cdaf802
Account for skip size before getting image ifh size
by Ryan Harrison
· 7 years ago
b5a2d14
Extract classes in fx_bmp.h into their own files
by Ryan Harrison
· 7 years ago
41441c9
Convert BMP class name style to match other codecs
by Ryan Harrison
· 7 years ago
b105152
Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/
by Ryan Harrison
· 7 years ago
980beeb
Changing the member naming style in BMPDecompressor
by Ryan Harrison
· 7 years ago
6ec142d
Limit dest buffer to 1GB in FlateOrLZWDecode.
by Henrique Nakashima
· 7 years ago
b68a2b7
Check if opj_image_data_alloc returned null.
by Henrique Nakashima
· 7 years ago
bb1ee53
Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""
by Tom Sepez
· 7 years ago
77d8ed0
Revert "Use UnownedPtr instead of T* in MaybeOwned."
by Tom Sepez
· 7 years ago
e563e83
Use UnownedPtr instead of T* in MaybeOwned.
by Tom Sepez
· 7 years ago
580f5dc
Remove duplicate assignments in sycc420_to_rgb().
by Lei Zhang
· 7 years ago
65544d7
Fix potential memory leak in CCodec_JpegModule::Start().
by Lei Zhang
· 7 years ago
5ca283f
Remove code added in by a bad rebase or merge
by Ryan Harrison
· 7 years ago
4aadb70
Avoid integer overflows in CJBig2_Image::composeTo_opt2().
by Lei Zhang
· 7 years ago
28cb9a7
Declare variables closer to use in CJBig2_Image::composeTo_opt2().
by Lei Zhang
· 7 years ago
5134482
Move format specific elements out of ContinueDecode
by Ryan Harrison
· 7 years ago
4d7a11b
Move format specific elements out of StartDecode
by Ryan Harrison
· 7 years ago
1602344
Move format specific elements out of DetectImageType
by Ryan Harrison
· 7 years ago
9d5909e
Remove param checking from StartScanLine
by Ryan Harrison
· 7 years ago
2993b75
Move remaining jpeg error handling up a level
by Ryan Harrison
· 7 years ago
4c431ba
Move jpeg header read error handling up a level
by Ryan Harrison
· 7 years ago
b73a969
Correctly handle errors when starting jpeg codec
by Ryan Harrison
· 7 years ago
b36c7e1
Revert "Check for success of decodes to avoid infinite loops"
by Nicolás Peña Moreno
· 7 years ago
58c2c14
Remove some dead code.
by Lei Zhang
· 7 years ago
07401ba
Remove default arguments to CPDF_StreamAcc::LoadAllData().
by Lei Zhang
· 7 years ago
b8d8680
Get rid of else after break/continue/return.
by Lei Zhang
· 7 years ago
dca380f
Check for success of decodes to avoid infinite loops
by Nicolas Pena
· 7 years ago
fee910e
Prevent integer overflow in CJBig2_HuffmanTable::ParseFromCodedBuffer
by Nicolas Pena
· 7 years ago
98b5633
Allow building pdfium against the system version of libpng.
by Andrew Weintraub
· 7 years ago
9cc00f4
Remove CollectionSize from JBig2_Context
by Dan Sinclair
· 7 years ago
9ca9e29
Convert CFX_GifContext::GetFrameNum to size_t
by Dan Sinclair
· 7 years ago
56e04d2
Avoid passing pointers by reference in core.
by Lei Zhang
· 7 years ago
6e4656f
Check for decoder completeness in CJBig2_GRRDProc
by Nicolas Pena
· 7 years ago
309fa59
Rename some methods in CJBig2_Context
by Nicolas Pena
· 7 years ago
7055dff
Prevent cyclic offset on CJBig2_Context
by Nicolas Pena
· 7 years ago
826f222
Use MaybeOwned in CJBig2_Image
by Nicolas Pena
· 7 years ago
a9fee44
More FX_SAFE_INT32 in CJBig2_TRDProc
by Nicolas Pena
· 7 years ago
b810da2
Remove flags param from FXMEM_DefaultAlloc() and friends.
by Lei Zhang
· 7 years ago
882a190
Check for NULL pointer in _TIFFfree().
by Lei Zhang
· 7 years ago
956cb63
More safe ints in CJBig2_TRDProc
by Nicolas Pena
· 7 years ago
5614d11
Enforce end of data in CJBig2_ArithDecoder
by Nicolas Pena
· 7 years ago
ebdba61
Fix some integer overflows in CJBig2_TRDProc
by Nicolas Pena
· 7 years ago
c9d0bcc
Return error when attempting to load frame with 0 height
by Ryan Harrison
· 7 years ago
a374263
Make GIF decoder more standards complaint
by Ryan Harrison
· 7 years ago
0feba6f
Rewrite how GIF headers are read
by Ryan Harrison
· 7 years ago
c2ae41a
Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRST
by Ryan Harrison
· 7 years ago
951b111
More define cleanup
by Dan Sinclair
· 7 years ago
59dfc62
Removing unused defines
by Dan Sinclair
· 7 years ago
58418a2
Convert LZW decompressor to use vector instead of static array
by Ryan Harrison
· 7 years ago
9c392c8
Simplify some OS checks to PLATFORM checks
by Dan Sinclair
· 7 years ago
c9de55b
Remove error strings from BMP decoding path
by Ryan Harrison
· 7 years ago
36a155d
Cleaning up naming of GIF files/classes/variables
by Ryan Harrison
· 7 years ago
290799f
Remove error string from CGifContext
by Ryan Harrison
· 7 years ago
8b1408e
Remove FXSYS_strlen and FXSYS_wcslen
by Ryan Harrison
· 7 years ago
875e98c
Remove FX_STRSIZE and replace with size_t
by Ryan Harrison
· 7 years ago
cc3a3ee
Make names of GIF types less opaque
by Ryan Harrison
· 7 years ago
d6a1595
Add in missing ! to conditional
by Ryan Harrison
· 7 years ago
fe9ea0e
Remove unreachable code in fx_codec_icc
by Nicolás Peña
· 7 years ago
698aed7
Cleanup FX macros
by Dan Sinclair
· 7 years ago
3070e94
Remove _FX_IOS_
by Dan Sinclair
· 7 years ago
8c806cf
Confirm that a global palette has data before attempting to use it
by Ryan Harrison
· 7 years ago
e2df5b7
Move LZW decoder out of fx_gif
by Ryan Harrison
· 7 years ago
92827b6
Move C-style functions into CGifContext
by Ryan Harrison
· 7 years ago
73bed4e
Fix crash when rendering invalid GIF
by Ryan Harrison
· 7 years ago
aee0db0
Move CFX_UnownedPtr to UnownedPtr
by Dan Sinclair
· 7 years ago
0b95042
Rename CFX_RetainPtr to RetainPtr
by Dan Sinclair
· 7 years ago
de44d15
Move CFX_MaybeOwned to fxcrt::MaybeOwned
by Dan Sinclair
· 7 years ago
61f2f48
Isolate lcms2 usage to a few files.
by Lei Zhang
· 7 years ago
7acd826
Forward declare codec modules in fx_codec.h.
by Lei Zhang
· 7 years ago
4b8d363
Move CCodec_ScanlineDecoder to its own file.
by Lei Zhang
· 7 years ago
e9d6834
Remove unneeded core/fxcodec/fx_codec.h includes.
by Lei Zhang
· 7 years ago
275e260
Convert string class names
by Ryan Harrison
· 7 years ago
3cb7126
Fix decoding of JBIG2 integers for values with large magnitude.
by Henrique Nakashima
· 7 years ago
3ad06a5
Revert moving JPX library decode from Init to Decode
by Ryan Harrison
· 7 years ago
4588792
Address nits missed from original review
by Ryan Harrison
· 7 years ago
56ec081
Use the right allocate and free functions in OpenJPEG.
by Chris Palmer
· 7 years ago
131c0eb
Fix an off by 1 error in TIFF_PredictLine().
by Lei Zhang
· 7 years ago
808b52a
Move decompressing of JPX out of Init and into Decode
by Ryan Harrison
· 7 years ago
bcd1e70
Remove fx_basic.h
by Dan Sinclair
· 7 years ago
fd42fc9
Use vector instead of pointer in CJBig2_Segment
by Nicolas Pena
· 7 years ago
cc2b38d
Split IFX_Pause out of fx_basic
by Dan Sinclair
· 7 years ago
4793f34
Split CFX_FixedBufGrow out of fx_basic
by Dan Sinclair
· 7 years ago
cd07123
Move CFX_BinaryBuf out of fx_basic
by Dan Sinclair
· 7 years ago
fd70d79
Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTable
by Nicolas Pena
· 7 years ago
9592791
Add helper methods in CJBig2_GRRDProc.
by Lei Zhang
· 7 years ago
4179988
Skip decoding of excessively large JBIG2 images.
by Lei Zhang
· 7 years ago
f752039
LCMS: rename folder
by Nicolas Pena
· 7 years ago
Next »