summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
AgeCommit message (Expand)Author
2014-02-09Fix 1 crash on low memory.Carl Hetherington
2013-12-04Suspend scale / crop / window / subtitle overlay until we decide that a frame...Carl Hetherington
2013-12-04Do lots of the player processing with less copying.Carl Hetherington
2013-11-22Merge still/moving image classes.Carl Hetherington
2013-10-24Merge 1.0.Carl Hetherington
2013-10-22Allow films to be loaded when content is missing.Carl Hetherington
2013-10-22Hacks.Carl Hetherington
2013-10-17Fix initial display of a new piece of content.Carl Hetherington
2013-10-16Optimise the fetch-same-frame case a bit (#196).Carl Hetherington
2013-10-15Allow no-stretch scaling of video content.Carl Hetherington
2013-08-18Fix connection to player.Carl Hetherington
2013-08-08Prevent frame back before time 0.Carl Hetherington
2013-07-26Remove old Connect() wxWidgets API and use Bind().Carl Hetherington
2013-07-23Remove some dcp prefixes; better logging of content on DCP creation.Carl Hetherington
2013-07-22Basics of front-end 3D (as far as viewer, at least).Carl Hetherington
2013-07-20Reset player a bit better on new film (#182).Carl Hetherington
2013-07-19Spacing tweaks; rename ImageMagick -> StillImage.Carl Hetherington
2013-07-19Remove old looping method.Carl Hetherington
2013-07-19Basics of making loop do something.Carl Hetherington
2013-07-18Split test compile up into individual files.Carl Hetherington
2013-07-16Rename Film::player to reflect the fact that it creates a new Player on each ...Carl Hetherington
2013-07-16Prevent viewer updates on timeline drag (#175).Carl Hetherington
2013-07-14Fix glitchness at the start by not seeking to -ve times.Carl Hetherington
2013-07-13More attempts to nail down seek.Carl Hetherington
2013-07-13Make viewer cope with multiple video frames being emitted on a single pass.Carl Hetherington
2013-07-13Another attempt to fix back / same-frame seeks.Carl Hetherington
2013-07-12Try to improve refetching of last frame and seek backwards.Carl Hetherington
2013-07-12Remove unused RGBPlusAlphaImage; merge Image/SimpleImage.Carl Hetherington
2013-07-11Remove wx2.8 compatibility stuff.Carl Hetherington
2013-07-10Clear viewer when doing File -> New.Carl Hetherington
2013-07-10Add SubtitleContent.Carl Hetherington
2013-07-10Fix initial display to be frame 1, not 2.Carl Hetherington
2013-07-09Fix fetch_current_frame_again().Carl Hetherington
2013-07-09Fix initial display of frame.Carl Hetherington
2013-07-09Hopefully fix seek back/forward.Carl Hetherington
2013-07-09Various fixes; simplification of FilmViewer; make image appear on first load ...Carl Hetherington
2013-06-26Another try at sorting out the thorny question of timing.Carl Hetherington
2013-06-16Fix crash on creating new film. Fix setup of ratio selector.Carl Hetherington
2013-06-16Fix subtitle controls in the viewer.Carl Hetherington
2013-06-16Fix mangled initial viewer frame.Carl Hetherington
2013-06-16Some work on cropping in the film viewer; also prevent player from always sca...Carl Hetherington
2013-06-15Seek back to same place when something changes.Carl Hetherington
2013-06-02Merge master.Carl Hetherington
2013-05-31Various stuff; mostly change to decoder scaling and adding subtitle; scaling ...Carl Hetherington
2013-05-30Count frame number from 1. Move panel refresh to after getting the new frame...Carl Hetherington
2013-05-30Prevent extra frame skip on setting up new video (#147).Carl Hetherington
2013-05-29Add magic lines to put the DVD-o-matic window at the front on OS X so that it...Carl Hetherington
2013-05-29Build fixes for OS X.Carl Hetherington
2013-05-27Support for keeping video in sequence when changing lengths; tie selection in...Carl Hetherington
2013-05-25Merge master and multifarious hackery.Carl Hetherington