| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-02 | Replace some raw arrays with std::vectors. | Carl Hetherington | |
| 2022-04-29 | Add option to save a player frame to a file (#2133). | Carl Hetherington | |
| 2022-04-29 | Move Image::as_png() out to image_as_png(). | 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-20 | Remove DCP class and replace its functionality with a plain method in libdcp. | Carl Hetherington | |
| 2022-04-20 | Tidying. | Carl Hetherington | |
| 2022-04-09 | Add some missing override labels. | Carl Hetherington | |
| 2021-11-11 | Remove player activity logging. Fixes #2122. | Carl Hetherington | |
| If I remember right this was for swaroop and I suspect nobody else is really interested. | |||
| 2021-09-27 | When the player is used in OpenGL mode, pass unscaled XYZ data through to ↵ | Carl Hetherington | |
| the shader and do colourspace conversion there. | |||
| 2021-09-27 | C++11 tidying. | Carl Hetherington | |
| 2021-09-21 | Fix incorrect display of Unicode literal on Windows. | Carl Hetherington | |
| 2021-08-17 | Only warn about lots of frame drops in the player (#2069). | Carl Hetherington | |
| 2021-05-23 | Don't react so strongly to failure to bind the play server socket when ↵ | Carl Hetherington | |
| starting a second player. | |||
| 2021-04-23 | Close down the FilmViewer before its GUI elements get destroyed (#1982). | Carl Hetherington | |
| Otherwise this happens when we're already in the middle of destroying the UI. | |||
| 2021-04-08 | Assorted C++11/formatting cleanups. | Carl Hetherington | |
| 2021-04-05 | Fix confusing error on trying to load a DoM project into the player (#1948). | Carl Hetherington | |
| 2021-02-17 | Assorted C++11 tidying. | Carl Hetherington | |
| 2021-02-15 | Coalesce player changes around KDM loading. | Carl Hetherington | |
| A similar fix for KDM changes as 7d33aff2d5e81185f3361e28c84e3f9858464ef1 was for CPL changes. | |||
| 2021-02-09 | Coalesce player changes around CPL change.v2.15.127 | Carl Hetherington | |
| If multiple player changes happen, causing the player to be suspended, there are problems if one of those changes causes a FilmViewer:seek. In there, we wait for the seek to finish, but it will never finish because of the suspension. Hence it's important that we only trigger the seek once the suspension is over. Fixes #1905. | |||
| 2021-02-04 | Fix no subtitles/captions in the player after changing the CPL. | Carl Hetherington | |
| 2021-02-04 | Some C++11 stuff. | Carl Hetherington | |
| 2021-01-31 | Use enum class for Film::Property. | Carl Hetherington | |
| 2021-01-31 | More enum class additions. | Carl Hetherington | |
| 2021-01-20 | Bump libdcp for better verification, and make API adjustments. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-12-11 | Fix lots of macOS warnings by using a different boost/bind include. | Carl Hetherington | |
| 2020-11-29 | Better progress reporting during DCP validation (#1812).v2.15.108 | Carl Hetherington | |
| 2020-11-23 | Remove swaroop variant. | Carl Hetherington | |
| 2020-10-21 | macOS / new boost build fixes.v2.15.104 | Carl Hetherington | |
| 2020-10-17 | Fix failure to update player information when changing CPLs. | Carl Hetherington | |
| 2020-09-13 | More fixes for wxWidgets 3.1.x. | Carl Hetherington | |
| 2020-09-11 | Fixes for building with newer wxWidgets. | Carl Hetherington | |
| 2020-08-02 | Don't terminate if a non-DCP directory is given to Open. | Carl Hetherington | |
| 2020-07-26 | Various OSX warnings fixes. | Carl Hetherington | |
| 2020-05-20 | Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW. | Carl Hetherington | |
| 2020-04-15 | Add some new keyboard shortcuts for moving around on the timeline: | Carl Hetherington | |
| Shift+Arrows: 1 minute Ctrl+Arrows: 10 minutes Ctrl+Shift+Arrows: 1 hour Home: start End: end | |||
| 2020-04-14 | DCPReadError -> ReadError in libdcp. | Carl Hetherington | |
| 2020-03-16 | Move stress testing code into a separate class and always build it. | Carl Hetherington | |
| Fix stress script generation to always reload a DCP rather than expecting it to be available after it has finished playback. | |||
| 2020-03-15 | Fix player stress testing with expanded controls. | Carl Hetherington | |
| Also correctly wait with a stress test until the DCP open has completely finished. | |||
| 2020-03-15 | Comments. | Carl Hetherington | |
| 2020-03-01 | Support playlists in the player in dual-screen mode.v2.15.45 | Carl Hetherington | |
| 2020-02-29 | Various playlist editor developments and fixes. | Carl Hetherington | |
| 2020-01-08 | Basic stress-test function for player. | Carl Hetherington | |
| 2020-01-08 | Barely-functioning GL playback with new arrangement. | Carl Hetherington | |
| 2019-10-26 | Prevent player folding audio to 2 channel if "default DCP audio channels" is ↵ | Carl Hetherington | |
| set to 2. | |||
| 2019-09-27 | Fix duplicate shortcut in menu. | Carl Hetherington | |
| 2019-08-30 | Make player more tolerant of some DCP errors. | Carl Hetherington | |
| 2019-08-27 | Slightly better errors when the player fails to load a DCP. | Carl Hetherington | |
