Assorted C++11/formatting cleanups.
[dcpomatic.git] / src / lib / video_filter_graph.cc
2021-04-07 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonIgnore FFmpeg warnings in a nicer way.
2018-05-15 Carl HetheringtonFix crash on enabling telecine filter. v2.13.21
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-07-09 Carl HetheringtonRemove unnecessary new.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2015-11-18 Carl HetheringtonBasic (untested) ebur128 (#368).
2015-11-18 Carl HetheringtonSplit FilterGraph into that and VideoFilterGraph.