summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
AgeCommit message (Collapse)Author
2020-01-08Add FilmViewer::time_until_next_frame.Carl Hetherington
2020-01-08Move _player_video into VideoView.Carl Hetherington
2020-01-08Move display_player_video into SimpleVideoView.Carl Hetherington
2020-01-08Move FilmViewer::get() into SimpleVideoView.Carl Hetherington
2020-01-08Remove temporary access to timer() method.Carl Hetherington
2020-01-08Move ::timer into SimpleVideoView.Carl Hetherington
2019-12-19Add an output audio matrix (#1482).Carl Hetherington
2019-12-11Fix crash on hotkey-opening the menu then pressing right a few times.Carl Hetherington
2019-11-05Differentiate between stop and suspend in player.Carl Hetherington
This and the previous commit somewhat improve the previously terrible behaviour when seeking during playback, probably introduced by the idle update stuff.
2019-11-05Don't request idle get if we are starting playback again.Carl Hetherington
2019-07-25Add assert.Carl Hetherington
2019-07-24Re-work idle handling from previous commit.Carl Hetherington
2019-07-24Optimise the feel of some GUI functions by doing the seek afterCarl Hetherington
many content changes in an idle handler, rather than blocking the UI update until the seek and image redisplay have finished.
2019-05-31Fix slightly unbelievable out-of-bounds array access when setting up the ↵Carl Hetherington
audio map for mixdown-to-stereo. Forward-ported from 677eaab5c03e9c614ae2bc417a43bd5c1295bb8d in master.
2019-05-21Give an error if 2D content is set to 3D (#1565). Also runCarl Hetherington
3D tests with more parallel jobs to speed them up.
2019-05-13Build fixes related to simple/GL view.Carl Hetherington
2019-05-10Remove believed-unnecessary multiple-of-4 image size for GL.Carl Hetherington
2019-05-10Colour in 'masking' in GL mode.Carl Hetherington
2019-05-10Fix update on drag with GL canvas.Carl Hetherington
2019-05-10Remove storage of _frame in FilmViewer.Carl Hetherington
2019-05-10Tidy up sized emissions from VideoView.Carl Hetherington
2019-05-10Make video view type configurable.Carl Hetherington
2019-05-10Fix up SimpleVideoView.Carl Hetherington
2019-05-10refresh_panel -> refresh_view.Carl Hetherington
2019-05-10Restore refresh_panel as I think it will sometimes be necessary.Carl Hetherington
2019-05-10Basics of OpenGL viewer.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-05-10Add some very basic timing of the player.Carl Hetherington
2019-05-05Speculative fix for white lines at the bottom of full-screen playback windows.v2.14.2Carl Hetherington
2019-04-15Add some details of the what the configured sound output means.Carl Hetherington
2019-04-15Allow WASAPI or DS as the Windows sound API as DirectSound (atCarl Hetherington
least with RtAudio) does not seem to support > 2 channels.
2019-04-06Option to choose CCAP track (part of #1516).v2.13.143Carl Hetherington
2019-03-15Draw 'masking' even when there's no _frame; stops a jump in theCarl Hetherington
size of the image when doing play-to-end, then play; in this case we start playing again, _frame goes to 0 and we stop.
2019-02-17More player debugging for butler video-full states.v2.13.121Carl Hetherington
2019-02-12Stop butler getting full in 3D projects with only 2D content (#1469).Carl Hetherington
2019-02-12Try to fix some warnings.Carl Hetherington
2019-02-06Fix non-swaroop build.Carl Hetherington
2019-02-06swaroop: re-work background image logic.v2.13.113Carl Hetherington
2019-02-04swaroop: hopefully fix wallpaper apparition.v2.13.112Carl Hetherington
2019-01-10Fix silly crash.Carl Hetherington
2019-01-10swaroop: speculative fix for background image appearing between playlist items.Carl Hetherington
2018-12-23swaroop: various logging fixes.Carl Hetherington
2018-12-13swaroop: partial rework of SPL management.Carl Hetherington
2018-12-02Remove debugging.Carl Hetherington
2018-11-22Separate Controls into standard/swaroop.Carl Hetherington
2018-11-22Add cout for number of detected audio channels.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-11-07swaroop: new slightly-hacky way to make background image appear on stop.v2.13.67Carl Hetherington
2018-11-06Do image crop/scale/window in the butler prepare threads.Carl Hetherington