C++11 tidying.
[dcpomatic.git] / src / wx / video_view.cc
2021-02-16 Carl HetheringtonC++11 tidying.
2021-02-09 Carl HetheringtonSome small C++11 tweaks.
2021-01-31 Carl HetheringtonMore enum class additions.
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-08-17 Carl HetheringtonReport better errors when the butler dies.
2020-04-23 Carl HetheringtonDon't clobber the current _player_video when the butler...
2020-04-14 Carl HetheringtonIgnore and report failures to decode frames during...
2020-01-10 Carl HetheringtonFix deadlock.
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 HetheringtonFix some crashes.
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 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 HetheringtonAdd comment.
2020-01-08 Carl HetheringtonClean up access to stuff from Film.
2020-01-08 Carl HetheringtonA little thread safety.
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2020-01-08 Carl HetheringtonMove _player_video into VideoView.