summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-22Fix AppImage .desktop file again.v2.13.53Carl Hetherington
2018-09-22Add playback seek logging.v2.13.52Carl Hetherington
2018-09-22Log playback start and stop timecodes.Carl Hetherington
2018-09-21Fix thinko in cscript option defaults.Carl Hetherington
2018-09-21Add Categories tag to AppImage .desktop file.v2.13.51Carl Hetherington
2018-09-21Add swaroop variant and use it to remove the screen options from the View menu.Carl Hetherington
2018-09-20Fix build.Carl Hetherington
2018-09-19Allow player-only builds.Carl Hetherington
2018-09-19Fix crash on close.v2.13.50Carl Hetherington
2018-09-19Remove unnecessary controls.Carl Hetherington
2018-09-19Fix background colouring.Carl Hetherington
2018-09-19Probably-better approach to dual-screen; reparent the viewer into its own Frame.Carl Hetherington
2018-09-18Tweak label.Carl Hetherington
2018-09-18Configurable window arrangement in player dual-screen mode.Carl Hetherington
2018-09-18Probably makes sense to default to checking KDM validity rangesCarl Hetherington
so that testing KDMs is more like real life.
2018-09-18Vertically-centre playback.Carl Hetherington
2018-09-18Whitespace.Carl Hetherington
2018-09-18Add some separators.Carl Hetherington
2018-09-18Close player on closing dual-screen controls.Carl Hetherington
2018-09-14Very basic player logging.v2.13.49Carl Hetherington
2018-09-14Put player on 2nd monitor for now.Carl Hetherington
2018-09-14Hackily update cinema player dialog when things change.Carl Hetherington
2018-09-14Basic and rather clumsy option to respect KDM validity windows.Carl Hetherington
2018-09-14Allow configurable start mode for player.Carl Hetherington
2018-09-14Tweak player config dialog layout.Carl Hetherington
2018-09-14Basic dual-screen mode for player.Carl Hetherington
2018-09-11Full-screen mode for player.Carl Hetherington
2018-09-11More tweaks.Carl Hetherington
2018-09-11Make a method private.Carl Hetherington
2018-09-11Fix slider.Carl Hetherington
2018-09-11Missing file.Carl Hetherington
2018-09-11FilmViewer API tidying.Carl Hetherington
2018-09-11Rename control_film_viewer file.Carl Hetherington
2018-09-11Separate out management of controls.Carl Hetherington
2018-09-11film() isn't a FilmViewer proxy.Carl Hetherington
2018-09-11Fix play button behaviour.Carl Hetherington
2018-09-11Fix crash.Carl Hetherington
2018-09-11Fix build.Carl Hetherington
2018-09-11Partial split of film viewer.Carl Hetherington
2018-09-11Store audio/video even when suspended.Carl Hetherington
This is important for audio. _audio.put() must be called with sequential data, so if you're going to discard audio (as was happening when _suspended) you need to clear _audio before put()ting any more. This happens with seek; when _pending_seek_position is set _audio is cleared and then nothing more is added until the seek is done. _suspended may be set and then reset with no change having happened (type _CANCELLED) so I think you have to keep storing data in this case. It will be discarded when the seek comes around after a _DONE change.
2018-09-11Increase the number (in arbitrary units) which describes the widthCarl Hetherington
of the border on DCP subtitles when they are rendered in the preview. This makes them look better, and I think it's closer to what projectors do.
2018-09-11Remove unnecessary method.Carl Hetherington
2018-09-10Update waf to 2.0.11.Carl Hetherington
2018-09-10Another sub/dcp bump.Carl Hetherington
2018-09-10Use distro's FFmpeg on Arch.Carl Hetherington
2018-09-10Another dcp/sub bump.Carl Hetherington
2018-09-10Bump dcp/sub.Carl Hetherington
2018-09-10Basics of export of multiple reels to multiple files.Carl Hetherington
2018-09-09Split parts of FFmpegEncoder into FFmpegFileEncoder.Carl Hetherington
2018-09-09Updated fr_FR translation from Thierry Journet.Carl Hetherington