Tweak error message.
[dcpomatic.git] / test /
2015-11-11 Carl HetheringtonUpdate test data for changes to default effect colour.
2015-11-10 Carl HetheringtonMissing test files.
2015-11-10 Carl HetheringtonDefault effect colour has changed in subtitles.
2015-11-03 Carl HetheringtonAttempt to fix test idle hacks.
2015-11-03 Carl HetheringtonFix test.
2015-11-02 Carl HetheringtonFix incorrect preview of italic subtitles (#728).
2015-10-28 Carl HetheringtonMore tweaks to image filename ordering.
2015-10-26 Carl HetheringtonFix test to reflect the fact that reel lengths are...
2015-10-26 Carl HetheringtonReinstate subtitle speed-up patch 526fd6de4c80a7ac9614a...
2015-10-23 Carl HetheringtonRevert "Avoid decoding other packets when looking for...
2015-10-19 Carl HetheringtonFix by-video-content reel split when there is content...
2015-10-19 Carl HetheringtonCalm logging during tests.
2015-10-17 Carl HetheringtonUpdate test/data.
2015-10-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-16 Carl HetheringtonAvoid decoding other packets when looking for subs.
2015-10-15 Carl HetheringtonUse AV_ prefixes on some FFmpeg bits.
2015-10-14 Carl HetheringtonOptimise audio filters; tweak order of the LPFs in...
2015-10-13 Carl HetheringtonUpdate metadata ref.
2015-10-13 Carl HetheringtonSome attempts to block referencing of DCPs when it...
2015-10-12 Carl HetheringtonRename split-by-video content slightly; fix referencing...
2015-10-12 Carl HetheringtonImplement Film::reels().
2015-10-12 Carl HetheringtonBasics of reel split.
2015-10-11 Carl HetheringtonUpdated test data for changes to upmixer A.
2015-10-11 Carl HetheringtonRemove debug.
2015-09-30 Carl HetheringtonMissing include.
2015-09-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-26 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-26 Carl HetheringtonUpdate test/data.
2015-09-25 Carl HetheringtonMore build fixes.
2015-09-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-22 Carl HetheringtonUse uchardet to guess encoding of subtitle files and...
2015-09-18 Carl HetheringtonAdd UpmixerB.
2015-09-16 Carl HetheringtonUpdate test/data for metadata change.
2015-09-16 Carl HetheringtonSet up OV/VF in name according to whether DCP content...
2015-09-14 Carl HetheringtonMore <iostream> includes for Arch.
2015-09-14 Carl HetheringtonQuieten tests a bit.
2015-09-14 Carl HetheringtonOptimise checking of existing image data.
2015-09-12 Carl HetheringtonMore subtitle test data fixes.
2015-09-12 Carl HetheringtonAdd missing files to test/data.
2015-09-12 Carl HetheringtonUpdate test/data for fixes to SMPTE subs.
2015-09-11 Carl HetheringtonFix assertion failure when processors return fewer...
2015-09-10 Carl HetheringtonFix erroneous test/data commit.
2015-09-10 Carl HetheringtonBump version v2.1.61
2015-09-09 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-09 Carl HetheringtonMerge.
2015-09-09 Carl HetheringtonUse SRC_LINEAR for speed when analysing audio (#685).
2015-09-06 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-06 Carl HetheringtonUpdate test/data for new resampler.
2015-09-05 Carl HetheringtonFix build.
2015-09-04 Carl HetheringtonUpdate test/data.
2015-09-02 Carl HetheringtonAdd another unit test.
2015-09-01 Carl Hetheringtonupdate.{cc,h} -> update_checker.{cc,h}.
2015-09-01 Carl HetheringtonAdd basic test for client/server with a J2K image.
2015-08-31 Carl HetheringtonRemove working file from test/data.
2015-08-27 Carl HetheringtonFix Player::dcp_to_content_video with similar but not...
2015-08-26 Carl HetheringtonStop ui_idle() being called loads and loads of times...
2015-08-26 Carl HetheringtonSplit log.{cc,h}.
2015-08-26 Carl HetheringtonInclude tidying src/lib/a-j*.h
2015-08-26 Carl HetheringtonMove ServerDescription into its own header.
2015-08-26 Carl HetheringtonRevert "Fix test to take into account changes to rounding."
2015-08-25 Carl HetheringtonFix test to take into account changes to rounding.
2015-08-25 Carl HetheringtonPurge rint() and use llrint and friends.
2015-08-25 Carl HetheringtonAdd video waveform viewer.
2015-08-23 Carl HetheringtonMore build fixes.
2015-08-17 Carl HetheringtonDo filling correctly for separate-content L/R 3D; befor...
2015-08-16 Carl HetheringtonRemove unused Image::crop.
2015-07-30 Carl HetheringtonAllow config of the full KDM decryption chain.
2015-07-29 Carl HetheringtonReplace Time::frames with Time::frames_round and Time...
2015-07-24 Carl HetheringtonFix mistaken clamp to length_after_trim after adding...
2015-07-17 Carl HetheringtonRemove uploader test as it's more trouble than it's...
2015-07-17 Carl HetheringtonFix tests.
2015-07-17 Carl HetheringtonNew data for uploader test.
2015-07-17 Carl HetheringtonMake a generic base for uploaders and move the SCP...
2015-07-16 Carl HetheringtonImprove image filename sorter.
2015-07-15 Carl Hetheringtonfloat -> double in a few places.
2015-07-14 Carl HetheringtonFix confusion about what dcp_to_content_audio should...
2015-07-14 Carl HetheringtonMore informative failures.
2015-07-14 Carl HetheringtonFix test for time rounding change.
2015-07-14 Carl HetheringtonTry rounding down when calculating frames from Times.
2015-07-14 Carl HetheringtonExpress trims using ContentTime so that they do not...
2015-07-14 Carl HetheringtonTests of Player::dcp_to_content_video, content_video_to...
2015-07-09 Carl HetheringtonGuess a better optimum frame rate when there is content...
2015-07-08 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-08 Carl HetheringtonUpdate test/data.
2015-07-07 Carl HetheringtonMerge branch '1.0' of ssh://git.carlh.net/home/carl...
2015-07-07 Carl HetheringtonUpdate test data.
2015-07-05 Carl HetheringtonImplement missing support for DCP subs inside DCP conte...
2015-07-04 Carl HetheringtonSlightly extended unit test.
2015-07-03 Carl HetheringtonFix test metadata.
2015-07-02 Carl HetheringtonMore regex fixes.
2015-07-01 Carl HetheringtonGo back to player having a playlist and not assuming...
2015-06-30 Carl HetheringtonMissing files from test/data.
2015-06-30 Carl HetheringtonUpdate for change to default Rec. 601/709 gamma.
2015-06-29 Carl HetheringtonFix merge.
2015-06-26 Carl HetheringtonFix missing subtitles in some cases.
2015-06-25 Carl HetheringtonMerge branch 'content-burn-subs' into 2.0
2015-06-25 Carl HetheringtonUpdated test data.
2015-06-25 Carl HetheringtonMake player decide whether subtitles should be burnt...
2015-06-25 Carl HetheringtonMerge.
2015-06-24 Carl HetheringtonFix test refs.
next