summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2016-02-01Updated test/data; bump metadata version.Carl Hetherington
2016-01-27Fix tests following increased strictness in VideoDecoder.Carl Hetherington
2016-01-23Fix estimate of required disk space to take referencingCarl Hetherington
of existing DCPs into account.
2016-01-07Fix slightly odd #includes of image_filename_sorter.ccCarl Hetherington
2015-12-11Split EncodeServer into that and Server.Carl Hetherington
2015-12-11Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ↵Carl Hetherington
ServerDescription -> EncodeServerDescription.
2015-12-06Revert "Increase size of chopped part to put it a few frames in; apparently ↵Carl Hetherington
J2K bitrate has increased since openjp2." The apparent size increase was due to a bug. This reverts commit a648da822a8ef304417beb17bb0224501333f94a.
2015-12-06Increase timeout on client-server-test.Carl Hetherington
2015-12-06Increase size of chopped part to put it a few frames in; apparently J2K ↵Carl Hetherington
bitrate has increased since openjp2.
2015-12-04Don't need to explicitly link to OpenJPEG.Carl Hetherington
2015-12-04Use libdcp's compress_j2k; move Data into libdcp.Carl Hetherington
2015-11-27Fix incorrect multi-reel subtitle timings (#760) and add test.Carl Hetherington
2015-11-27Fix some stringstreams that had crept in.Carl Hetherington
2015-11-26Update for SRT vertical position changes.Carl Hetherington
2015-11-25Updates for changes to default subrip position.Carl Hetherington
2015-11-18Basic (untested) ebur128 (#368).Carl Hetherington
2015-11-15More SubRip vposition changes in tests.Carl Hetherington
2015-11-15Update reference data.Carl Hetherington
2015-11-15Basic support for trusted device lists in KDMs (#750).Carl Hetherington
2015-11-11Update test data for changes to default effect colour.Carl Hetherington
2015-11-10Missing test files.Carl Hetherington
2015-11-10Default effect colour has changed in subtitles.Carl Hetherington
2015-11-03Attempt to fix test idle hacks.Carl Hetherington
2015-11-03Fix test.Carl Hetherington
2015-11-02Fix incorrect preview of italic subtitles (#728).Carl Hetherington
This requires fonts to be configured with their italic versions so that the italic font can be given to FontConfig and hence used to render text. Bold font configuration is also added here although bold subtitles aren't yet supported.
2015-10-28More tweaks to image filename ordering.Carl Hetherington
2015-10-26Fix test to reflect the fact that reel lengths are rounded to frame boundaries.Carl Hetherington
2015-10-26Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 ↵Carl Hetherington
but only for preview.
2015-10-23Revert "Avoid decoding other packets when looking for subs."Carl Hetherington
This reverts commit 9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49. It causes corruption in prophet_clip.xml for reasons that are not yet known.
2015-10-19Fix by-video-content reel split when there is content after the last video ↵Carl Hetherington
content.
2015-10-19Calm logging during tests.Carl Hetherington
2015-10-17Update test/data.Carl Hetherington
2015-10-16Avoid decoding other packets when looking for subs.Carl Hetherington
The "accumulation" of, for example, video data when we are looking for audio data is an *optimisation* to reduce the number of seeks. It should not be necessary for correctness (the output should be right even if we never kept anything except what we were looking for). Doing this accumulation is not always an optimisation; sometimes not doing it is better. Avoiding it when going back for subtitles is one of these cases.
2015-10-15Use AV_ prefixes on some FFmpeg bits.Carl Hetherington
2015-10-14Optimise audio filters; tweak order of the LPFs in the upmixers.Carl Hetherington
2015-10-13Update metadata ref.Carl Hetherington
2015-10-13Some attempts to block referencing of DCPs when it is not possible.Carl Hetherington
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-10-12Implement Film::reels().Carl Hetherington
2015-10-12Basics of reel split.Carl Hetherington
2015-10-11Updated test data for changes to upmixer A.Carl Hetherington
2015-10-11Remove debug.Carl Hetherington
2015-09-30Missing include.Carl Hetherington
2015-09-26Update test/data.Carl Hetherington
2015-09-25More build fixes.Carl Hetherington
2015-09-22Use uchardet to guess encoding of subtitle files and reject non-UTF-8.Carl Hetherington
2015-09-18Add UpmixerB.Carl Hetherington
2015-09-16Update test/data for metadata change.Carl Hetherington
2015-09-16Set up OV/VF in name according to whether DCP content has been referenced.Carl Hetherington
2015-09-14More <iostream> includes for Arch.Carl Hetherington