Add export test DCP -> h264 to trigger #1984.
[dcpomatic.git] / test / ffmpeg_encoder_test.cc
2021-05-02 Carl HetheringtonAdd export test DCP -> h264 to trigger #1984.
2021-05-02 Carl HetheringtonAdd export test DCP -> prores to trigger #1984.
2021-04-23 Carl HetheringtonRename some test data.
2021-03-31 Carl HetheringtonMove 3D-to-2D check (#1941).
2021-02-26 Carl HetheringtonMore verification of DCPs during tests.
2021-02-23 Carl HetheringtonVerify a whole bunch of DCPs made by unit tests.
2021-02-02 Carl HetheringtonReduce the disk space needed when running tests. v2.15.124
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-10-13 Carl HetheringtonFix use of DCPOMATIC_TEST_PRIVATE variable to specify...
2020-08-05 Carl HetheringtonAllow export with one audio stream per channel. v2.15.95
2020-07-28 Carl HetheringtonAdd a test to trigger #1786 - crash when exporting...
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonFix test warning
2020-06-14 Carl HetheringtonFix error when exporting stereo projects with "mixdown... v2.15.79
2020-03-11 Carl HetheringtonMove private_data into TestPaths
2019-11-30 Carl HetheringtonFix crash when exporting a 2D project containing 3D...
2019-07-22 Carl Hetheringtonswaroop: support creation of H264 with 24-bit PCM.
2019-07-15 Carl Hetheringtonswaroop: beginnings of DCP -> ecinema support. v2.15.12
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-01-07 Carl HetheringtonAdd test for exporting a project referencing an OV.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-09-10 Carl HetheringtonBasics of export of multiple reels to multiple files.
2018-09-08 Carl HetheringtonSplit parts of FFmpegEncoder into FFmpegFileEncoder.
2018-09-02 Carl HetheringtonAdd basic quality option for x264 export.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonPlainText -> PlainTextFile.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonMore renaming; text -> plain.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-03-01 Carl HetheringtonAdd some write_metadata() calls; use ImageContent for...
2018-03-01 Carl HetheringtonRemove some debug code.
2018-03-01 Carl HetheringtonTidy up and add a couple more tests.
2018-03-01 Carl HetheringtonTweak naming and add more tests.
2018-02-13 Carl HetheringtonAdd some tolerance when checking audio references.
2018-01-13 Carl HetheringtonUse an enum for the effect in SubtitleContent.
2018-01-03 Carl HetheringtonFix alpha blending with with offset; should help with...
2018-01-03 Carl HetheringtonWrite some test metadata for debugging.
2018-01-03 Carl HetheringtonSome more, simpler, subtitle export tests.
2018-01-02 Carl HetheringtonExpand FFmpeg encoder subs tests.
2017-12-29 Carl HetheringtonAdd a test for #1129.
2017-10-17 Carl HetheringtonRemove unused variable.
2017-07-28 Carl HetheringtonFix failing test due to header differences.
2017-06-07 Carl HetheringtonAdd a test for export mixdown.
2017-06-07 Carl HetheringtonBasic and untested export option to bounce down to...
2017-05-24 Carl HetheringtonAdd another test.
2017-05-10 Carl HetheringtonBasic audio support.
2017-05-10 Carl HetheringtonFix name of test.
2017-05-10 Carl HetheringtonRename some classes.