Add nice decompress_j2k wrapper; small fixes to bench.
[libdcp.git] / test /
2015-11-28 Carl HetheringtonAdd nice decompress_j2k wrapper; small fixes to bench.
2015-11-28 Carl HetheringtonAdd compress_j2k method and simple benchmark.
2015-11-23 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-11-17 Carl HetheringtonFix uninitialised variable; Win32 build fixes.
2015-11-17 Carl HetheringtonStray character.
2015-11-17 Carl HetheringtonUse rand instead of rand_r as rand_r is not necessary...
2015-11-15 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-11-15 Carl HetheringtonSupport trusted device lists in KDMs.
2015-11-13 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-11-13 Carl HetheringtonCope with certificate files that have no line breaks.
2015-11-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-11-05 Carl HetheringtonAdd missing BOOST_FILESYSTEM dep.
2015-10-29 Carl HetheringtonPick up SMPTE subtitle font IDs correctly.
2015-10-15 Carl HetheringtonForce specification of timecode rate when creating...
2015-10-10 Carl HetheringtonBuild fix.
2015-09-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-09-28 Carl HetheringtonRound down when rebasing times.
2015-09-12 Carl HetheringtonA number of SMPTE subtitle syntax fixes.
2015-08-28 Carl HetheringtonBetter error if a test file is missing.
2015-07-30 Carl HetheringtonMerge Signer into CertificateChain.
2015-07-29 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-07-29 Carl HetheringtonRename certificates.{cc,h} -> certificate.{cc,h}.
2015-07-20 Carl HetheringtonRound up in Time::as_editable_units.
2015-07-06 Carl HetheringtonAdd another test.
2015-07-06 Carl HetheringtonTweak reference data path.
2015-07-06 Carl HetheringtonMore tests.
2015-07-06 Carl HetheringtonAdd very simple test of dcp::SoundFrame.
2015-07-06 Carl HetheringtonTry to fix compile failure on Arch.
2015-07-05 Carl HetheringtonExtend SubtitleAsset::subtitles_during to allow asking...
2015-07-05 Carl HetheringtonAdd coverage fix that I think is right but it's odd...
2015-07-05 Carl HetheringtonAdd a new test.
2015-07-05 Carl HetheringtonAdd test for Bradford matrix calculation.
2015-06-30 Carl HetheringtonFix tests to match reality.
2015-06-24 Carl HetheringtonMerge.
2015-06-24 Carl HetheringtonFix various SNAFUs with Font ID handling.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-18 Carl HetheringtonFix several missing binary specifiers to fopen.
2015-06-16 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-06-16 Carl HetheringtonFix a warning.
2015-06-16 Carl HetheringtonSpeculative build fix.
2015-06-16 Carl HetheringtonMerge branch '.0' of git.carlh.net:git/libdcp into 1.0
2015-06-13 Carl HetheringtonTry to remove encryption test's dependency on LIBDCP_VE...
2015-06-11 Carl HetheringtonFix thinko which broke xyz->rgb conversion.
2015-06-10 Carl HetheringtonRename XYZImage -> OpenJPEGImage.
2015-06-09 Carl HetheringtonHandle storing/recovery of fonts in SMPTE MXF files.
2015-06-09 Carl HetheringtonAs I understand it all SMPTE subtitles are MXF-wrapped.
2015-06-09 Carl HetheringtonBasically-working interop subtitle font handling.
2015-06-08 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-06-08 Carl HetheringtonRequire only DCP::add() for the CPL; other assets found...
2015-06-08 Carl HetheringtonRemove slightly strange InteropSubtitleAsset constructo...
2015-06-08 Carl HetheringtonFix subs_in_out to support SMPTE.
2015-06-08 Carl HetheringtonExpand read_smpte_subtitle_test somewhat.
2015-06-08 Carl HetheringtonRename some tests.
2015-06-08 Carl HetheringtonComments.
2015-06-08 Carl HetheringtonSome comments and test tweaks.
2015-06-05 Carl HetheringtonInitial work on SMPTE subtitles.
2015-06-05 Carl HetheringtonFix rebase onto 1.0.
2015-06-05 Carl HetheringtonMXF -> Asset in lots of places.
2015-06-05 Carl HetheringtonRename some stuff Content -> Asset.
2015-06-05 Carl HetheringtonRemove unnecessary Content class.
2015-06-05 Carl HetheringtonFix test refs.
2015-06-05 Carl HetheringtonFix apparently broken test certificate chain (root...
2015-06-05 Carl Hetheringtonencryption_test should add assets to the DCP.
2015-06-05 Carl HetheringtonRationalise naming of test outputs; fix missing check...
2015-06-04 Carl Hetheringtonto_* to as_* in a few method names.
2015-06-04 Carl HetheringtonSupport optional milliseconds in LocalTime.
2015-06-03 Carl HetheringtonBasic HAlign / HPosition support.
2015-06-03 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-06-03 Carl HetheringtonAdd AspectAdjust to subtitles.
2015-05-24 Carl HetheringtonRename CPL/PKL files to be {cpl,pkl}_uuid.xml rather...
2015-05-23 Carl HetheringtonSomewhat speculative reordering of Certificate::name_fo...
2015-05-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-05-06 Carl HetheringtonPad times with zeros; add Time::rebase().
2015-04-30 Carl HetheringtonRename some things to ...Node.
2015-04-30 Carl HetheringtonSlightly better write subtitle tests.
2015-04-30 Carl HetheringtonAdd a very simple test for writing subtitles.
2015-04-30 Carl HetheringtonRename subtitle_test -> read_subtitle_test.
2015-04-22 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-04-22 Carl HetheringtonExpress colour conversions as chromaticities and adjust...
2015-04-21 Carl HetheringtonRemove FrameInfo serialization and give it a default...
2015-03-06 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-02-17 Carl HetheringtonUse 2.222222 for the power in the modified Rec. 709...
2015-02-02 Carl HetheringtonRemove Image and ARGBImage and just dump RGB data into
2015-02-02 Carl HetheringtonRename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.
2015-02-02 Carl HetheringtonUnpack XYZ to RGB into an Image class rather than a...
2015-01-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-01-28 Carl HetheringtonSome OS X build fixes.
2015-01-15 Carl HetheringtonFix code and tests so that SubtitleString::v_position...
2015-01-10 Carl HetheringtonFix handling of timing in SMPTE subtitles.
2015-01-07 Carl HetheringtonClamp out-of-range XYZ values in xyz_to_rgb() and pass...
2015-01-04 Carl HetheringtonTry to fix static initialisation order problems.
2015-01-03 Carl HetheringtonAdd support for reading non-MXF-wrapped SMPTE subtitle...
2015-01-03 Carl HetheringtonTweaks to test setup; don't always compute coverage.
2015-01-03 Carl HetheringtonVarious fixes to XYZ/RGB transforms.
2014-12-28 Carl HetheringtonRename subtitle_tests -> subtitle_test.
2014-12-28 Carl HetheringtonAdd a basic stereo test.
2014-12-28 Carl HetheringtonRename test DCP from foo to dcp_test1.
2014-12-28 Carl HetheringtonRemove Image:swap(); add some more tests.
2014-12-28 Carl HetheringtonAdd another test.
next