summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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
2015-09-14Quieten tests a bit.Carl Hetherington
2015-09-14Optimise checking of existing image data.Carl Hetherington
When checking existing image data go from the end backwards until a good hash is found rather than from the start forwards until a bad hash is found. This is a lot quicker for long files but may miss a corrupted frame somewhere (however unlikely this is).
2015-09-12More subtitle test data fixes.Carl Hetherington
2015-09-12Add missing files to test/data.Carl Hetherington
2015-09-12Update test/data for fixes to SMPTE subs.Carl Hetherington
2015-09-11Fix assertion failure when processors return fewer channels than the DCP has.Carl Hetherington
2015-09-10Fix erroneous test/data commit.Carl Hetherington
2015-09-10Bump versionv2.1.61Carl Hetherington
2015-09-09Use SRC_LINEAR for speed when analysing audio (#685).Carl Hetherington
2015-09-06Update test/data for new resampler.Carl Hetherington
2015-09-05Fix build.Carl Hetherington
2015-09-04Update test/data.Carl Hetherington
2015-09-02Add another unit test.Carl Hetherington
2015-09-01update.{cc,h} -> update_checker.{cc,h}.Carl Hetherington
2015-09-01Add basic test for client/server with a J2K image.Carl Hetherington
2015-08-31Remove working file from test/data.Carl Hetherington
2015-08-27Fix Player::dcp_to_content_video with similar but not equal content/DCP ↵Carl Hetherington
frame rates.
2015-08-26Stop ui_idle() being called loads and loads of times during tests.Carl Hetherington
2015-08-26Split log.{cc,h}.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-08-26Move ServerDescription into its own header.Carl Hetherington
2015-08-26Revert "Fix test to take into account changes to rounding."Carl Hetherington
This reverts commit 32823e7cc89965bf706fecab13be444e5a2aaa09.