Switch decoding to ffmpeg send/receive API.
[dcpomatic.git] / src / lib / ffmpeg_image_proxy.cc
2021-04-30 Carl HetheringtonSwitch decoding to ffmpeg send/receive API.
2021-04-30 Carl HetheringtonTidy up some error handling a little.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-16 Carl HetheringtonObey requests to change the video range of RGB content.
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonIgnore FFmpeg warnings in a nicer way.
2020-07-26 Carl HetheringtonIgnore libxml++ warnings in a nicer way.
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...