| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-18 | Rename classes. | Carl Hetherington | |
| sed -i "s/\<PictureAsset/J2KPictureAsset/g" src/*.{cc,h} sed -i "s/\<dcp::PictureAsset/dcp::J2KPictureAsset/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc sed -i "s/\<MonoPictureAsset/MonoJ2KPictureAsset/g" src/*.{cc,h} tools/*.cc test/*.{cc,h} sed -i "s/\<dcp::MonoPictureAsset/dcp::MonoJ2KPictureAsset/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc sed -i "s/\<StereoPictureAsset/StereoJ2KPictureAsset/g" src/*.{cc,h} tools/*.cc sed -i "s/\<dcp::StereoPictureAsset/dcp::StereoJ2KPictureAsset/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc sed -i "s/\<MonoPictureFrame/MonoJ2KPictureFrame/g" src/*.{cc,h} tools/*.cc test/*.{cc,h} sed -i "s/\<dcp::MonoPictureFrame/dcp::MonoJ2KPictureFrame/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc sed -i "s/\<StereoPictureFrame/StereoJ2KPictureFrame/g" src/*.{cc,h} tools/*.cc sed -i "s/\<dcp::StereoPictureFrame/dcp::StereoJ2KPictureFrame/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc | |||
| 2023-06-27 | Move Editor class from verify_test.cc to test.cc | Carl Hetherington | |
| 2023-01-24 | Add channels parameter to simple_audio(). | Carl Hetherington | |
| 2021-10-08 | Fix problems when adding KDMs to a VF, before adding the OV.v1.8.2 | Carl Hetherington | |
| If we have a KDM which contains keys for all the assets referred to by a VF (even the ones in the OV) we would previously throw an exception because we tried to give the KDM to the resolved assets when it was given to the Reel. Here we change things so that the addition of KDMs to assets can be deferred if the asset is not yet resolved. | |||
| 2021-04-12 | Specify CPL standard on construction. | Carl Hetherington | |
| Then choose which standard DCP should use based on the CPL(s). | |||
| 2021-02-06 | Basic analysis (verification) of J2K codestreams. | Carl Hetherington | |
| 2021-01-18 | Bv2.1 8.5: FFOC and LFOC should be present and have particular values. | Carl Hetherington | |
| 2021-01-17 | Bv2.1 7.3: audio sample rate must be 48kHz. | Carl Hetherington | |
| 2021-01-17 | Give simple_{picture,sound} a length parameter and fix crazy implementation ↵ | Carl Hetherington | |
| of simple_sound(). | |||
| 2021-01-17 | Replace std::list with std::vector in the API. | Carl Hetherington | |
| 2021-01-17 | Bv2.1 7.2.2: Check that subtitle languages are the same for all reels. | Carl Hetherington | |
| 2021-01-17 | Extent black_image() to make images of any size. | Carl Hetherington | |
| 2021-01-17 | Bv2.1 6.2.1: Check that the sound MXF Language tag conforms to RFC 5646. | Carl Hetherington | |
| 2021-01-17 | Extract simple_sound() method. | Carl Hetherington | |
| 2021-01-08 | Remove use of xmldiff in tests. | Carl Hetherington | |
| 2021-01-08 | std::shared_ptr | Carl Hetherington | |
| 2020-11-02 | Rename Data -> ArrayData. | Carl Hetherington | |
| 2020-09-21 | Support MCA sound channel tags in MXF/CPL. | Carl Hetherington | |
| 2020-09-21 | Support CPL metadata. | Carl Hetherington | |
| 2020-09-17 | Add dcp::combine(). | Carl Hetherington | |
| 2020-09-09 | Move make_simple() into test.{cc,h} | Carl Hetherington | |
| 2020-07-11 | Hopefully make all tests stable enough to be run with --random, | Carl Hetherington | |
| stopping test reference churn. | |||
| 2020-06-11 | Run verification tests with a space in the XSD path to trigger an old bug. | Carl Hetherington | |
| 2016-06-01 | Still more licence fixups. | Carl Hetherington | |
| 2015-07-06 | Add very simple test of dcp::SoundFrame. | Carl Hetherington | |
| 2015-06-09 | Basically-working interop subtitle font handling. | Carl Hetherington | |
| 2015-06-05 | Remove unnecessary Content class. | Carl Hetherington | |
| 2015-04-30 | Add a very simple test for writing subtitles. | Carl Hetherington | |
| 2015-01-03 | Tweaks to test setup; don't always compute coverage. | Carl Hetherington | |
| 2014-02-26 | Merge master; MXF subtitle stuff not included. | Carl Hetherington | |
| 2014-02-26 | Clean up unit testing. | Carl Hetherington | |
| 2014-01-26 | It builds again. | Carl Hetherington | |
| 2014-01-22 | Various work. | Carl Hetherington | |
| 2014-01-17 | namespace libdcp -> dcp. | Carl Hetherington | |
| 2013-09-25 | Add round-trip KDM test. Fix various bugs in KDM generation. Some string ↵ | Carl Hetherington | |
| -> path. | |||
| 2013-09-25 | Split tests up. | Carl Hetherington | |
