Don't use flat_red.j2c for the simple DCP test as it's only 8-bit.
[libdcp.git] / test / test.cc
2021-02-06 Carl HetheringtonDon't use flat_red.j2c for the simple DCP test as it...
2021-02-06 Carl HetheringtonRename j2k.{cc,h} => j2k_transcode.{cc,h}
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-18 Carl HetheringtonBv2.1 8.6.{1.2}: CompositionMetadataAsset must exist...
2021-01-17 Carl HetheringtonBv2.1 8.5: FFOC and LFOC should be present and have...
2021-01-17 Carl HetheringtonUse feature not trailer for some tests to avoid verific...
2021-01-17 Carl HetheringtonBv2.1 8.2: all parts of a reel must have the same duration.
2021-01-17 Carl HetheringtonBv2.1 7.3: audio sample rate must be 48kHz.
2021-01-17 Carl HetheringtonGive simple_{picture,sound} a length parameter and...
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-17 Carl HetheringtonStop tests failing when libdcp version changes.
2021-01-17 Carl HetheringtonBv2.1 7.2.3: Check that subtitle <StartTime> exists...
2021-01-17 Carl HetheringtonRemove unused variable.
2021-01-17 Carl HetheringtonBv2.1 7.2.2: Check that subtitle Language tags are...
2021-01-17 Carl HetheringtonExtent black_image() to make images of any size.
2021-01-17 Carl HetheringtonReplace dcp::File with dcp::ArrayData.
2021-01-17 Carl HetheringtonRemove 32x32 test image.
2021-01-17 Carl HetheringtonUse a valid frame size for simple_picture().
2021-01-17 Carl HetheringtonBv2.1 6.2.1: Check that the sound MXF Language tag...
2021-01-17 Carl HetheringtonExtract simple_sound() method.
2021-01-08 Carl HetheringtonRemove use of xmldiff in tests.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-20 Carl HetheringtonAccept fonts as data blocks rather than files.
2020-11-01 Carl HetheringtonAdd Data class and change API to a raw pointer.
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-10-06 Carl HetheringtonWe should not carry on if files don't open in tests.
2020-09-21 Carl HetheringtonAdapt for changes in parent branch, and test churn.
2020-09-21 Carl HetheringtonSupport MCA sound channel tags in MXF/CPL.
2020-09-21 Carl HetheringtonSupport CPL metadata.
2020-09-17 Carl HetheringtonAdd dcp::combine().
2020-09-09 Carl HetheringtonMove make_simple() into test.{cc,h}
2020-07-11 Carl HetheringtonHopefully make all tests stable enough to be run with...
2020-06-11 Carl HetheringtonRun verification tests with a space in the XSD path...
2019-03-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-16 Carl HetheringtonFix some GPL boilerplate.
2016-11-09 Carl HetheringtonFix tests for changes to subtitle whitespace.
2016-10-06 Carl HetheringtonRework subtitle writing to fix incorrect output with
2016-08-11 Carl HetheringtonRemove unnecessary include.
2016-07-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-07-22 Carl HetheringtonUse locked_sstream. Replace once parse_stream with...
2016-06-01 Carl HetheringtonStill more licence fixups.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-09 Carl HetheringtonBasically-working interop subtitle font handling.
2015-04-30 Carl HetheringtonSlightly better write subtitle tests.
2015-04-30 Carl HetheringtonAdd a very simple test for writing subtitles.
2015-01-03 Carl HetheringtonTweaks to test setup; don't always compute coverage.
2014-05-14 Carl HetheringtonMerge master.
2014-03-18 Carl HetheringtonMerge master.
2014-03-18 Carl HetheringtonVarious test tidying.
2014-03-18 Carl HetheringtonRemove submodule of test/private as submodules don...
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-02-26 Carl HetheringtonClean up unit testing.
2014-01-26 Carl HetheringtonIt builds again.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-22 Carl HetheringtonVarious work.
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-09-25 Carl HetheringtonAdd round-trip KDM test. Fix various bugs in KDM gener...
2013-09-25 Carl HetheringtonSplit tests up.