summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
AgeCommit message (Collapse)Author
2013-06-16Some work on cropping in the film viewer; also prevent player from always ↵Carl Hetherington
scaling up to DCP resolution.
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
test.
2013-05-30Count frame number from 1. Move panel refresh to after getting the new ↵Carl Hetherington
frame on a timer event; this means that the view is refreshed after stop (and so displays the right frame).
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 ↵Carl Hetherington
it gets a menu bar. Put our Rect in a namespace to hide from Carbon's version.
2013-05-29Build fixes for OS X.Carl Hetherington
2013-05-27Support for keeping video in sequence when changing lengths; tie selection ↵Carl Hetherington
in timeline with that in the editor.
2013-05-25Merge master and multifarious hackery.Carl Hetherington
2013-05-24Tweak main window layout. Fix crash on play with no content.Carl Hetherington
2013-05-24A few seeking fixes.Carl Hetherington
2013-05-23Various bits and pieces.Carl Hetherington
2013-05-23Various more hacks.Carl Hetherington
2013-05-22Various hacks.Carl Hetherington
2013-05-22Half-way through trying to make seek work again.Carl Hetherington
2013-05-21Give Film a container; move crop into video content; other bits.Carl Hetherington
2013-05-20Various time-related fixes; fix daft hang on decodes.Carl Hetherington
2013-05-16Compiles; strange hang on adding content to a film.Carl Hetherington
2013-05-08Couple of fixes to updating things when removing content.Carl Hetherington
2013-04-26Merge master; fix crash on new film.Carl Hetherington
2013-04-26Fix update of display on re-order of still content.Carl Hetherington
2013-04-24Some const correctness.Carl Hetherington
2013-04-21Untested merge of master.Carl Hetherington
2013-04-20Merge branch 'staging' of ssh://houllier/home/carl/git/dvdomatic into stagingCarl Hetherington
2013-04-20Somewhat hacky but seemingly functional frame back/forward (rest of #68).Carl Hetherington
2013-04-20Fix for 2.8.Carl Hetherington
2013-04-19Basic frame index and timecode (part of #68).Carl Hetherington
2013-04-10Merge master.Carl Hetherington
2013-04-10Various fix-ups.Carl Hetherington
2013-04-10Try to fix rounding problems with ratios due to old unused integer ops.Carl Hetherington
2013-04-10Try to fix left-over frame when making a new filme.Carl Hetherington
2013-04-10Try to fix problems with view of padded stuff.Carl Hetherington
2013-04-09Merge ImageMagick and FFmpeg content into VideoContent list; remove ↵Carl Hetherington
seek_to_last hacks.
2013-04-07Merge master.Carl Hetherington
2013-04-07Hopefully fix lack of background redraw of film viewer on Windows (#86).Carl Hetherington
2013-04-07A few fixes; try to support sndfile audio in player.Carl Hetherington
2013-04-07Fix crash.Carl Hetherington
2013-04-07Save audio mapping to XML; fix initial video display.Carl Hetherington
2013-04-06Add interface to set up still image lengths.Carl Hetherington
2013-04-04Some unnecessary boost:: removal.Carl Hetherington
2013-04-04Split playlist files up; fix build.Carl Hetherington
2013-04-03Film viewer kind of working.Carl Hetherington
2013-04-03Make subs work again (sort of).Carl Hetherington
2013-04-02Fix a few more things.Carl Hetherington
2013-04-02Various fixes.Carl Hetherington
2013-04-02Various bits.Carl Hetherington
2013-04-01Various bits.Carl Hetherington
2013-03-31Content can be added and previewed.Carl Hetherington
2013-03-31Runs.Carl Hetherington