Remove unnecessary VideoFrame class.
[dcpomatic.git] / src / lib / player.cc
2017-04-19 Carl HetheringtonRemove unnecessary VideoFrame class.
2017-04-19 Carl HetheringtonAdd FIXME.
2017-04-19 Carl HetheringtonVarious fixes to push audio vaguely in the right direction.
2017-04-19 Carl HetheringtonFix bug in gap-filling; rename _last_video_time ->...
2017-04-19 Carl HetheringtonAttempt to tidy up internal APIs slightly.
2017-04-19 Carl HetheringtonRemove some unused bits.
2017-04-19 Carl HetheringtonImplement subtitles.
2017-04-19 Carl HetheringtonVarious bits; preview video seems to work.
2017-04-19 Carl HetheringtonVarious work on the audio code.
2017-04-19 Carl HetheringtonAdd a comment.
2017-04-19 Carl HetheringtonBasic grunt-work, untested and unfinished, but it compiles.
2016-12-16 Carl HetheringtonFix referencing of assets with non-zero entry points...
2016-09-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-09-21 Carl HetheringtonCorrectly spot that a DCP with unencrypted picture...
2016-09-20 Carl HetheringtonTrim referred-to DCPs correctly using CPL entry point...
2016-08-28 Carl HetheringtonUpdate view on changing subtitle fade.
2016-08-25 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-08-25 Carl HetheringtonMake burnt-in subtitle outline width configurable ...
2016-08-16 Carl HetheringtonBasic support for fading subtitles in and out (#923).
2016-08-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-08-16 Carl HetheringtonRemove unused variable.
2016-07-08 Carl HetheringtonSupport shadow in subtitles (#911).
2016-07-02 Carl HetheringtonTake y scale into account when deciding subtitle line...
2016-07-01 Carl HetheringtonMake the preview respond to changes in subtitle line...
2016-06-29 Carl HetheringtonFix handling of incorrectly-recognised JPEG2000 files.
2016-06-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-22 Carl HetheringtonDon't bother decoding referenced DCP video if the playe...
2016-06-22 Carl HetheringtonSet AudioDecoder::fast a different way.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-14 Carl HetheringtonClean up of 3D->2D conversion.
2016-06-14 Carl HetheringtonAdd VideoFrame class.
2016-06-13 Carl HetheringtonRemove caching of old ImageDecoder objects.
2016-05-26 Carl HetheringtonFactor out decoder creation to a factory method.
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...
next