summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-18Tidy how we're finding the tags and xsd directories.Carl Hetherington
2021-03-17Fix combining when two DCPs both contain copies of the same asset.Carl Hetherington
2021-03-15Fix various bugs in subtitle/ccap verification.Carl Hetherington
2021-03-15Add operator-= to Time.Carl Hetherington
2021-02-28Use std::array.Carl Hetherington
2021-02-28Use new write() method in example.Carl Hetherington
2021-02-28Whitespace.Carl Hetherington
2021-02-28Add missing dcp::init() to example.Carl Hetherington
2021-02-28Add new write() method.Carl Hetherington
2021-02-26Improved comments.Carl Hetherington
2021-02-21English language tweaks.Carl Hetherington
2021-02-20Don't give a verification error if there are closed caption tracks with diffe...Carl Hetherington
2021-02-14Some const correctness for decompress_j2kCarl Hetherington
2021-02-07Comment fixes.Carl Hetherington
2021-02-06Basic analysis (verification) of J2K codestreams.Carl Hetherington
2021-02-06Don't use flat_red.j2c for the simple DCP test as it's only 8-bit.Carl Hetherington
2021-02-06Use 1 guard bit in JPEG2000 encoding for 2K, per Bv2.1.Carl Hetherington
2021-02-06Rename j2k.{cc,h} => j2k_transcode.{cc,h}Carl Hetherington
2021-02-06Tweak comment.Carl Hetherington
2021-02-04Improve a comment.Carl Hetherington
2021-02-04Fix failure to write Interop closed captions.Carl Hetherington
2021-02-02Some compilers don't like x = {} where x is a boost::optional<string>Carl Hetherington
2021-01-31Fix strange Windows build error introduced in 6c37cc1979b2a01205a888c4c98f333...Carl Hetherington
2021-01-270 => nullptr fix.Carl Hetherington
2021-01-26Fix install.Carl Hetherington
2021-01-26Rename ReelMXF -> ReelFileAsset.Carl Hetherington
2021-01-24Doc fixes.Carl Hetherington
2021-01-24Fix previous.Carl Hetherington
2021-01-24Tidying.Carl Hetherington
2021-01-24Tidying.Carl Hetherington
2021-01-23Tidying.Carl Hetherington
2021-01-23Tidy a little and add some coding style.Carl Hetherington
2021-01-23Remove Windows XP support and pin asdcplib version.Carl Hetherington
2021-01-23Small bits of pre-release tidying.Carl Hetherington
2021-01-23Fix name clash of ERROR with windows.hCarl Hetherington
2021-01-22Remove some unused #includes.Carl Hetherington
2021-01-22Assorted c++11 cleanups.Carl Hetherington
2021-01-22c++11 bits in examples/Carl Hetherington
2021-01-22Try to fix MinGW build.Carl Hetherington
2021-01-21Move all ostream operator<< into some test-only stream_operators.{cc,h} files.Carl Hetherington
2021-01-21Some more use of enum class.Carl Hetherington
2021-01-21Use enum class for the things in types.hCarl Hetherington
2021-01-20Fix strange crash in verify().bv2.1-verifyCarl Hetherington
2021-01-20I don't think we need BOOST_NO_CXX11_SCOPED_ENUMS any more.Carl Hetherington
2021-01-20Cleanup: more test naming tweaks.Carl Hetherington
2021-01-20Tidy up some test names.Carl Hetherington
2021-01-20Cleanup: rename some check_ prefixes to verify_.Carl Hetherington
2021-01-20Cleanup: some more use of initialiser lists.Carl Hetherington
2021-01-20VerificationNote message tidying.Carl Hetherington
2021-01-19Tidy up parameters in VerificationNote.Carl Hetherington