Make terminate_threads() less likely to leave _threads containing invalid pointers.
[dcpomatic.git] / src / lib / ffmpeg_image_proxy.cc
2019-10-08 Carl HetheringtonImprove OpenFileError so that it doesn't say "opening...
2019-03-18 Carl HetheringtonI said we were in string freeze, but only nl_NL has...
2019-03-15 Carl HetheringtonGive a better error when FFmpegImageProxy fails to...
2019-03-04 Carl HetheringtonMake the FFmpeg proxy more likely to fall back to tryin... v2.13.124
2019-03-01 Carl HetheringtonFix loading of targa image files (#1478). v2.13.123
2018-12-10 Carl HetheringtonAdd a couple of missing deallocation calls and fix...
2018-11-06 Carl HetheringtonRemove some unused parameters.
2018-10-11 Carl HetheringtonChange MagickImageProxy to FFmpegImageProxy and make...