Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference.
[dcpomatic.git] / src / lib / ffmpeg_image_proxy.cc
2020-04-16 Carl HetheringtonRename send_binary -> write_to_socket.
2020-04-14 Carl HetheringtonUse a struct rather than a std::pair as the return...
2019-09-29 Carl HetheringtonImprove OpenFileError so that it doesn't say "opening... v2.15.20
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...