aboutsummaryrefslogtreecommitdiff
path: root/src/backend_libjpeg.c
AgeCommit message (Collapse)Author
2019-08-21Reduce backend boilerplateHarry Jeffery
2019-07-03Big glfw refactorHarry Jeffery
I did a lot of this in a very ad-hoc fashion with no proper commit history. As such, the kindest thing to do seemed to be to just squash it into this one commit.
2019-06-13Add imv_logHarry Jeffery
2019-02-23Makefile: Don't use $(wildcard)Harry Jeffery
2019-02-10Tweak allocation sizeof operator usageHarry Jeffery
2019-02-04Make sources thread-safeHarry Jeffery
2019-02-02jpeg: Fix mmap error handlerHarry Jeffery
2019-01-31jpeg: Add open_memory supportHarry Jeffery
2019-01-31Add libjpeg-turbo backendHarry Jeffery