summaryrefslogtreecommitdiff
path: root/source/fitz/filter-dct.c
AgeCommit message (Expand)Author
2018-11-08Fix 699343: Skip spaces before data in DCTDecode filter.Tor Andersson
2018-05-10Use fz_malloc_no_throw() in JPEG/DCT decoder.Sebastian Rasmussen
2018-04-03Don't implicitly drop in fz_open_* chained filters.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-20Initialize libjpeg state to avoid crashes upon error.Sebastian Rasmussen
2017-01-17Don't throw from libjpeg callbacks!Tor Andersson
2016-09-14Add scripts to remove/replace 'static' from functions.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-02-15Drop UNUSED macro -- it dirties the namespace and is not needed.Tor Andersson
2015-08-20Remove duplicate inclusions of headers.Sebastian Rasmussen
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-09-08Update test-device to check images piecemeal.Robin Watts
2014-08-19Only include jmemcust.h when building our own libjpeg.Tor Andersson
2014-05-19Add an application agnostic memory handler for libjpegChris Liddell
2014-03-17Rework fz_streams.Robin Watts
2014-01-16disable JPEG decoding speed-ups to prevent artifactsSimon Bünzli
2014-01-02Add rebinding for fz_streams.Robin Watts
2013-09-10support jpegtables for TIFF imagesSimon Bünzli
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-20Rearrange source files.Tor Andersson