Missed update to private test repo version.
[dcpomatic.git] / src / wx / film_viewer.h
2023-11-30 Carl HetheringtonSupport RtAudio >= 6.
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2022-10-26 Carl HetheringtonFix player being destroyed while the butler is still...
2022-10-16 Carl HetheringtonRemove some more unnecessary use of shared_ptr.
2022-04-28 Carl HetheringtonPrimitive auto-crop (#1477).
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-09 Carl HetheringtonC++11 tidying.
2021-11-28 Carl HetheringtonCatch exceptions from RtAudio::startStream() in all...
2021-11-11 Carl HetheringtonRemove player activity logging. Fixes #2122.
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonWhen the player is used in OpenGL mode, pass unscaled...
2021-09-27 Carl HetheringtonTidy ownership/lifetime of GLVideoView to fix crashes...
2021-09-27 Carl HetheringtonRemove unnecessary _out_size; it looks like we can...
2021-08-16 Carl HetheringtonOnly warn about lots of frame drops in the player ...
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-04-03 Carl HetheringtonShow an explanatory message if the player is not perfor...
2021-02-09 Carl HetheringtonHandle pending player changes more efficiently.
2021-02-09 Carl HetheringtonMove some updates from content_change to player_change.
2021-02-09 Carl HetheringtonUse vector for _pending_player_changes
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-05 Carl HetheringtonFix video waveform view with GL backend.
2020-07-28 Carl HetheringtonFix various problems with the closed caption viewer... v2.15.91
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-27 Carl HetheringtonHide warnings triggered by Ubuntu 20.04's gcc.
2020-04-23 Carl HetheringtonAdd subtitle analysis so that the outline of all subtitles
2020-04-14 Carl HetheringtonFix glitchy timeline slider if its update timer goes...
2020-04-14 Carl HetheringtonIgnore and report failures to decode frames during...
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonVarious cleanups and thread-safety.
2020-01-08 Carl HetheringtonRemove some friends from FilmViewer.
2020-01-08 Carl HetheringtonRemove FilmViewer::refresh_view.
2020-01-08 Carl HetheringtonMove _state_timer into VideoView.
2020-01-08 Carl HetheringtonAccessor for ClosedCaptionsDialog.
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 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 HetheringtonRemove PositionChanged in favour of consumers having...
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2020-01-08 Carl HetheringtonAdd FilmViewer::time_until_next_frame.
2020-01-08 Carl HetheringtonAdd accessor for butler.
2020-01-08 Carl HetheringtonMove _player_video into VideoView.
2020-01-08 Carl HetheringtonMove display_player_video into SimpleVideoView.
2020-01-08 Carl HetheringtonMove FilmViewer::get() into SimpleVideoView.
2020-01-08 Carl HetheringtonRemove redundant FilmViewer::video_position() and use...
2020-01-08 Carl HetheringtonMove ::timer into SimpleVideoView.
2019-11-05 Carl HetheringtonDifferentiate between stop and suspend in player.
2019-07-24 Carl HetheringtonRe-work idle handling from previous commit.
2019-07-24 Carl HetheringtonOptimise the feel of some GUI functions by doing the...
2019-06-03 Carl HetheringtonFix system information on vsync.
2019-05-13 Carl HetheringtonBuild fixes related to simple/GL view.
2019-05-12 Carl HetheringtonRestore paint-panel timing.
2019-05-10 Carl HetheringtonRemove storage of _frame in FilmViewer.
2019-05-10 Carl HetheringtonFix up SimpleVideoView.
2019-05-10 Carl Hetheringtonrefresh_panel -> refresh_view.
2019-05-10 Carl HetheringtonBasics of OpenGL viewer.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-10 Carl HetheringtonAdd some very basic timing of the player.
2019-02-06 Carl Hetheringtonswaroop: re-work background image logic. v2.13.113
2018-12-23 Carl Hetheringtonswaroop: various logging fixes.
2018-12-13 Carl Hetheringtonswaroop: partial rework of SPL management.
2018-11-22 Carl HetheringtonSeparate Controls into standard/swaroop.
2018-11-07 Carl Hetheringtonswaroop: new slightly-hacky way to make background... v2.13.67
2018-11-06 Carl HetheringtonFix bars at side/top/bottom of image in full-screen...
2018-09-27 Carl HetheringtonBasic watermark.
2018-09-27 Carl HetheringtonSet up new watermark config.
2018-09-27 Carl HetheringtonUntested watermarking.
2018-09-22 Carl HetheringtonAdd playback seek logging. v2.13.52
2018-09-21 Carl HetheringtonLog playback start and stop timecodes.
2018-09-14 Carl HetheringtonBasic and rather clumsy option to respect KDM validity...
2018-09-11 Carl HetheringtonMore tweaks.
2018-09-11 Carl HetheringtonMake a method private.
2018-09-11 Carl HetheringtonFilmViewer API tidying.
2018-09-11 Carl HetheringtonSeparate out management of controls.
2018-09-11 Carl HetheringtonFix play button behaviour.
2018-09-11 Carl HetheringtonFix build.
2018-09-11 Carl HetheringtonPartial split of film viewer.
2018-08-19 Carl HetheringtonSimilar pending/done for Film::Change.
2018-08-19 Carl HetheringtonReplace May/Done/NotDone signal sets with one signal...
2018-08-03 Carl HetheringtonTimestamp audio emissions from butler and hence discard...
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-23 Carl HetheringtonGet ccaps by asking the Player, rather than by listenin...
2018-07-22 Carl HetheringtonVery basic closed caption viewer.
2018-07-22 Carl HetheringtonOn reflection showing CCAPs over the main picture doesn...
2018-07-20 Carl HetheringtonUntested; allow viewing of subtitles or closed captions...
2018-06-29 Carl HetheringtonBasic jump to selected subtitle (#1200).
2018-03-23 Carl HetheringtonArrows to go forward/back one frame.
2018-03-23 Carl HetheringtonAdd space shortcut to start/stop playback (#1201).
2018-02-28 Carl HetheringtonFix crash if quick_refresh() fails.
2018-02-24 Carl HetheringtonSpeed some operations by re-using the last PlayerVideo...
2018-01-15 Carl HetheringtonTry to tidy up behaviour of seek during playback in...
2018-01-06 Carl HetheringtonRemove check on whether the last seek was accurate...
2018-01-02 Carl HetheringtonAdd rewind-to-zero button to film viewer.
2017-12-17 Carl HetheringtonDisplay decode resolution in the player.
2017-08-19 Carl HetheringtonMissing part of previous commit.
2017-08-14 Carl HetheringtonPrimitive dropped frame count in display.
2017-08-14 Carl HetheringtonDrop video frames if we running out of time.
next