summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_image_proxy.cc
AgeCommit message (Expand)Author
2025-01-05Bump libdcp for raw_convert changes.Carl Hetherington
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2023-12-12Run premultiply filter on still images that have alpha channels (more of #2681).Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-04Cleanup: move some methods from util to memory_util.Carl Hetherington
2021-09-27Replace aligned bool with enum Alignment.Carl Hetherington
2021-09-27Various alignment adjustments.Carl Hetherington
2021-08-03Some const-correctness.Carl Hetherington
2021-06-23Improve some error messages.Carl Hetherington
2021-05-25Move video level conversion for RGB from FFmpegImageProxy to Image.Carl Hetherington
2021-05-07Hide some more FFmpeg warnings.v2.15.143Carl Hetherington
2021-05-01Switch decoding to ffmpeg send/receive API.Carl Hetherington
2021-05-01Tidy up some error handling a little.Carl Hetherington
2021-01-27Use enum class for VideoRange.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-16Obey requests to change the video range of RGB content.Carl Hetherington
2020-11-02Replace dcp::Data with dcp::ArrayDataCarl Hetherington
2020-07-26Ignore FFmpeg warnings in a nicer way.Carl Hetherington
2020-07-26Ignore libxml++ warnings in a nicer way.Carl Hetherington
2020-04-17Rename send_binary -> write_to_socket.Carl Hetherington
2020-04-14Use a struct rather than a std::pair as the return type from ImageProxy::image.Carl Hetherington
2019-09-29Improve OpenFileError so that it doesn't say "opening for read"v2.15.20Carl Hetherington
2019-03-18I said we were in string freeze, but only nl_NL has come in soCarl Hetherington
2019-03-15Give a better error when FFmpegImageProxy fails to decode an image that was p...Carl Hetherington
2019-03-04Make the FFmpeg proxy more likely to fall back to trying targa rather than pr...v2.13.124Carl Hetherington
2019-03-01Fix loading of targa image files (#1478).v2.13.123Carl Hetherington
2018-12-10Add a couple of missing deallocation calls and fix a warningCarl Hetherington
2018-11-06Remove some unused parameters.Carl Hetherington
2018-10-12Change MagickImageProxy to FFmpegImageProxy and make it use FFmpegCarl Hetherington