More fixes for wxWidgets 3.1.x.
[dcpomatic.git] / src / tools / dcpomatic_player.cc
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.
2018-09-27 Carl HetheringtonBasic SPL support.
2018-09-27 Carl HetheringtonMissing #ifdef for swaroop variant.
2018-09-26 Carl HetheringtonSupport download of KDMs from a web service in swaroop... v2.13.56
2018-09-25 Carl HetheringtonFix log display and auto-load KDMs from the configured... v2.13.55
2018-09-24 Carl HetheringtonAdd very basic logging in the dual-screen player.
2018-09-24 Carl HetheringtonMore Controls API tweaks.
2018-09-24 Carl HetheringtonSimplify Controls API slightly.
2018-09-24 Carl HetheringtonAdd swaroop-profile start/stop/pause buttons.
2018-09-24 Carl HetheringtonFix up DCP list in player.
2018-09-22 Carl HetheringtonAdd playback seek logging. v2.13.52
2018-09-21 Carl HetheringtonLog playback start and stop timecodes.
2018-09-21 Carl HetheringtonAdd swaroop variant and use it to remove the screen...
2018-09-19 Carl HetheringtonRemove unnecessary controls.
2018-09-18 Carl HetheringtonProbably-better approach to dual-screen; reparent the...
2018-09-18 Carl HetheringtonConfigurable window arrangement in player dual-screen...
2018-09-18 Carl HetheringtonVertically-centre playback.
2018-09-17 Carl HetheringtonAdd some separators.
2018-09-17 Carl HetheringtonClose player on closing dual-screen controls.
2018-09-14 Carl HetheringtonVery basic player logging. v2.13.49
2018-09-14 Carl HetheringtonPut player on 2nd monitor for now.
2018-09-14 Carl HetheringtonHackily update cinema player dialog when things change.
2018-09-14 Carl HetheringtonBasic and rather clumsy option to respect KDM validity...
2018-09-14 Carl HetheringtonAllow configurable start mode for player.
2018-09-14 Carl HetheringtonBasic dual-screen mode for player.
2018-09-11 Carl HetheringtonFull-screen mode for player.
2018-09-11 Carl HetheringtonFilmViewer API tidying.
2018-09-11 Carl HetheringtonRename control_film_viewer file.
2018-09-11 Carl HetheringtonSeparate out management of controls.
2018-09-11 Carl HetheringtonPartial split of film viewer.
2018-08-13 Carl HetheringtonSelect CPL by name in the player (#1357).
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-23 Carl HetheringtonGet ccaps by asking the Player, rather than by listenin...
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-19 Carl HetheringtonClean up after previous commit.
next