summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
AgeCommit message (Expand)Author
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-23Various tweaks to fix playback at the end of a film (#1858).Carl Hetherington
2020-12-01Rename refresh_metadata -> reset_metadata.Carl Hetherington
2020-12-01Give Butler a weak_ptr<Film>Carl Hetherington
2020-12-01Change re{set,fresh}_metadata to take a film and a size from the player.Carl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-11-16Make sure we use limited ("video") range data when exporting.Carl Hetherington
2020-11-08Remove references to / support for old RtError class (now RtAudioError).Carl Hetherington
2020-11-05Fix video waveform view with GL backend.Carl Hetherington
2020-09-25Use the appropriate RtAudio exception (though I'm not sure if thisCarl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-08-29Try to fix crashes when things go wrong with getDeviceInfo.v2.15.99Carl Hetherington
2020-07-29Recover information about closed caption tracks when loading DCPsv2.15.93Carl Hetherington
2020-07-28Fix various problems with the closed caption viewer not being updated properly.v2.15.91Carl Hetherington
2020-06-05Add defensive check.Carl Hetherington
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