summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-05-31Add playhead line to timeline (#1563).Carl Hetherington
2019-05-30Destory TranscodeJob earlier, hopefully to fix #1570.Carl Hetherington
2019-05-28Fix off-by-one channel when editing audio map levels numerically.Carl Hetherington
Forward-ported from bf14618d056dc6f1ed7f32f943a565d8f662049e in master.
2019-05-28Use pofilter to check i18n and fix some .po file glitches.Carl Hetherington
Forward-ported from fe6de8b48ff0a40e229c06932ac5fd497322f208 in master.
2019-05-28Fix several bits of bad i18n markup and add start of checking script.Carl Hetherington
Forward-ported from ec9cb6719c72930243afc534120da12323e29568 in master.
2019-05-28Fix some malformed placeholders in the cs_CZ translation.Carl Hetherington
Forward-ported from cbd2876db6b68e35cb6e7b111ce6b14180c4f97f in master.
2019-05-26Potential fix for #1568; we calculate the remaining DCPTime butCarl Hetherington
then convert it back to resampled content frames using the DCP rate rather than the resampled content rate, which seems wrong. If we want to go from metric time to frames we surely have to use the frame rate of the thing we are working with (not the frame rate which that thing will be played back at).
2019-05-24Basic ability to set video range (JPEG/MPEG) at least for YUV content. May ↵Carl Hetherington
not work for RGB. See #1509.
2019-05-23Possibly improve closing of splash window.Carl Hetherington
2019-05-21Tweak comment.Carl Hetherington
2019-05-21Add Bob Weaver Deinterlacing Filter (bwdif).Carl Hetherington
2019-05-21Give an error if 2D content is set to 3D (#1565). Also runCarl Hetherington
3D tests with more parallel jobs to speed them up.
2019-05-15Player::playlist_content_change will call setup_pieces() regardlessv2.15.5Carl Hetherington
of the state of frequent, so Butler::player_change must always seek regardless of the state of frequent. Otherwise setup_pieces() results in the next pass() output being at position 0, which causes problems when the audio from that output is pushed into the audio ring buffers.
2019-05-15Fix scrolling of audio channel group labels.Carl Hetherington
2019-05-14Better tooltips over audio mapping view nodes.Carl Hetherington
2019-05-14Add tooltip for input groups (#1557).Carl Hetherington
2019-05-14Truncate audio mapping view channel group names (part of #1557).Carl Hetherington
2019-05-14swaroop: allow output container specification.Carl Hetherington
2019-05-14Non-swaroop build fixes.v2.15.4Carl Hetherington
2019-05-14swaroop: fix incorrect start times with encrypted MP4 content.attic/swaroop-v2.15.xCarl Hetherington
2019-05-13swaroop: basics of ECinema support in KDM creator.Carl Hetherington
2019-05-13swaroop: allow ScreenKDM subclasses for different KDM types.Carl Hetherington
2019-05-13swaroop: add name to ECinema KDMs and add DKDM wrapper for ECinema.Carl Hetherington
2019-05-13swaroop: build dcpomatic_kdm.Carl Hetherington
2019-05-13swaroop: basics of encrypted MP4 playback.Carl Hetherington
2019-05-13Build fixes related to simple/GL view.Carl Hetherington
2019-05-13ECinema 'KDM' tweaks.Carl Hetherington
2019-05-13swaroop: build fixes.Carl Hetherington
2019-05-13Initial work on 'ECinema' KDMs.Carl Hetherington
2019-05-12Try to fix OS X build.v2.15.3Carl Hetherington
2019-05-12Fix potential runaway string.Carl Hetherington
2019-05-12Try to fix static linking of DCP-o-matic libs with the GL stuff.Carl Hetherington
2019-05-12Restore paint-panel timing.Carl Hetherington
2019-05-10Fix crash with small GL canvas sizes.v2.15.1Carl Hetherington
2019-05-10Remove believed-unnecessary multiple-of-4 image size for GL.Carl Hetherington
2019-05-10Colour in 'masking' in GL mode.Carl Hetherington
2019-05-10Fix update on drag with GL canvas.Carl Hetherington
2019-05-10Allow simple/GL config from the player.Carl Hetherington
2019-05-10I believe _canvas will be destroyed by its parent.Carl Hetherington
2019-05-10Remove storage of _frame in FilmViewer.Carl Hetherington
2019-05-10Tidy up sized emissions from VideoView.Carl Hetherington
2019-05-10Fix OS X build.Carl Hetherington
2019-05-10Fix system information crash when OpenGL is not enabled.Carl Hetherington
2019-05-10Remove unnecessary Refresh() call.Carl Hetherington
2019-05-10Make video view type configurable.Carl Hetherington
2019-05-10Fix up SimpleVideoView.Carl Hetherington
2019-05-10Add system information dialog with OpenGL version.Carl Hetherington
2019-05-10Add a FIXME.Carl Hetherington
2019-05-10Tweaks to not-yet-built SimpleVideoView.Carl Hetherington
2019-05-10refresh_panel -> refresh_view.Carl Hetherington