summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.cc
AgeCommit message (Collapse)Author
2020-11-23Remove swaroop variant.Carl Hetherington
2020-11-16Make sure we use limited ("video") range data when exporting.Carl Hetherington
Our export formats all currently use limited range but we weren't making sure data fed to the encoders was limited range. Should fix #1832.
2020-11-05Fix video waveform view with GL backend.Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-05-20Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.Carl Hetherington
2020-04-24Add subtitle analysis so that the outline of all subtitlesCarl Hetherington
in a piece of content can be overlaid onto the preview (#1233).
2020-02-19It may not be allowed to request a zero timeout on macOS.Carl Hetherington
2020-01-08Some simple-video-view tidy-ups.Carl Hetherington
2020-01-08Don't busy-wait when there's nothing to play.Carl Hetherington
2020-01-08More tidying up.Carl Hetherington
2020-01-08Remove some friends from FilmViewer.Carl Hetherington
2020-01-08Remove FilmViewer::refresh_view.Carl Hetherington
2020-01-08Move _state_timer into VideoView.Carl Hetherington
2020-01-08Accessor for ClosedCaptionsDialog.Carl Hetherington
2020-01-08Same thing with inter_size.Carl Hetherington
2020-01-08Move _inter_position out of FilmViewer.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-08Use VideoView::one_video_frame.Carl Hetherington
2020-01-08Nicer protection of _player_video. Always run GL thread rather than ↵Carl Hetherington
starting/stopping it.
2020-01-08Clean up access to stuff from Film.Carl Hetherington
2020-01-08A little thread safety.Carl Hetherington
2020-01-08Various timing hacks and development.Carl Hetherington
2020-01-08Remove PositionChanged in favour of consumers having their own GUI-thread ↵Carl Hetherington
timers.
2020-01-08Barely-functioning GL playback with new arrangement.Carl Hetherington
2020-01-08Add FilmViewer::time_until_next_frame.Carl Hetherington
2020-01-08Add accessor for butler.Carl Hetherington
2020-01-08Move _player_video into VideoView.Carl Hetherington
2020-01-08Move display_player_video into SimpleVideoView.Carl Hetherington
2020-01-08Move FilmViewer::get() into SimpleVideoView.Carl Hetherington
2020-01-08Remove temporary access to timer() method.Carl Hetherington
2020-01-08Remove redundant FilmViewer::video_position() and use FilmViewer::position() ↵Carl Hetherington
instead.
2020-01-08Use FilmViewer::{film,playing,position}()Carl Hetherington
2020-01-08Move ::timer into SimpleVideoView.Carl Hetherington
2019-05-13Build fixes related to simple/GL view.Carl Hetherington
2019-05-12Restore paint-panel timing.Carl Hetherington
2019-05-10Colour in 'masking' in GL mode.Carl Hetherington
2019-05-10Fix update on drag with GL canvas.Carl Hetherington
2019-05-10Tidy up sized emissions from VideoView.Carl Hetherington
2019-05-10Fix up SimpleVideoView.Carl Hetherington
2019-05-10Tweaks to not-yet-built SimpleVideoView.Carl Hetherington
2019-05-10Basics of OpenGL viewer.Carl Hetherington