summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
AgeCommit message (Expand)Author
2025-10-10Keep screen awake while playing on Windows (#3095).Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-06-17Pass Ratio around as an object rather than a pointer.Carl Hetherington
2025-05-26Remove functors for choosing pixel format output from make_image().Carl Hetherington
2025-05-11Use case for property checks now that it's possible.Carl Hetherington
2025-04-16White space: film_viewer.{cc,h}Carl Hetherington
2025-04-13Don't bind a shared_ptr<PlayerVideo> to ImageChanged (#3013).Carl Hetherington
2025-04-03Fix error when pressing the HTTP server play button twice in a row.Carl Hetherington
2025-03-19Seek the player before creating a new butler.Carl Hetherington
2025-01-20Pass tolerant flag into Player.Carl Hetherington
2024-08-03Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-07-27Fix build with RtAudio 6.Carl Hetherington
2024-07-26Merge branch 'main' into v2.17.xCarl Hetherington
2024-07-26Add AudioBackend::start_stream().Carl Hetherington
2024-07-26Add AudioBackend::abort_stream_if_running().Carl Hetherington
2024-07-26Stop instantiating RtAudio all over the placeCarl Hetherington
2024-06-23Move some stuff into FilmViewer::dcp().Carl Hetherington
2024-06-06Support optimised rendering of YUV420P in OpenGL.Carl Hetherington
2023-11-30Support RtAudio >= 6.Carl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2023-02-21Catch more exceptions from RtAudio (#2453).Carl Hetherington
2022-10-26Fix player being destroyed while the butler is still using it.Carl Hetherington
2022-10-17Remove some more unnecessary use of shared_ptr.Carl Hetherington
2022-09-16Fix black borders around the preview in some cases (#2331).Carl Hetherington
2022-05-26Fix race between the Butler thread starting and audio (perhaps) being disabled.Carl Hetherington
2022-05-12Fix build on Debian 9.Carl Hetherington
2022-04-30Fix macOS build.Carl Hetherington
2022-04-29Primitive auto-crop (#1477).Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2022-04-07Cleanup: remove unused parameter to PlayerVideo::force.Carl Hetherington
2021-11-28Catch exceptions from RtAudio::startStream() in all cases.Carl Hetherington
2021-11-20Extract dpi_scale_factor() to a function.Carl Hetherington
2021-11-14Fix the build for older macOS.Carl Hetherington
2021-11-14Account for DPI scale factors when calculating some sizes (#2118).v2.15.173Carl Hetherington
2021-11-11Remove player activity logging. Fixes #2122.Carl Hetherington
2021-10-16Always block waiting for audio when exporting.v2.15.169Carl Hetherington
2021-09-30Only support GLVideoView when building with wxWidgets >= 3.1.0.Carl Hetherington
2021-09-27Various alignment tidying/fixups.Carl Hetherington
2021-09-27Replace aligned bool with enum Alignment.Carl Hetherington
2021-09-27Various alignment adjustments.Carl Hetherington
2021-09-27Setup Butler::_prepare_only_proxy on construction.Carl Hetherington
2021-09-27When the player is used in OpenGL mode, pass unscaled XYZ data through to the...Carl Hetherington
2021-09-27Tidy ownership/lifetime of GLVideoView to fix crashes on close.Carl Hetherington
2021-09-27Remove unnecessary _out_size; it looks like we can just use the image size.Carl Hetherington
2021-09-19Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} i...Carl Hetherington
2021-08-17Only warn about lots of frame drops in the player (#2069).Carl Hetherington
2021-04-15Handle errors on startStream more nicely; might help with #1825.Carl Hetherington
2021-04-08Assorted C++11/formatting cleanups.Carl Hetherington