summaryrefslogtreecommitdiff
path: root/test/ffmpeg_audio_only_test.cc
AgeCommit message (Collapse)Author
2025-01-20Pass tolerant flag into Player.Carl Hetherington
This is needed because the DCPDecoder ends up needing it when it reads reel information from CPLs. Maybe all that stuff should be in our metadata.
2024-05-22Rename new_test_film2 -> new_test_film.Carl Hetherington
2024-05-21Replace all new_test_film with new_test_film2.Carl Hetherington
2022-05-02Replace some raw arrays with std::vectors.Carl Hetherington
2021-09-27Replace aligned bool with enum Alignment.Carl Hetherington
2021-09-27Various alignment adjustments.Carl Hetherington
2021-02-26More verification of DCPs during tests.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-20Some tidying up of test Doxygen.Carl Hetherington
2020-10-13Some macOS test build fixes.Carl Hetherington
2020-04-23Nicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432Carl Hetherington
2020-04-15Fix length of player output so it can be either the film's length or ↵Carl Hetherington
playlist's length, as appropriate.
2019-01-21Stop jobs silently failing in tests.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2017-09-02OS X build fix.Carl Hetherington
2017-09-02More end-to-end sound tests.Carl Hetherington
2017-09-02Add another FFmpeg audio test.Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2017-04-19Reinstate ffmpeg_audio_only_test.Carl Hetherington
2016-07-16Remove unused method.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Some more FFmpeg audio extraction testing.Carl Hetherington
2016-05-18Make a DCP in the ffmpeg no-audio test case.Carl Hetherington
2016-05-18Partial work on using a no-video FFmpeg file.Carl Hetherington