summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
AgeCommit message (Expand)Author
2020-04-24Add subtitle analysis so that the outline of all subtitlesCarl Hetherington
2020-04-23Nicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432Carl Hetherington
2020-04-23Fix complete failure of preview/playback introduced inv2.15.53Carl Hetherington
2020-04-15Fix length of player output so it can be either the film's length or playlist...Carl Hetherington
2020-04-15Seek to last frame if a request is made beyond the end of the film.Carl Hetherington
2020-04-14Ignore and report failures to decode frames during playback (#1593).Carl Hetherington
2020-01-08Some comments.Carl Hetherington
2020-01-08Fix problems when starting to play after a seek, if the startCarl Hetherington
2020-01-08Set up things correctly on initialisation.Carl Hetherington
2020-01-08Add assert.Carl Hetherington
2020-01-08Fix some crashes.Carl Hetherington
2020-01-08More tidying up.Carl Hetherington
2020-01-08Various cleanups and thread-safety.Carl Hetherington
2020-01-08Remove some friends from FilmViewer.Carl Hetherington
2020-01-08Remove FilmViewer::refresh_view.Carl Hetherington
2020-01-08Move _state_timer into VideoView.Carl Hetherington
2020-01-08Move _dropped into VideoView.Carl Hetherington
2020-01-08Small re-use cleanup.Carl Hetherington
2020-01-08Clean up access to stuff from Film.Carl Hetherington
2020-01-08A little thread safety.Carl Hetherington
2020-01-08Various timing hacks and development.Carl Hetherington
2020-01-08Remove PositionChanged in favour of consumers having their own GUI-thread tim...Carl Hetherington
2020-01-08Hack around changes in main branch with respect to suspend/resume.Carl Hetherington
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
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
2019-05-31Fix slightly unbelievable out-of-bounds array access when setting up the audi...Carl Hetherington
2019-05-21Give an error if 2D content is set to 3D (#1565). Also runCarl Hetherington
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