Fix length of player output so it can be either the film's length or playlist's lengt...
[dcpomatic.git] / src / wx /
2020-04-15 Carl HetheringtonFix length of player output so it can be either the...
2020-04-14 Carl HetheringtonTry to improve spacing in Keys tab of prefs on macOS...
2020-04-14 Carl HetheringtonFix glitchy timeline slider if its update timer goes...
2020-04-14 Carl HetheringtonSeek to last frame if a request is made beyond the...
2020-04-14 Carl HetheringtonFix Empty/Player behaviour when using a playlist that...
2020-04-14 Carl HetheringtonIgnore and report failures to decode frames during...
2020-04-14 Carl HetheringtonDCPReadError -> ReadError in libdcp.
2020-04-13 Carl Hetheringtonpot/merge.
2020-04-12 Carl HetheringtonSupport unmounting on macOS and Windows. v2.15.51
2020-04-12 Carl HetheringtonTidy up nanomsg class API; add unmounting for Linux.
2020-04-06 Carl HetheringtonAdd disk writer tool.
2020-03-19 Carl HetheringtonMissing texts for some new verification failures.
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-03 Carl HetheringtonFix crash in verification due to mismatched wxString... v2.15.47
2020-03-01 Carl HetheringtonRemove unused LOG_DEBUG_DECODE and re-use it to add... v2.15.46
2020-03-01 Carl HetheringtonMissing patron.
2020-02-29 Carl HetheringtonSupport playlists in the player in dual-screen mode. v2.15.45
2020-02-29 Carl HetheringtonAdd 'proper' config dialog for the playlist editor.
2020-02-29 Carl HetheringtonFix title of player configuration dialogue.
2020-02-29 Carl HetheringtonMove swaroop playlist editor stuff into its own swaroop_
2020-02-29 Carl HetheringtonAllow changing colour conversion settings for multiple...
2020-02-28 Carl HetheringtonFix incorrect results when applying some timing operati...
2020-02-27 Carl HetheringtonAllow > 0dB gain per channel in the audio matrix (... v2.15.44
2020-02-27 Carl HetheringtonUse bound arguments to lose some methods.
2020-02-27 Carl HetheringtonAdd and use dB/linear conversion functions.
2020-02-19 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-02-19 Carl HetheringtonIt may not be allowed to request a zero timeout on...
2020-02-06 Carl HetheringtonFix crash.
2020-01-30 Carl HetheringtonVarious thread cleanups.
2020-01-25 Carl HetheringtonWarn if doing a gain calculation might cause clipping.
2020-01-25 Carl HetheringtonApply fader-based gain calculations to the current...
2020-01-17 Carl HetheringtonAdd patron.
2020-01-14 Carl HetheringtonStop invalid dates causing boost::posix_time to raise...
2020-01-12 Carl Hetheringtonswaroop variant build fix.
2020-01-10 Carl HetheringtonDon't truncate active_video_frame_rate to an int otherw... v2.15.41
2020-01-10 Carl HetheringtonFix deadlock.
2020-01-09 Carl HetheringtonUpdate text panel 'why not' note when film's standard...
2020-01-09 Carl HetheringtonMake the 'why not' messages for VF a bit clearer.
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 HetheringtonSome simple-video-view tidy-ups.
2020-01-08 Carl HetheringtonFix problems when starting to play after a seek, if...
2020-01-08 Carl HetheringtonUse glTexSubImage2D when possible, as suggested by...
2020-01-08 Carl HetheringtonBasic stress-test function for player.
2020-01-08 Carl HetheringtonDon't busy-wait when there's nothing to play.
2020-01-08 Carl HetheringtonSet up things correctly on initialisation.
2020-01-08 Carl HetheringtonFix event handling (hopefully).
2020-01-08 Carl HetheringtonAdd assert.
2020-01-08 Carl HetheringtonCheck that get_next_frame succeeds.
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 HetheringtonAccessor for ClosedCaptionsDialog.
2020-01-08 Carl HetheringtonSame thing with inter_size.
2020-01-08 Carl HetheringtonMove _inter_position out of FilmViewer.
2020-01-08 Carl HetheringtonMove _dropped into VideoView.
2020-01-08 Carl HetheringtonSmall re-use cleanup.
2020-01-08 Carl HetheringtonImplement GLView::update.
2020-01-08 Carl HetheringtonDon't try opening error dialogues from the GL thread.
2020-01-08 Carl HetheringtonFix display when there is no film.
2020-01-08 Carl HetheringtonAdd comment.
2020-01-08 Carl HetheringtonStart thread when the window will have been created...
2020-01-08 Carl HetheringtonUse VideoView::one_video_frame.
2020-01-08 Carl HetheringtonNicer protection of _player_video. Always run GL threa...
2020-01-08 Carl HetheringtonRemove GL context accessor and hence lock.
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 HetheringtonBarely-functioning GL playback with new arrangement.
2020-01-08 Carl HetheringtonAdd FIXME.
2020-01-08 Carl HetheringtonAdd FilmViewer::time_until_next_frame.
2020-01-08 Carl HetheringtonAdd accessor for butler.
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 HetheringtonRemove redundant FilmViewer::video_position() and use...
2020-01-08 Carl HetheringtonUse FilmViewer::{film,playing,position}()
2020-01-08 Carl HetheringtonMove ::timer into SimpleVideoView.
2020-01-07 Carl HetheringtonFix typo causing failures to update the preview after...
2020-01-06 Carl HetheringtonMove credentials settings into certificate download...
2020-01-05 Carl HetheringtonHappy new year.
2020-01-03 Carl HetheringtonFix failure to save screen notes when making a new...
2019-12-23 Carl HetheringtonTweak certficate chain dialogue layout (#1530).
2019-12-19 Carl HetheringtonAdd an output audio matrix (#1482).
2019-12-19 Carl HetheringtonMove sound output driver selection into new preferences...
2019-12-18 Carl HetheringtonAccept float fps when getting timecodes from the Timeco...
2019-12-17 Carl HetheringtonAllow configuration of relevant log levels in the playe...
2019-12-14 Carl HetheringtonSupport content version metadata (#782).
2019-12-14 Carl HetheringtonAdd some missing verification messages.
2019-12-10 Carl HetheringtonFix crash on hotkey-opening the menu then pressing...
2019-12-01 Carl HetheringtonNice error when a KDM cannot be made because its validi...
2019-11-30 Carl HetheringtonTry to improve the checking for overwrite of export...
2019-11-20 Carl HetheringtonPut the timecode next to the rewind-to-0 button to... v2.15.36
next