Fix the build for older macOS.
[dcpomatic.git] / src / lib / ffmpeg_image_proxy.cc
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-08-02 Carl HetheringtonSome const-correctness.
2021-06-23 Carl HetheringtonImprove some error messages.
2021-05-25 Carl HetheringtonMove video level conversion for RGB from FFmpegImagePro...
2021-05-07 Carl HetheringtonHide some more FFmpeg warnings. v2.15.143
2021-05-01 Carl HetheringtonBuild with FFmpeg 4.4 and switch to the new send/receiv...
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...