Don't use --target-macos-arm64 any more, since it's not supported.
[dcpomatic.git] / src / wx / film_viewer.cc
2023-11-30 Carl HetheringtonSupport RtAudio >= 6.
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2023-02-21 Carl HetheringtonCatch more exceptions from RtAudio (#2453).
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-09-16 Carl HetheringtonFix black borders around the preview in some cases...
2022-05-26 Carl HetheringtonFix race between the Butler thread starting and audio...
2022-05-12 Carl HetheringtonFix build on Debian 9.
2022-04-30 Carl HetheringtonFix macOS build.
2022-04-28 Carl HetheringtonPrimitive auto-crop (#1477).
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-21 Carl HetheringtonTidying.
2022-04-07 Carl HetheringtonCleanup: remove unused parameter to PlayerVideo::force.
2021-11-28 Carl HetheringtonCatch exceptions from RtAudio::startStream() in all...
2021-11-20 Carl HetheringtonExtract dpi_scale_factor() to a function.
2021-11-14 Carl HetheringtonFix the build for older macOS.
2021-11-13 Carl HetheringtonAccount for DPI scale factors when calculating some... v2.15.173
2021-11-11 Carl HetheringtonRemove player activity logging. Fixes #2122.
2021-10-16 Carl HetheringtonAlways block waiting for audio when exporting. v2.15.169
2021-09-29 Carl HetheringtonOnly support GLVideoView when building with wxWidgets...
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonVarious alignment tidying/fixups.
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-09-27 Carl HetheringtonSetup Butler::_prepare_only_proxy on construction.
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-09-19 Carl HetheringtonRemove unused VideoContentProperty::SCALE and listen...
2021-08-16 Carl HetheringtonOnly warn about lots of frame drops in the player ...
2021-04-15 Carl HetheringtonHandle errors on startStream more nicely; might help...
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-04-03 Carl HetheringtonFix warning in previous.
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-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
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 HetheringtonGive Butler a weak_ptr<Film>
2020-11-30 Carl HetheringtonChange re{set,fresh}_metadata to take a film and a...
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
2020-11-08 Carl HetheringtonRemove references to / support for old RtError class...
2020-11-05 Carl HetheringtonFix video waveform view with GL backend.
2020-09-25 Carl HetheringtonUse the appropriate RtAudio exception (though I'm not...
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-08-29 Carl HetheringtonTry to fix crashes when things go wrong with getDeviceInfo. v2.15.99
2020-07-29 Carl HetheringtonRecover information about closed caption tracks when... v2.15.93
2020-07-28 Carl HetheringtonFix various problems with the closed caption viewer... v2.15.91
2020-06-04 Carl HetheringtonAdd defensive check.
2020-04-23 Carl HetheringtonAdd subtitle analysis so that the outline of all subtitles
2020-04-23 Carl HetheringtonNicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
2020-04-22 Carl HetheringtonFix complete failure of preview/playback introduced in v2.15.53
2020-04-15 Carl HetheringtonFix length of player output so it can be either the...
2020-04-14 Carl HetheringtonSeek to last frame if a request is made beyond the...
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 HetheringtonSome comments.
2020-01-08 Carl HetheringtonFix problems when starting to play after a seek, if...
2020-01-08 Carl HetheringtonSet up things correctly on initialisation.
2020-01-08 Carl HetheringtonAdd assert.
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 HetheringtonRemove FilmViewer::refresh_view.
2020-01-08 Carl HetheringtonMove _state_timer into VideoView.
2020-01-08 Carl HetheringtonMove _dropped into VideoView.
2020-01-08 Carl HetheringtonSmall re-use cleanup.
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 HetheringtonHack around changes in main branch with respect to...
2020-01-08 Carl HetheringtonAdd FilmViewer::time_until_next_frame.
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 temporary access to timer() method.
2020-01-08 Carl HetheringtonMove ::timer into SimpleVideoView.
2019-12-19 Carl HetheringtonAdd an output audio matrix (#1482).
2019-12-10 Carl HetheringtonFix crash on hotkey-opening the menu then pressing...
2019-11-05 Carl HetheringtonDifferentiate between stop and suspend in player.
2019-11-05 Carl HetheringtonDon't request idle get if we are starting playback...
2019-07-25 Carl HetheringtonAdd assert.
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-05-31 Carl HetheringtonFix slightly unbelievable out-of-bounds array access...
2019-05-21 Carl HetheringtonGive an error if 2D content is set to 3D (#1565). ...
2019-05-13 Carl HetheringtonBuild fixes related to simple/GL view.
2019-05-10 Carl HetheringtonRemove believed-unnecessary multiple-of-4 image size...
2019-05-10 Carl HetheringtonColour in 'masking' in GL mode.
2019-05-10 Carl HetheringtonFix update on drag with GL canvas.
2019-05-10 Carl HetheringtonRemove storage of _frame in FilmViewer.
next