summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2014-07-16Merge master.Carl Hetherington
2014-07-16Improve approximate time reporting a bit (#383).Carl Hetherington
2014-07-15Complete upmixer A test.Carl Hetherington
2014-07-15Add simple stereo-5.1 upmixer.Carl Hetherington
2014-07-15Add basic windowed-sinc audio filters.Carl Hetherington
2014-07-11Rename subtitle_use -> use_subtitles.Carl Hetherington
2014-07-10Various fixes for DCP subtitles, and a test or two.Carl Hetherington
2014-07-09Split up image_proxy.{cc,h}Carl Hetherington
2014-07-04Make XML subtitle work at the very minimal level.Carl Hetherington
2014-07-04Add 'starting' option to subtitles_during().Carl Hetherington
2014-07-02Rearrange Player subtitle handling a bit.Carl Hetherington
2014-07-01Split EncodedData classes into their own file.Carl Hetherington
2014-07-01Only burn subtitles if it is turned on.Carl Hetherington
2014-07-01Remove FFmpegDecoder minimal_run and care on seeking, as the ↵Carl Hetherington
VideoDecoder/AudioDecoder has to cope with stuff per-stream anyway.
2014-07-01DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo.Carl Hetherington
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-07-01Fix build.Carl Hetherington
2014-06-27Fix segfault when tests fail.Carl Hetherington
2014-06-26Merge master.Carl Hetherington
2014-06-25Support pixel format 46 in make_black().Carl Hetherington
2014-06-23Be more careful when mangling DCP names to fit ISDCF.Carl Hetherington
Reported-by: Jonathan Jensen
2014-06-20Various subtitle UI tweaks.Carl Hetherington
2014-06-20Add timecode methods to TimeCarl Hetherington
2014-06-20Fix small .srt parsing bug; add a test.Carl Hetherington
2014-06-20Merge master; fix destruction of Server; some test cleanups.Carl Hetherington
2014-06-13Build fix.Carl Hetherington
2014-06-13Add test of burnt subtitles.Carl Hetherington
2014-06-13More tests for Image.Carl Hetherington
2014-06-12Fix subrip subtitles a little.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-11Don't specify internal aspect ratio in the ISDCF name for trailers, as perCarl Hetherington
http://digitalcinemanamingconvention.com/appendix_7.asp Reported-by: Ivan Pullman
2014-06-10Support ISDCF naming convention version 9.Carl Hetherington
Reported-by: Elia Orselli
2014-06-10Use ISDCF rather than DCI when talking about the digital cinemaCarl Hetherington
naming convention (#362). Reported-by: Mattias Mattsson
2014-06-10Add test for YUV images encoded by servers.Carl Hetherington
2014-06-05Fix audio_sampling_rate_test.Carl Hetherington
2014-06-05Fix erroneous video position after seek.Carl Hetherington
2014-06-05Update colour conversion test digests for modifications to ↵Carl Hetherington
ColourConversion::digest().
2014-06-05Back port active_frame_rate_change stuff from v2, removing specification of ↵Carl Hetherington
video frame rate for sndfile sources.
2014-06-04Back-port v2's rename and slight extension of FrameRateConversion.Carl Hetherington
2014-06-03All audio content should resample if the output frame rate and contentCarl Hetherington
frame rates differ; make Sndfile sources use the video-frame-rate-based calculation for output frame rate (like FFmpeg sources do). Also, fix small problems when flushing Resamplers used to get fed back to Resamplers again.
2014-06-02Merge master.Carl Hetherington
2014-05-28Modify KDM generation to work with CPLs rather than DCPs, and allowCarl Hetherington
user to specify a particular CPL to use. Tidy up the KDM dialog a bit.
2014-05-22Add ContentTimePeriod class.Carl Hetherington
2014-05-22Move FFmpegStream classes into their own source files.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.Carl Hetherington
2014-05-20Remove operator<< which is defined in libdcp now.Carl Hetherington
2014-05-20Fix non-debug build.Carl Hetherington
2014-05-20Merge master.Carl Hetherington
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington