summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Poppler 0.56poppler-0.56Albert Astals Cid6-5/+13
2017-06-21Check numComps is between reasonable boundsJose Aliste1-0/+7
2017-06-21Fix crash in malformed documentsAlbert Astals Cid1-6/+6
2017-06-21Fix crash in malformed documentsAlbert Astals Cid1-1/+1
2017-06-21Fix crash in malformed documentAlbert Astals Cid1-1/+1
2017-06-21Fix crash in broken documentsAlbert Astals Cid1-0/+8
2017-06-21Fix crash on broken documentsAlbert Astals Cid1-2/+2
2017-06-21Fix crash in malformed documentsAlbert Astals Cid1-2/+2
2017-06-21Fix crash on broken documentsAlbert Astals Cid1-0/+18
2017-06-21Fix crash on malformed filesAlbert Astals Cid1-0/+9
2017-06-21Fix crash on malformed filesAlbert Astals Cid1-3/+7
2017-06-21Break earlier on reaching recursion limitAlbert Astals Cid1-3/+12
2017-06-21pdftohmtl: Initialize rotSkewMatAlbert Astals Cid1-0/+1
2017-06-21Remove unused constructorAlbert Astals Cid1-2/+1
2017-06-21Fix crash in malformed fileAlbert Astals Cid1-1/+1
2017-06-21Fix crash on broken fileEven Rouault1-1/+2
2017-06-21FormFieldButton::setState() shouldn't check the field is readOnlyHans-Ulrich Jüttner1-5/+1
2017-05-27pdfunite: Fix crash with broken documentsAlbert Astals Cid1-4/+8
2017-05-21Poppler 0.55.0poppler-0.55Albert Astals Cid6-5/+21
2017-05-21Update (C)Albert Astals Cid1-1/+1
2017-05-21Don't forget to ship this file ^_^Albert Astals Cid1-0/+1
2017-05-21Fix abort in files with broken Decode arraysAlbert Astals Cid2-6/+19
2017-05-21Fail by default if libopenjpeg2/1 is not availableAlbert Astals Cid4-7/+60
2017-05-21Fix openjpeg textAlbert Astals Cid2-2/+2
2017-05-21Fail by default if libjpeg is not availableAlbert Astals Cid4-16/+63
2017-05-10cpp: Return nullptr if the page at index can't be fethedAlbert Astals Cid2-6/+25
2017-05-05auto_ptr -> unique_ptrAlbert Astals Cid9-31/+36
2017-05-05Fix memory leak in error conditionAlbert Astals Cid1-10/+8
2017-05-05Move the bits sanity checking a bit higher in the functionAlbert Astals Cid1-4/+3
2017-05-04Fix regression in GfxIndexedColorSpace::mapColorToBaseAlbert Astals Cid1-2/+2
2017-05-04Minor optimizationAlbert Astals Cid1-4/+9
2017-04-25Fix memory leak when reconstructing broken filesAlbert Astals Cid1-5/+8
2017-04-25Fix memory leak (and probably logic bug) parsing broken XRef entriesAlbert Astals Cid1-2/+1
2017-04-21Poppler 0.54poppler-0.54Albert Astals Cid9-7/+22
2017-04-21Update (C)Albert Astals Cid2-1/+2
2017-04-21pdfimages: don't fail listing if inline image data contains 'EI'Adrian Johnson1-16/+45
2017-04-08glib: Fix return value in API doc comment of poppler_movie_get_play_modeCarlos Garcia Campos1-1/+1
2017-04-05Make XRef reconstruction a bit betterAlbert Astals Cid1-11/+19
2017-04-02glib-demo: Show play mode in movie properties viewCarlos Garcia Campos1-0/+3
2017-04-02glib: Expose movie play modeFrancesco Poli (wintermute)3-5/+65
2017-03-22qt5: Compile with -DQT_NO_CAST_FROM_BYTEARRAYChristoph Cullmann1-1/+1
2017-03-22Poppler 0.53poppler-0.53Albert Astals Cid9-9/+27
2017-03-19Update (C)Albert Astals Cid7-7/+7
2017-03-09Add override markersAlbert Astals Cid77-1400/+1404
2017-03-08Compile in C++11 modeAlbert Astals Cid2-1/+4
2017-03-06pdfinfo: Fix memory leak when printing JSAlbert Astals Cid1-1/+2
2017-03-06pdfinfo: fix leak when printing JSAlbert Astals Cid1-2/+4
2017-03-06pdftohtml: fix small memory leak when constructing some filenamesAlbert Astals Cid1-2/+4
2017-03-06SplashOutputDev: Fix memory leak when rendering images with colormap and matt...Albert Astals Cid1-4/+4
2017-03-04pdfimages: support 16bpc png and tiff imagesAdrian Johnson7-3/+56