summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-04-19Remove video_decoder_fill_test as it was specialised to the old code.Carl Hetherington
2017-04-19Restore ffmpeg_decoder_sequential_test.Carl Hetherington
2017-04-19Restore ffmpeg_decoder_seek_test.Carl Hetherington
2017-04-19Restore dcp_subtitle_test.Carl Hetherington
2017-04-19Remove another old test.Carl Hetherington
2017-04-19Remove seek zero test as I think it's fairly specific to the old code.Carl Hetherington
2017-04-19Restore player_test and move black_fill_test into it.Carl Hetherington
2017-04-19Remove debug code.Carl Hetherington
2017-04-19Remove some unnecessary test data; fix VF kdm test to use interop as per ↵Carl Hetherington
reference.
2017-04-19Fix merging of audio in various circumstances.Carl Hetherington
2017-04-19Slightly better test report.Carl Hetherington
2017-04-19Reinstate ffmpeg_audio_only_test.Carl Hetherington
2017-04-19Fix render subtitle references.Carl Hetherington
2017-04-19Resampler test doesn't check anything.Carl Hetherington
2017-04-19Fix test for changes to content_factory.Carl Hetherington
2017-04-19Fix recover test hash; not sure why.Carl Hetherington
2017-04-19Fix comment.Carl Hetherington
2017-04-19Fix ISDCF name test.Carl Hetherington
2017-04-19Fix film metadata test.Carl Hetherington
2017-04-19Default to SMPTE for tests.Carl Hetherington
2017-04-19Re-add audio merger test.Carl Hetherington
2017-04-19Remove unnecessary VideoFrame class.Carl Hetherington
2017-04-19Various fixes to push audio vaguely in the right direction.Carl Hetherington
2017-04-19Attempt to tidy up internal APIs slightly.Carl Hetherington
2017-04-19Basic grunt-work, untested and unfinished, but it compiles.Carl Hetherington
2017-04-18Supporter.Carl Hetherington
2017-04-07Remove unused method.Carl Hetherington
2017-02-20Be more careful about allowing possibly-trouble-causing characters in DCP ↵Carl Hetherington
filenames.
2017-02-12Remove some out-of-date includes.Carl Hetherington
2017-02-12Cope with the configuration defaulting to Interop.Carl Hetherington
2017-02-12Correctly include keys for referenced encrypted DCPs in KDMs (#975).Carl Hetherington
2017-02-12Fix vf_kdm_test.Carl Hetherington
2017-02-12Add test for KDMs with encrypted VF+OV content.Carl Hetherington
2017-01-29Missing uselib.Carl Hetherington
2017-01-04Fix non-frame-aligned trims when using trim-to-playhead.Carl Hetherington
Reimplement Time::ceil and add a corresponding Time::floor with tests. ceil returns slightly different results to previously with non-integer frame rates. Then use floor to round the playhead position when trimming.
2017-01-04Rename Time::round_up to Time::ceil.Carl Hetherington
2016-12-20Allow content factory to return multiple content.Carl Hetherington
2016-12-14Fix test for change to marked_up.Carl Hetherington
2016-11-20Some more decode logging.Carl Hetherington
2016-11-08Basic test that we (roughly) hit average J2K bandwidth targets.Carl Hetherington
2016-11-08Various fixes to subtitle rendering.Carl Hetherington
Use <span> to mark text up for Pango as this can set up everything, and is easier than using <b>..</b> etc. Fix the estimation of subtitle area size to cope with different subtitle sizes. Use show_in_cairo_context rather than add_to_cairo_context so that colours in the markup are respected.
2016-10-31Use the same ContextID whenever encrypting the picture asset for a project;Carl Hetherington
this ensures that resumption of encodes works. Before this, a random ContextID would be created for each run (#980).
2016-10-25pot/merge.Carl Hetherington
2016-10-23Add new test for imported XML subtitles.Carl Hetherington
2016-10-23Move some tests around.Carl Hetherington
2016-10-19Fix misunderstandings in decoder frame handling for 3D/3D-alternate.Carl Hetherington
2016-09-30Better tidy_for_filename that doesn't screw up with UTF-8.Carl Hetherington
2016-09-23Fix build of Windows debug version.Carl Hetherington
2016-09-21Disallow referencing DCPs of different frame rates to the project.Carl Hetherington
Fix reel calculations of DCPContent under trim.
2016-09-21Improve test checking.Carl Hetherington