summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-24Bump versionv2.11.7Carl Hetherington
2017-05-24Better error message.Carl Hetherington
2017-05-23Try to stop crashes when tests are torn down.Carl Hetherington
2017-05-23Try to get core dumps when tests crash.Carl Hetherington
2017-05-23Fix find-missing-content.Carl Hetherington
2017-05-23Speculative fix for adding DCPs to projects with dcpomatic2_create.Carl Hetherington
2017-05-23White space tweaks.Carl Hetherington
2017-05-23Add Content::set_paths().Carl Hetherington
2017-05-23Update OS X icons.Carl Hetherington
2017-05-23Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2017-05-23Attempt at updated icons (#1074).Carl Hetherington
2017-05-23Bump versionCarl Hetherington
2017-05-23Bump versionv2.11.6Carl Hetherington
2017-05-23Update icons.Carl Hetherington
2017-05-23Try to improve cover sheet drop shadow.Carl Hetherington
2017-05-22Add missing OS X preference icon, remove an unused one.Carl Hetherington
2017-05-22Remove some unused code.Carl Hetherington
2017-05-21Comment format tweak.Carl Hetherington
2017-05-21Bump libdcp.Carl Hetherington
2017-05-21Fix _position with VIDEO_FRAME_TYPE_3D_ALTERNATE.Carl Hetherington
2017-05-21Remove debug.Carl Hetherington
2017-05-21Do resampling in AudioDecoder rather than Player.Carl Hetherington
This fixes the problem where the decoder's position would not take into account that all samples pushed into the resampler do not always immediately come out. This would result in Player thinking that there would be gaps when there are not.
2017-05-20Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2017-05-20Fix incorrect asserts.Carl Hetherington
2017-05-19Supporter.Carl Hetherington
2017-05-19Supporter.Carl Hetherington
2017-05-19Fix infinite loop with referenced audio.Carl Hetherington
2017-05-19Ensure there are no errors from jobs.Carl Hetherington
2017-05-18Fix warning.Carl Hetherington
2017-05-1832nd frame of repeat_frame_test is now red.Carl Hetherington
2017-05-18Revert "repeat_frame_test lost one frame of black off the end; never mind."Carl Hetherington
This reverts commit 92850876fce46bf3713d5116ec868b321315f7b5.
2017-05-18Fix audio fill in the presence of audio delay.Carl Hetherington
2017-05-18Remove debug.Carl Hetherington
2017-05-18Fix order of pass/fill; only round up at the end of the playlist, not on ↵Carl Hetherington
every fill.
2017-05-18Supporter.Carl Hetherington
2017-05-18Player should fill towards the next video frame.Carl Hetherington
2017-05-18Remove old declaration.Carl Hetherington
2017-05-17Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2017-05-17Speculative corresponding audio fix to 732c9008999e4eeff01a72b84d2bc99dc77bd602.Carl Hetherington
2017-05-17Respect _no_video and _no_audio when filling.Carl Hetherington
2017-05-17Update skip_frame_test reference.Carl Hetherington
2017-05-17Speculative fix when solves problems when FFmpeg content has sound but ↵Carl Hetherington
missing video at its end. May cause other problems.
2017-05-17Assert that reel assets are all the same length.Carl Hetherington
2017-05-17Put audio-gap padding in the right place (after the forthcoming audio has ↵Carl Hetherington
been checked and processed).
2017-05-16Fix _last_video_time with 3D.Carl Hetherington
2017-05-16Fail assertion if a job fails.Carl Hetherington
2017-05-16Fix incorrect path.Carl Hetherington
2017-05-16Fix black fill where there is no earliest content.Carl Hetherington
2017-05-16FFmpegEncoder fixes: handle AV_CODEC_CAP_VARIABLE_FRAME_SIZE, fix typo in ↵Carl Hetherington
interleaving, fix cut-and-paste error in avcodec_encode_audio2.
2017-05-16Re-merge _last_{video,audio}_time and _last_seek_time; fix _last_video to ↵Carl Hetherington
work correctly with different pieces.