summaryrefslogtreecommitdiff
path: root/src/wx/video_view.cc
AgeCommit message (Expand)Author
2025-10-10Keep screen awake while playing on Windows (#3095).Carl Hetherington
2025-10-10White space: video_view.{cc,h}Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2022-04-29Primitive auto-crop (#1477).Carl Hetherington
2022-04-20C++11 tidying.Carl Hetherington
2021-10-16Use an enum instead of a bool to specify blocking/non-blocking.Carl Hetherington
2021-10-11Cleanup: use enum class.Carl Hetherington
2021-09-27Remove unused usingCarl Hetherington
2021-09-21Extract colours to VideoView.Carl Hetherington
2021-04-03Show an explanatory message if the player is not performing very well (#1932).Carl Hetherington
2021-02-16C++11 tidying.Carl Hetherington
2021-02-09Some small C++11 tweaks.Carl Hetherington
2021-01-31More enum class additions.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-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-08-17Report better errors when the butler dies.Carl Hetherington
2020-04-23Don't clobber the current _player_video when the butler returns AGAIN. Fixes...Carl Hetherington
2020-04-14Ignore and report failures to decode frames during playback (#1593).Carl Hetherington
2020-01-10Fix deadlock.Carl Hetherington
2020-01-08Don't busy-wait when there's nothing to play.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-08Move _state_timer into VideoView.Carl Hetherington
2020-01-08Move _dropped into VideoView.Carl Hetherington
2020-01-08Don't try opening error dialogues from the GL thread.Carl Hetherington
2020-01-08Fix display when there is no film.Carl Hetherington
2020-01-08Add comment.Carl Hetherington
2020-01-08Clean up access to stuff from Film.Carl Hetherington
2020-01-08A little thread safety.Carl Hetherington
2020-01-08Barely-functioning GL playback with new arrangement.Carl Hetherington
2020-01-08Move _player_video into VideoView.Carl Hetherington