No-op; fix GPL address and use the explicit-program-name version.
[dcpomatic.git] / src / lib / player.cc
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-25 Carl HetheringtonBasics of Atmos content support; can be added to projec...
2016-05-25 Carl HetheringtonAdd VideoMXFContent (part of #803).
2016-05-18 Carl HetheringtonRemove Sndfile code and use FFmpeg instead.
2016-05-18 Carl HetheringtonFix some incorrect dynamic_pointer_casts.
2016-05-18 Carl HetheringtonRename some methods.
2016-05-18 Carl HetheringtonBasics of splitting up Decoder tree like Content.
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonFix Player::overlaps for the new world order.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-05-18 Carl HetheringtonSubtitle rearrangements.
2016-05-18 Carl HetheringtonBasics of subtitle split.
2016-05-18 Carl HetheringtonReasonably straightforward stuff; main things are adding
2016-05-11 Carl HetheringtonOptimise image scaling for the preview.
2016-02-26 Carl HetheringtonAllow changes to colours of FFmpeg subtitles (#795).
2016-02-15 Carl HetheringtonFix scaling of subtitles to be more correct when stretc...
2016-02-15 Carl HetheringtonRemove debugging.
2016-02-15 Carl HetheringtonSupport SSA subtitles embedded within FFmpeg files.
2016-02-12 Carl HetheringtonRename SubRip -> TextSubtitle.
2015-11-08 Carl HetheringtonAdd appearance dialog for SubRip subtitles.
2015-10-30 Carl HetheringtonMake sure we have a subtitle if we're trying to referen...
2015-10-30 Carl HetheringtonMake it possible to do more stuff when there is missing...
2015-10-26 Carl HetheringtonReinstate subtitle speed-up patch 526fd6de4c80a7ac9614a...
2015-10-22 Carl HetheringtonVarious multi-reel fixes.
2015-10-15 Carl HetheringtonFix invalid Interop subtitle times in some cases.
2015-10-12 Carl HetheringtonRename split-by-video content slightly; fix referencing...
2015-10-09 Carl HetheringtonLogging improvements to allow prettier displays in...
2015-10-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-06 Carl HetheringtonComment.
2015-10-06 Carl HetheringtonMerge.
2015-10-06 Carl Hetherington1. Set correct FrameRateChanges for subtitle content...
2015-10-04 Carl HetheringtonFix subtitle timing under trim.
2015-09-28 Carl HetheringtonChanges to DCP rate must update player pieces.
2015-09-15 Carl HetheringtonBack-end for very basic and hacky VF support for a...
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-09-11 Carl HetheringtonFix assertion failure when processors return fewer...
2015-09-09 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-09 Carl HetheringtonMerge.
2015-09-09 Carl HetheringtonUse SRC_LINEAR for speed when analysing audio (#685).
2015-09-04 Carl HetheringtonDon't bother with audio in the film viewer.
2015-08-31 Carl HetheringtonMerge branch '1.0' of ssh://git.carlh.net/home/carl...
2015-08-31 Carl HetheringtonApply reverse of recent dcp_to_content_video fix to...
2015-08-27 Carl HetheringtonFix Player::dcp_to_content_video with similar but not...
2015-08-26 Carl HetheringtonRevert "Replace _floor with _round in dcp_to_content_vi...
2015-08-25 Carl HetheringtonPurge rint() and use llrint and friends.
2015-08-25 Carl HetheringtonReplace _floor with _round in dcp_to_content_video...
2015-08-25 Carl HetheringtonReflect colour conversion changes in player / waveform...
2015-08-23 Carl HetheringtonUse the correct font to render subtitles in preview...
2015-08-20 Carl HetheringtonFix assertion failure with overlapping video content...
2015-07-29 Carl HetheringtonReplace Time::frames with Time::frames_round and Time...
2015-07-24 Carl HetheringtonFix mistaken clamp to length_after_trim after adding...
2015-07-15 Carl HetheringtonRemove debug output.
2015-07-15 Carl Hetheringtonfloat -> double in a few places.
2015-07-15 Carl HetheringtonRemove unused PlayerStatistics stuff.
2015-07-14 Carl HetheringtonFix confusion about what dcp_to_content_audio should...
2015-07-14 Carl HetheringtonExpress trims using ContentTime so that they do not...
2015-07-14 Carl HetheringtonSlightly cleaner implementations of Player::dcp_to_cont...
2015-07-14 Carl HetheringtonTests of Player::dcp_to_content_video, content_video_to...
2015-07-14 Carl HetheringtonFix mistaken use of wrong enum.
2015-07-13 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-13 Carl HetheringtonLook at more then one piece of video content when requi...
2015-07-09 Carl HetheringtonPrevent assertion failure when using DCP content with...
2015-07-02 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-02 Carl HetheringtonFix typo causing #626.
2015-07-01 Carl HetheringtonGo back to player having a playlist and not assuming...
2015-06-25 Carl HetheringtonMerge branch 'content-burn-subs' into 2.0
2015-06-25 Carl HetheringtonMake player decide whether subtitles should be burnt...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-19 Carl HetheringtonNo-op; variable renaming.
2015-06-18 Carl HetheringtonFix check for overlap to be less greedy.
2015-06-17 Carl HetheringtonHence Player does not need Playlist.
2015-06-17 Carl HetheringtonUse Film's ContentChanged rather than Playlist's.
2015-06-17 Carl HetheringtonUse Film::Changed instead of Playlist::Changed in Player.
2015-06-08 Carl HetheringtonMerge.
2015-06-08 Carl HetheringtonFix detection of same-frame to speed up simple encodes...
2015-06-03 Carl HetheringtonFix horizontal positioning with .srt / burn-in (#488).
2015-06-03 Carl HetheringtonVarious fixes to allow independent x and y scaling...
2015-06-03 Carl HetheringtonVarious work on audio mapping.
2015-06-02 Carl HetheringtonApply single-processor branch manually; processor is...
2015-06-02 Carl HetheringtonHandle multiple audio streams in a single piece of...
2015-05-26 Carl Hetherington{Video,Audio}Frame -> Frame.
2015-05-25 Carl HetheringtonRemove user-configurable colour conversion presets.
2015-05-20 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-12 Carl HetheringtonAssorted image subtitle fixes.
2015-05-02 Carl HetheringtonRemove approximate size stuff where playback viewer...
2015-04-24 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-04-23 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-04-22 Carl HetheringtonActually use YUV->RGB setting when converting.
2015-03-25 Carl HetheringtonRemove Scaler config and use SWS_BICUBIC everywhere.
2015-02-09 Carl HetheringtonRemove erroneous comment.
2015-02-07 Carl HetheringtonI can't see the point of rounding the image size again...
2015-01-31 Carl HetheringtonIf we are requesting audio from before the start of...
2015-01-30 Carl HetheringtonFix update of preview when video fade changes.
2015-01-19 Carl HetheringtonFix audio analysis; make sure we don't decode video...
2015-01-05 Carl HetheringtonFix incorrect use of FrameRateChange::factor(); if...
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
2014-12-20 Carl HetheringtonBasic pass-through of font information when using DCP...
2014-12-11 Carl HetheringtonMerge.
2014-12-11 Carl HetheringtonAdd language property to SubtitleContent and use it...
next