| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-04 | wip: got stuck... because PlayerVideo is related to the render sizeadjust-sizing | Carl Hetherington | |
| because its subtitles are prepared for the _video_container_size that the Player knows about. I think the only way around this would be to store the subs in PlayerVideo in some independent way and to scale/convert to bitmap later. | |||
| 2022-05-02 | Fix colour of preview when there is no film loaded. | Carl Hetherington | |
| 2022-04-29 | Primitive auto-crop (#1477). | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-04-07 | Cleanup: remove unused parameter to PlayerVideo::force. | Carl Hetherington | |
| 2021-11-20 | Fix incorrect scaling of the simple view with hidpi screens (#2128). | Carl Hetherington | |
| 2021-09-27 | Various alignment tidying/fixups. | Carl Hetherington | |
| 2021-09-27 | Replace aligned bool with enum Alignment. | Carl Hetherington | |
| 2021-09-27 | Remove unnecessary _out_size; it looks like we can just use the image size. | Carl Hetherington | |
| 2021-09-21 | Extract colours to VideoView. | Carl Hetherington | |
| 2021-06-29 | Fix confusing black padding in GUI dark mode (#2053). | Carl Hetherington | |
| 2021-06-28 | C++11 tidying. | Carl Hetherington | |
| 2021-06-25 | Extract gui_is_dark() to wx_util. | Carl Hetherington | |
| 2021-05-20 | Check that wxSystemSettings::GetAppearance() exists. | Carl Hetherington | |
| 2021-01-27 | Use enum class for VideoRange. | Carl Hetherington | |
| 2021-01-16 | Fix Linux build. | Carl Hetherington | |
| 2021-01-15 | Fix padding around preview in macOS dark mode (#1897). | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-12-23 | Various tweaks to fix playback at the end of a film (#1858). | Carl Hetherington | |
| The most questionable change here is probably how SimpleVideoView::display_next_frame no longer re-schedules itself if the call to get_next_frame returned AGAIN; it seems wrong to do that when FilmViewer::idle_handler() also reschedules itself when display_next_frame() returns AGAIN. | |||
| 2020-12-11 | Fix lots of macOS warnings by using a different boost/bind include. | Carl Hetherington | |
| 2020-11-23 | Remove swaroop variant. | Carl Hetherington | |
| 2020-11-16 | Make 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-05 | Fix video waveform view with GL backend. | Carl Hetherington | |
| 2020-10-21 | macOS / new boost build fixes.v2.15.104 | Carl Hetherington | |
| 2020-05-20 | Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW. | Carl Hetherington | |
| 2020-04-24 | Add subtitle analysis so that the outline of all subtitles | Carl Hetherington | |
| in a piece of content can be overlaid onto the preview (#1233). | |||
| 2020-02-19 | It may not be allowed to request a zero timeout on macOS. | Carl Hetherington | |
| 2020-01-08 | Some simple-video-view tidy-ups. | Carl Hetherington | |
| 2020-01-08 | Don't busy-wait when there's nothing to play. | Carl Hetherington | |
| 2020-01-08 | More tidying up. | Carl Hetherington | |
| 2020-01-08 | Remove some friends from FilmViewer. | Carl Hetherington | |
| 2020-01-08 | Remove FilmViewer::refresh_view. | Carl Hetherington | |
| 2020-01-08 | Move _state_timer into VideoView. | Carl Hetherington | |
| 2020-01-08 | Accessor for ClosedCaptionsDialog. | Carl Hetherington | |
| 2020-01-08 | Same thing with inter_size. | Carl Hetherington | |
| 2020-01-08 | Move _inter_position out of FilmViewer. | Carl Hetherington | |
| 2020-01-08 | Move _dropped into VideoView. | Carl Hetherington | |
| 2020-01-08 | Don't try opening error dialogues from the GL thread. | Carl Hetherington | |
| 2020-01-08 | Use VideoView::one_video_frame. | Carl Hetherington | |
| 2020-01-08 | Nicer protection of _player_video. Always run GL thread rather than ↵ | Carl Hetherington | |
| starting/stopping it. | |||
| 2020-01-08 | Clean up access to stuff from Film. | Carl Hetherington | |
| 2020-01-08 | A little thread safety. | Carl Hetherington | |
| 2020-01-08 | Various timing hacks and development. | Carl Hetherington | |
| 2020-01-08 | Remove PositionChanged in favour of consumers having their own GUI-thread ↵ | Carl Hetherington | |
| timers. | |||
| 2020-01-08 | Barely-functioning GL playback with new arrangement. | Carl Hetherington | |
| 2020-01-08 | Add FilmViewer::time_until_next_frame. | Carl Hetherington | |
| 2020-01-08 | Add accessor for butler. | Carl Hetherington | |
| 2020-01-08 | Move _player_video into VideoView. | Carl Hetherington | |
| 2020-01-08 | Move display_player_video into SimpleVideoView. | Carl Hetherington | |
