summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2016-03-21Various hacks.Carl Hetherington
2016-03-21Fix poznan test to use the intended input image.Carl Hetherington
2016-03-21Various build fixes.Carl Hetherington
2016-03-21Various hacks.Carl Hetherington
2016-03-21Fix build.Carl Hetherington
2016-03-21Add test program for Poznan encoder.Carl Hetherington
2016-03-12Include trimming.Carl Hetherington
2016-02-25Plot video and subtitle on one track and audio on the rest in the timeline.Carl Hetherington
2016-02-24Fix test with new sequencing behaviour for subtitle content.Carl Hetherington
2016-02-24Update test data for SequenceVideo -> Sequence tag change.Carl Hetherington
2016-02-24Remove debug code.Carl Hetherington
2016-02-24An unfortunately large set of timeline-related changes:Carl Hetherington
- Rename sequence_video to sequence, and sequence subtitle content like we do video content (i.e. adding multiple subtitle contents will result in them sequenced in time rather than overlaid). - Stop doing selection-changed related stuff in ContentPanel if no selection change has actually happened. - Attempt to tidy up event handling in the timeline a bit.
2016-02-24Add test.Carl Hetherington
2016-02-21Update test/data.Carl Hetherington
2016-02-21Update test data.Carl Hetherington
2016-02-21Don't write duplicate <LoadFont> nodes into subtitle files.Carl Hetherington
2016-02-21White space.Carl Hetherington
2016-02-21Rearrange test.Carl Hetherington
2016-02-16Update reference metadat after adding another tag.Carl Hetherington
2016-02-15Hacky workaround for FFmpeg not having a channel layout for any counts ↵Carl Hetherington
between 8 and 16.
2016-02-12Rename SubRip -> TextSubtitle.Carl Hetherington
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.