| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2022-12-13 | More header trimming. | Carl Hetherington | |
| 2022-04-03 | C++11 and whitespace cleanups. | Carl Hetherington | |
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2018-12-07 | Truncate DCP/content speed percentages. | Carl Hetherington | |
| 2018-11-23 | Fix warning and missing initialisation. | Carl Hetherington | |
| 2018-11-23 | Uninitialised variables. | Carl Hetherington | |
| 2018-11-23 | Remove required Film from content examine. | Carl Hetherington | |
| 2018-11-21 | Add and use new FrameRateChange constructors. | Carl Hetherington | |
| 2016-06-01 | Store video frame rate in XML (#883). | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2015-07-16 | More float -> double. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2014-08-09 | Only build FrameRateChange description when required, not every time one is ↵ | Carl Hetherington | |
| constructed. | |||
| 2014-06-05 | Back port active_frame_rate_change stuff from v2, removing specification of ↵ | Carl Hetherington | |
| video frame rate for sndfile sources. | |||
| 2014-06-04 | Back-port v2's rename and slight extension of FrameRateConversion. | Carl Hetherington | |
