summaryrefslogtreecommitdiff
path: root/src/lib/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
2023-12-12Prevent crash if you forget to call FilterGraph::setup().Carl Hetherington
2023-11-20Cleanup: handle Filter objects by value rather than by reference.Carl Hetherington
2021-07-03C++11 tidying.Carl Hetherington
2021-05-01Port filter graphs to new FFmpeg API.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2018-05-15Fix crash on enabling telecine filter.v2.13.21Carl Hetherington
2018-04-26Remove unnecessary include.Carl Hetherington
2018-01-21Add const qualifier.Carl Hetherington
2017-04-19Various Doxygen fixes.Carl 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-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-03-08FFmpeg-related build and warning fixes.Carl Hetherington
2015-11-18Basic (untested) ebur128 (#368).Carl Hetherington
2015-11-18Split FilterGraph into that and VideoFilterGraph.Carl Hetherington
2015-10-15Use AV_ prefixes on some FFmpeg bits.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-21avfilter_graph_parse frees inputs and outputs passed in, so we should not.Carl Hetherington
2014-12-03Hand apply e4615ebe1cef519e3aaee317ca6d319fbb9a0903 from master; put job erro...Carl Hetherington
2014-12-02Hand apply 3e776856db5f722437ff0b841120400ee6f43e14 from master; better error...Carl Hetherington
2014-09-30Bump ffmpeg.Carl Hetherington
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-07-01Optimise filter graphs with no filters.Carl Hetherington
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-03-17Merge master.Carl Hetherington
2014-03-15Remove support for FFmpeg postprocessing filters.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-01-01Bump ffmpeg and try to fix small leak with filters.Carl Hetherington
2013-07-20Remove some unused stuff.Carl Hetherington
2013-07-16Small bits of tidying up.Carl Hetherington
2013-07-13Various fixes to PTS mangling.Carl Hetherington
2013-07-12Remove unused RGBPlusAlphaImage; merge Image/SimpleImage.Carl Hetherington
2013-07-10Remove erroneous trimmer.cc; use copy for FFMpeg filter passthrough.Carl Hetherington
2013-06-21Split examiner parts off decoder.Carl Hetherington
2013-06-16Some work on cropping in the film viewer; also prevent player from always sca...Carl Hetherington
2013-06-02Merge master.Carl Hetherington
2013-05-27Fix some DCP generation bugs and update some tests.Carl Hetherington
2013-05-25Try to fix memory leak in filter graph.Carl Hetherington
2013-05-25Merge master and multifarious hackery.Carl Hetherington
2013-05-23Some more tidying up.Carl Hetherington
2013-05-22Various hacks.Carl Hetherington
2013-05-21Give Film a container; move crop into video content; other bits.Carl Hetherington
2013-05-03Try to fix the filter / AVFrame ownership.Carl Hetherington