Fix build on Debian unstable which now has GraphicsMagick rather than ImageMagick.
[dcpomatic.git] / src / lib / image_proxy.cc
2014-10-18 Carl HetheringtonFix build on Debian unstable which now has GraphicsMagi...
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-09-08 Carl HetheringtonFix Targa file loading.
2014-08-09 Carl HetheringtonProperly remove JSON server; remove some unused usings...
2014-06-22 Carl HetheringtonFix large memory leak with image sources.
2014-06-10 Carl HetheringtonMerge master.
2014-06-10 Carl HetheringtonFix server/client with non-RGB24 images.
2014-06-08 Carl HetheringtonFix corrupted still image sources in some cases.
2014-06-05 Carl HetheringtonUse Magick::Image::write rather than a hand-made loop...
2014-05-25 Carl HetheringtonMore logging tweaks; missing noncopyable.
2014-05-25 Carl HetheringtonLogging tweaks.
2014-05-23 Carl HetheringtonTweak logging a bit.
2014-05-21 Carl HetheringtonTry to fix clashes caused by ERROR, WARNING etc. as...
2014-05-21 Carl HetheringtonTidy up logging a bit. Make it configurable from the...
2014-05-21 Carl HetheringtonAdd some timing logs to image_proxy.
2014-05-19 Carl HetheringtonMerge delay-decode-take2 branch into master.
2014-05-14 Carl HetheringtonAdd ImageProxy class.