summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
AgeCommit message (Expand)Author
2018-08-05Get closed caption view data from the butler, rather than the player.Carl Hetherington
2018-08-04Timestamp audio emissions from butler and hence discard very lateCarl Hetherington
2018-08-02A variety of changes to improve (but not entirely fix) behaviourCarl Hetherington
2018-07-26Protect the public API of Player with a mutex, sinceCarl Hetherington
2018-07-23Tidy up after mass rename.Carl Hetherington
2018-07-23Get ccaps by asking the Player, rather than by listening to its emissions,Carl Hetherington
2018-07-23Very basic closed caption viewer.Carl Hetherington
2018-07-22No-op: white space.Carl Hetherington
2018-07-22On reflection showing CCAPs over the main picture doesn't make much sense.Carl Hetherington
2018-07-20Untested; allow viewing of subtitles or closed captions in the preview.Carl Hetherington
2018-07-07Fix (odd) crash.Carl Hetherington
2018-06-29Basic jump to selected subtitle (#1200).Carl Hetherington
2018-06-10Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).v2.13.29Carl Hetherington
2018-04-18Use round() when moving the slider - try to make it the same as trim so that ...v2.13.15Carl Hetherington
2018-04-05Speculative fix for crash on startup with no audio devices (#1265).v2.13.11Carl Hetherington
2018-03-23Arrows to go forward/back one frame.Carl Hetherington
2018-03-23Fix crash on pressing space with no loaded film.Carl Hetherington
2018-03-18Fix corrupted image (and probably crashes) when changing the player'sCarl Hetherington
2018-02-28Fix crash if quick_refresh() fails.Carl Hetherington
2018-02-24Speed some operations by re-using the last PlayerVideo but withCarl Hetherington
2018-02-09Fix one cause of assertion failures in audio_buffers (#1193).Carl Hetherington
2018-01-15Try to tidy up behaviour of seek during playback in the preview;Carl Hetherington
2018-01-14Fix play button state on seeking.Carl Hetherington
2018-01-14Comment typo.Carl Hetherington
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2018-01-06Remove check on whether the last seek was accurate when re-gettingCarl Hetherington
2018-01-02Add rewind-to-zero button to film viewer.Carl Hetherington
2017-12-17Add Close option to player.Carl Hetherington
2017-12-17Display decode resolution in the player.Carl Hetherington
2017-12-13Speculative fixes for hangs when audio stream cannot be opened.Carl Hetherington
2017-10-10Fix disappearing frames while seeking in some cases.Carl Hetherington
2017-08-19Fix crash when setting player decode resolution with no loaded DCP (#1115).Carl Hetherington
2017-08-16Fix erroneous overlaid controls in the player.Carl Hetherington
2017-08-15Give player its own configuration dialogue.Carl Hetherington
2017-08-14Primitive dropped frame count in display.Carl Hetherington
2017-08-14Drop video frames if we running out of time.Carl Hetherington
2017-08-14Basics of forced reduction of JPEG2000 decode resolution.Carl Hetherington
2017-08-14Stub player.Carl Hetherington
2017-08-14Remove Film dependency from Butler.Carl Hetherington
2017-07-26Fix seek during slider drag.Carl Hetherington
2017-07-26Fix slider position updates post seek (#1085).Carl Hetherington
2017-05-03Nicer fix for previous.Carl Hetherington
2017-05-03Another call to wxTimer::Start() with 0 delay, which fails on OS X.Carl Hetherington
2017-05-02Timer period must apparently be > 0 (on OS X at least).Carl Hetherington
2017-04-21Throw exceptions raised while waiting for the butler to deliver video.Carl Hetherington
2017-04-19Config option to disable preview audio.Carl Hetherington
2017-04-19Various fixes to seeking with audio.Carl Hetherington
2017-04-19Turn off play button on stop.Carl Hetherington
2017-04-19Take audio device latency into account.Carl Hetherington
2017-04-19Fix video timing and stop the viewer at the end of the film.Carl Hetherington