summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-08vcl: split jpeg import into two partsMiklos Vajna6-33/+62
2017-04-19vcl JPEG import: remove unused pCallerDataMiklos Vajna4-5/+5
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-19ofz#909 timeout on converting gray scale jpgsCaolán McNamara1-33/+12
2017-03-18noone cares about the return valueCaolán McNamara2-4/+2
2017-03-18rework jpeg error handling to throw rather than setjmp to avoid leaksCaolán McNamara1-302/+313
2017-03-17ofz#889 readjust jpeg importCaolán McNamara1-3/+4
2017-03-16avoid slow conversion between scanline format and dest formatCaolán McNamara1-26/+44
2017-03-16can set the out_color_space after jpeg_start_decompressCaolán McNamara1-14/+15
2017-03-16reinstate utl::TempFile changeCaolán McNamara1-2/+4
2017-03-15rollback utl::TempFile changeCaolán McNamara1-4/+2
2017-03-15Actually output the error messageStephan Bergmann1-0/+1
2017-03-15take pre-calculated size from vector::sizeCaolán McNamara1-2/+4
2017-03-10mnFormerPos is unusedCaolán McNamara2-4/+1
2017-03-10min valid jpeg len is less than 512Caolán McNamara1-19/+0
2017-03-10improve scopingCaolán McNamara1-3/+2
2017-03-10ofz#799 stop decompressing if the file is truncatedCaolán McNamara3-11/+16
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-1/+1
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page2-5/+3
2016-11-09tdf#103801 JPEG - don't handle buffer orientation in importTomaž Vajngerl1-13/+0
2016-11-04loplugin:unnnecessaryvirtual in vclNoel Grandin3-7/+5
2016-11-02loplugin:unusedfieldsNoel Grandin1-1/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-10-04vcl: remove artificial image byte size limit in JPEG filterTomaž Vajngerl1-15/+0
2016-10-04vcl: read image from JPEG one scanline at a timeTomaž Vajngerl3-247/+139
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin1-1/+1
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-5/+1
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann2-2/+2
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page1-14/+9
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl3-5/+5
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin2-6/+6
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-2/+0
2016-04-11Avoid reserved identifiersStephan Bergmann2-16/+16
2016-04-11Remove unused macrosStephan Bergmann1-12/+0
2016-02-14tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock3-5/+11
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock3-3/+3
2016-01-18loplugin: unused return values in vcl/Noel Grandin4-12/+8
2016-01-11tdf#94831: Check for null mpReadAccess before first useMatúš Kukan1-21/+18
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock16-17/+698
2016-01-08vcl: fix WaE messagesChris Sherlock1-1/+1
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock16-697/+16
2015-12-24loplugin:unusedfieldsNoel Grandin1-2/+1