Fix bugs in thread termination causing occasional pthread
[dcpomatic.git] / src / wx / gl_video_view.cc
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-06-28 Carl HetheringtonFix confusion between one-shot and playing causing...
2020-06-27 Carl HetheringtonRename _playing_condition -> _thread_work_condition.
2020-02-06 Carl HetheringtonFix crash.
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 HetheringtonDon't busy-wait when there's nothing to play.
2020-01-08 Carl HetheringtonCheck that get_next_frame succeeds.
2020-01-08 Carl HetheringtonFix some crashes.
2020-01-08 Carl HetheringtonMore tidying up.
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 HetheringtonMove _dropped into VideoView.
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 HetheringtonStart thread when the window will have been created...
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 HetheringtonFix typo.
2019-06-03 Carl HetheringtonMore Windows hackery.
2019-06-03 Carl HetheringtonMore accurate reporting of whether vsync is enabled.
2019-06-03 Carl HetheringtonWindows #include.
2019-06-03 Carl HetheringtonAttempted Windows GL fixes.
2019-06-03 Carl HetheringtonType fix for OS X.
2019-06-03 Carl HetheringtonAnother OS X include.
2019-06-03 Carl HetheringtonAnother OS X include.
2019-06-03 Carl HetheringtonTry another way on OS X.
2019-06-03 Carl HetheringtonMore GL build fixes.
2019-06-03 Carl HetheringtonFix some build failures due to GL stuff.
2019-06-03 Carl HetheringtonTry to enable vsync with GL on Linux.
2019-05-12 Carl HetheringtonRestore paint-panel timing.
2019-05-10 Carl HetheringtonFix crash with small GL canvas sizes. v2.15.1
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 HetheringtonI believe _canvas will be destroyed by its parent.
2019-05-10 Carl HetheringtonRemove storage of _frame in FilmViewer.
2019-05-10 Carl HetheringtonTidy up sized emissions from VideoView.
2019-05-10 Carl HetheringtonRemove unnecessary Refresh() call.
2019-05-10 Carl HetheringtonAdd system information dialog with OpenGL version.
2019-05-10 Carl HetheringtonAdd a FIXME.
2019-05-10 Carl HetheringtonBasics of OpenGL viewer.