summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-02-17Supporter.Carl Hetherington
2016-02-17Use a separate file (in a configurable location) to store cinema / screen ↵Carl Hetherington
certificates (#796).
2016-02-17Allow multiple configuration files in DCP-o-matic's directory.Carl Hetherington
2016-02-17Optimise timeline view; speed up snapping and only set content panel ↵Carl Hetherington
selection on mouse button up.
2016-02-16Snap content to reel_split_points.Carl Hetherington
2016-02-16Fix previous when content is not at time 0.Carl Hetherington
2016-02-16Plot reel split points in the timeline.Carl Hetherington
2016-02-16Move reel_split_points from VideoContent to Content.Carl Hetherington
2016-02-16Add -d option to dcpomatic_cli to dump the DCP path to stdout after creation.Carl Hetherington
2016-02-16Add option to auto-upload to the TMS (#794).Carl Hetherington
2016-02-15Stop Delete key deleting content in unexpected circumstances.Carl Hetherington
2016-02-15Fix overlapping SSA subs.Carl Hetherington
2016-02-15Fix scaling of subtitles to be more correct when stretching the fonts.Carl Hetherington
2016-02-15Use get_pixel_size rather than get_size which is slightly nicer as we then ↵Carl Hetherington
don't need PANGO_SCALE.
2016-02-15Remove debugging.Carl Hetherington
2016-02-15Support SSA subtitles embedded within FFmpeg files.Carl Hetherington
2016-02-15Hacky workaround for FFmpeg not having a channel layout for any counts ↵Carl Hetherington
between 8 and 16.
2016-02-12Supporter.Carl Hetherington
2016-02-12Basic SSA support (#128).Carl Hetherington
2016-02-12Rename SubRip -> TextSubtitle.Carl Hetherington
2016-02-11Remove unused file.Carl Hetherington
2016-02-09Fix non-use of LUFS stuff due to error in waf configuration stage.Carl Hetherington
2016-02-09Updated es_ES translation from Manuel AC.Carl Hetherington
2016-02-09Small cleanup.Carl Hetherington
2016-02-09Fix crash when a frame being deinterleaved has fewer audio channelsCarl Hetherington
than its stream; I'm not sure why this happens but the file that triggered this commit was stereo AC3 and the crash happened when (embedded) subtitles were enabled and the file seek was seeked randomly. There were frame-sync errors from FFmpeg around the crash.
2016-02-05Supporter.Carl Hetherington
2016-02-05New cs_CZ translation from Tomáš Begeni.Carl Hetherington
2016-02-04Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-02-04Fix some uninitialised stuff in the 'join' constructor of FFmpegContent.Carl Hetherington
2016-02-03Various build / dependency fixes.Carl Hetherington
2016-02-02Supporter.Carl Hetherington
2016-02-02Various fixes to behaviour with repeated content (having the sameCarl Hetherington
text in the content list). Also remove check in setup() to see if the update needs to be done; I believe now that it will only be called when it *does* need to be done.
2016-02-02Add delete-key shortcut to remove content.Carl Hetherington
2016-02-01Allow removal of multiple pieces of content in one click.Carl Hetherington
2016-02-01Synchronise content list / timeline selection when the content list ↵Carl Hetherington
selection changes.
2016-02-01Move the preview to the start of a piece of contentCarl Hetherington
when selecting it. Suggested-by: Carsten Kurz
2016-02-01Scale-to-fit-{width/height} should zero the 'other' crop values.Carl Hetherington
2016-02-01Remove unnecessary subtitle digest components.Carl Hetherington
2016-02-01Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-02-01Subtitle "to" times used to be stored against their "from" times.Carl Hetherington
Sadly an example shows that from times are not unique. This patch uses a hash of stuff from the first AVSubtitle as the key.
2016-01-31Fix set_position() causing a re-sort.Carl Hetherington
2016-01-30Add a PlaylistOrderChanged signal and emit it when the playlistCarl Hetherington
is sorted. Do playlist sorting when content position / length etc. changes. Handle sorts better when comparing content at the same position.
2016-01-29Nicer appearance when butting two content views up together.Carl Hetherington
2016-01-29White space.Carl Hetherington
2016-01-29Fix indistinct selection of small objects on the timeline.Carl Hetherington
2016-01-27Possibly better version of d217a16d41dd71c921fa2155e068df7cca11f457.Carl Hetherington
Don't stop returning stuff from get_video when there are frames left in _decoded_video.
2016-01-27Scroll about dialog tabs if necessary.Carl Hetherington
2016-01-27Supporter.Carl Hetherington
2016-01-27KDM dialog sizing hack.Carl Hetherington
2016-01-24Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington