summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
AgeCommit message (Collapse)Author
2018-02-28Fix crash if quick_refresh() fails.Carl Hetherington
2018-02-24Speed some operations by re-using the last PlayerVideo but withCarl Hetherington
updated metadata (where possible). Helps with #1194.
2018-01-15Try to tidy up behaviour of seek during playback in the preview;Carl Hetherington
before play would continue during the drag which made it feel nasty. Now play stops during the drag (at least on Linux...)
2018-01-06Remove check on whether the last seek was accurate when re-gettingCarl Hetherington
a frame. This breaks things like changing crop after slidering to a new position; at this point we don't care that the last seek was inaccurate: the new one should be so that the frame stays the same.
2018-01-02Add rewind-to-zero button to film viewer.Carl Hetherington
2017-12-17Display decode resolution in the player.Carl Hetherington
2017-08-19Missing part of previous commit.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-14Add DCP size and length to player.Carl Hetherington
2017-08-14Initial and not-working information panel in player.Carl Hetherington
2017-08-14Stub player.Carl Hetherington
2017-07-26Fix seek during slider drag.Carl Hetherington
2017-04-19Take audio device latency into account.Carl Hetherington
2017-04-19First bits of audio support.Carl Hetherington
2017-04-19Initial butler work.Carl Hetherington
2017-04-19Tweak class declaration.Carl Hetherington
2017-04-19Attempt to tidy up internal APIs slightly.Carl Hetherington
2017-04-19Various bits; preview video seems to work.Carl Hetherington
2017-04-19Basic grunt-work, untested and unfinished, but it compiles.Carl Hetherington
2017-04-07Make jump-to-content-start on selection in the content list optional.Carl Hetherington
This behaviour is annoying in some cases, e.g. trying to move separate subtitle files around when looking at a particular time in the preview.
2017-01-04Fix non-frame-aligned trims when using trim-to-playhead.Carl Hetherington
Reimplement Time::ceil and add a corresponding Time::floor with tests. ceil returns slightly different results to previously with non-integer frame rates. Then use floor to round the playhead position when trimming.
2016-07-01Add frame number dialog on frame position click.Carl Hetherington
2016-07-01Add go-to-position dialogue when clicking on preview timecode.Carl Hetherington
2016-06-30Make nudge buttons nudge further with modifiers (shift/control/shift+control).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-04-11Add option to preview left or right eye (#809).Carl Hetherington
2015-11-10Try harder to keep the playhead at the same *content* frame afterCarl Hetherington
trim (#737).
2015-11-09Keep current frame visible when trimming start. Don't trim the currentCarl Hetherington
frame with "trim after current position" (#737).
2015-09-14Add option to analyse audio automatically when content is added (#673).Carl Hetherington
2015-08-25Add video waveform viewer.Carl Hetherington
2015-06-14Fix messed up position slider caused by trim changes.Carl Hetherington
2015-06-14Add buttons to set trim from current playhead position (#372).Carl Hetherington
2014-08-25Merge master.Carl Hetherington
2014-08-25Tidy up Frame / App classes, reducing use of static variables.Carl Hetherington
2014-07-23Disable player controls when there is no content.Carl Hetherington
2014-07-22Option to draw a border around the content's image (#391).Carl Hetherington
2014-07-01DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo.Carl Hetherington
2014-06-20Fix erroneous skip when changing things and re-getting the current frame.Carl Hetherington
2014-05-20Merge master.Carl Hetherington
2014-05-14Move Eyes and ColourConversion into PlayerVideoFrame.Carl Hetherington
2014-05-14Rename PlayerImage to PlayerVideoFrame and give it its own file.Carl Hetherington
2014-04-01Various small fixes.Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-12-04Suspend scale / crop / window / subtitle overlay until we decide that a ↵Carl Hetherington
frame is going to be used.
2013-10-22Hacks.Carl Hetherington
2013-07-26Remove old Connect() wxWidgets API and use Bind().Carl Hetherington