Fix some spelling mistakes (mostly in comments).
[dcpomatic.git] / src / tools / dcpomatic_player.cc
2022-09-14 Carl HetheringtonFix some spelling mistakes (mostly in comments).
2022-09-01 Carl HetheringtonFix "escape" from dual screen mode, on Linux at least... v2.16.23
2022-05-01 Carl HetheringtonReplace some raw arrays with std::vectors.
2022-04-28 Carl HetheringtonAdd option to save a player frame to a file (#2133).
2022-04-28 Carl HetheringtonMove Image::as_png() out to image_as_png().
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-20 Carl HetheringtonRemove DCP class and replace its functionality with...
2022-04-20 Carl HetheringtonTidying.
2022-04-09 Carl HetheringtonAdd some missing override labels.
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 HetheringtonC++11 tidying.
2021-09-21 Carl HetheringtonFix incorrect display of Unicode literal on Windows.
2021-08-16 Carl HetheringtonOnly warn about lots of frame drops in the player ...
2021-05-23 Carl HetheringtonDon't react so strongly to failure to bind the play...
2021-04-22 Carl HetheringtonClose down the FilmViewer before its GUI elements get...
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-04-04 Carl HetheringtonFix confusing error on trying to load a DoM project...
2021-02-17 Carl HetheringtonAssorted C++11 tidying.
2021-02-15 Carl HetheringtonCoalesce player changes around KDM loading.
2021-02-09 Carl HetheringtonCoalesce player changes around CPL change. v2.15.127
2021-02-04 Carl HetheringtonFix no subtitles/captions in the player after changing...
2021-02-04 Carl HetheringtonSome C++11 stuff.
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-20 Carl HetheringtonBump libdcp for better verification, and make API adjus...
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-10 Carl HetheringtonFix lots of macOS warnings by using a different boost...
2020-11-29 Carl HetheringtonBetter progress reporting during DCP validation (#1812). v2.15.108
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-10-17 Carl HetheringtonFix failure to update player information when changing...
2020-09-13 Carl HetheringtonMore fixes for wxWidgets 3.1.x.
2020-09-11 Carl HetheringtonFixes for building with newer wxWidgets.
2020-08-03 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-08-02 Carl HetheringtonDon't terminate if a non-DCP directory is given to...
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-05-20 Carl HetheringtonRename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
2020-04-14 Carl HetheringtonAdd some new keyboard shortcuts for moving around on...
2020-04-14 Carl HetheringtonDCPReadError -> ReadError in libdcp.
2020-03-15 Carl HetheringtonMove stress testing code into a separate class and...
2020-03-15 Carl HetheringtonFix player stress testing with expanded controls.
2020-03-15 Carl HetheringtonComments.
2020-02-29 Carl HetheringtonSupport playlists in the player in dual-screen mode. v2.15.45
2020-02-29 Carl HetheringtonVarious playlist editor developments and fixes.
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonBasic stress-test function for player.
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2019-10-25 Carl HetheringtonPrevent player folding audio to 2 channel if "default...
2019-09-27 Carl HetheringtonFix duplicate shortcut in menu.
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-08-27 Carl HetheringtonSlightly better errors when the player fails to load...
2019-06-09 Carl Hetheringtonswaroop: support validity periods in ecinema KDMs.
2019-06-03 Carl HetheringtonMore system information to tools and add it to the... v2.15.6
2019-05-13 Carl Hetheringtonswaroop: basics of encrypted MP4 playback.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-10 Carl HetheringtonAdd some very basic timing of the player.
2019-03-25 Carl HetheringtonFix crash on pressing spacebar in the player with no...
2019-02-19 Carl HetheringtonDon't display non-existant items in the history.
2019-02-19 Carl HetheringtonFix crash when loading a non-existant DCP from history...
2019-02-17 Carl HetheringtonMore player debugging for butler video-full states. v2.13.121
2019-02-15 Carl HetheringtonAdd support for player logging. v2.13.119
2018-12-23 Carl Hetheringtonswaroop: various logging fixes.
2018-12-23 Carl HetheringtonFix thinko in previous.
2018-12-23 Carl HetheringtonSplash screen patch for player.
2018-12-23 Carl Hetheringtonswaroop: don't save history.
2018-12-21 Carl Hetheringtonswaroop: check for KDMs when selecting playlist.
2018-12-18 Carl HetheringtonMake --config player option, er, optional.
2018-12-14 Carl HetheringtonAdd option to override config location in player. v2.13.86
2018-12-14 Carl Hetheringtonswaroop: fix up restart-after-crash. v2.13.84
2018-12-11 Carl HetheringtonFix crash when using the player with automatic audio...
2018-11-22 Carl HetheringtonRemove some debug.
2018-11-22 Carl HetheringtonSeparate Controls into standard/swaroop.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-11-13 Carl Hetheringtonswaroop: only allow playback if configured lock file... v2.13.72
2018-11-07 Carl HetheringtonFix crash when using playback logging.
2018-11-07 Carl HetheringtonFix reading KDM from the configured store.
2018-11-06 Carl HetheringtonFix bars at side/top/bottom of image in full-screen...
2018-11-06 Carl HetheringtonFix File->Open in player.
2018-11-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-10-31 Carl HetheringtonTweak message.
2018-10-25 Carl HetheringtonBasics of MP4 support in the player.
2018-10-25 Carl HetheringtonUse Film/Playlist for SPL management rather than specia...
2018-10-20 Carl HetheringtonDon't set up new film several times when setting up...
2018-10-16 Carl HetheringtonBetter error when trying to load a DCP from a non-DCP...
2018-10-10 Carl HetheringtonFix non-variant build.
2018-10-09 Carl Hetheringtonswaroop: restart playback after player crash.
2018-10-09 Carl HetheringtonAdd SPL class.
2018-10-09 Carl HetheringtonQuell config-save warning when we're only trying to...
2018-10-09 Carl Hetheringtonswaroop: go to black on stop in player.
2018-10-09 Carl Hetheringtonswaroop: required monitors checks.
2018-09-28 Carl HetheringtonCatch exception from file_size. v2.13.57
2018-09-28 Carl HetheringtonAdd info (time/type) to CPL/SPL lists.
2018-09-27 Carl HetheringtonFix non-variant build (#1373).
2018-09-27 Carl HetheringtonDisable preferences menu if the config can't be written.
next