summaryrefslogtreecommitdiff
path: root/src/lib/video_filter_graph.cc
AgeCommit message (Expand)Author
2025-10-15Support FFmpeg 8 (for Arch).Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2022-10-18Add VideoFilterGraph::process for Image.Carl Hetherington
2022-10-18Cleanup: some const-correctness.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-09-27Replace aligned bool with enum Alignment.Carl Hetherington
2021-09-27Various alignment adjustments.Carl Hetherington
2021-05-01Port filter graphs to new FFmpeg API.Carl Hetherington
2021-05-01Remove some FFmpeg-related warnings by directly accessing AVFrame.Carl Hetherington
2021-04-07Assorted C++11/formatting cleanups.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-07-26Ignore FFmpeg warnings in a nicer way.Carl Hetherington
2018-05-15Fix crash on enabling telecine filter.v2.13.21Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of str...Carl Hetherington
2016-07-09Remove unnecessary new.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-11-18Basic (untested) ebur128 (#368).Carl Hetherington
2015-11-18Split FilterGraph into that and VideoFilterGraph.Carl Hetherington