C++11 tidying.
[dcpomatic.git] / src / wx / video_view.h
2021-02-16 Carl HetheringtonC++11 tidying.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-23 Carl HetheringtonVarious tweaks to fix playback at the end of a film...
2020-12-01 Carl HetheringtonRename refresh_metadata -> reset_metadata.
2020-11-30 Carl HetheringtonChange re{set,fresh}_metadata to take a film and a...
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-04-14 Carl HetheringtonIgnore and report failures to decode frames during...
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonDon't busy-wait when there's nothing to play.
2020-01-08 Carl HetheringtonMore tidying up.
2020-01-08 Carl HetheringtonVarious cleanups and thread-safety.
2020-01-08 Carl HetheringtonRemove some friends from FilmViewer.
2020-01-08 Carl HetheringtonMove _state_timer into VideoView.
2020-01-08 Carl HetheringtonMove _dropped into VideoView.
2020-01-08 Carl HetheringtonImplement GLView::update.
2020-01-08 Carl HetheringtonFix display when there is no film.
2020-01-08 Carl HetheringtonNicer protection of _player_video. Always run GL threa...
2020-01-08 Carl HetheringtonClean up access to stuff from Film.
2020-01-08 Carl HetheringtonA little thread safety.
2020-01-08 Carl HetheringtonVarious timing hacks and development.
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2020-01-08 Carl HetheringtonMove _player_video into VideoView.
2020-01-08 Carl HetheringtonMove display_player_video into SimpleVideoView.
2020-01-08 Carl HetheringtonMove FilmViewer::get() into SimpleVideoView.
2020-01-08 Carl HetheringtonRemove temporary access to timer() method.
2020-01-08 Carl HetheringtonMove ::timer into SimpleVideoView.
2019-05-13 Carl HetheringtonBuild fixes related to simple/GL view.
2019-05-10 Carl HetheringtonColour in 'masking' in GL mode.
2019-05-10 Carl HetheringtonFix update on drag with GL canvas.
2019-05-10 Carl HetheringtonTidy up sized emissions from VideoView.
2019-05-10 Carl HetheringtonBasics of OpenGL viewer.