Fix confusion between one-shot and playing causing surprising
[dcpomatic.git] / src / wx / gl_video_view.h
2020-06-28 Carl HetheringtonFix confusion between one-shot and playing causing...
2020-06-27 Carl HetheringtonMake _one_shot and _playing atomic.
2020-06-27 Carl HetheringtonRename _playing_condition -> _thread_work_condition.
2020-01-30 Carl HetheringtonVarious thread cleanups.
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonUse glTexSubImage2D when possible, as suggested by...
2020-01-08 Carl HetheringtonVarious cleanups and thread-safety.
2020-01-08 Carl HetheringtonSame thing with inter_size.
2020-01-08 Carl HetheringtonMove _inter_position out of FilmViewer.
2020-01-08 Carl HetheringtonImplement GLView::update.
2020-01-08 Carl HetheringtonDon't try opening error dialogues from the GL thread.
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 HetheringtonRemove GL context accessor and hence lock.
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.
2019-06-03 Carl HetheringtonMore accurate reporting of whether vsync is enabled.
2019-06-03 Carl HetheringtonFix some build failures due to GL stuff.
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 HetheringtonBasics of OpenGL viewer.