Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / player.cc
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...
2014-11-07 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-11-07 Carl HetheringtonRemove log from ImageProxy hierarchy.
2014-10-25 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-10-15 Carl HetheringtonMerge master.
2014-10-08 Carl HetheringtonMerge master.
2014-10-02 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-10-01 Carl HetheringtonApply subtitle scale (ish) to text subs; should help...
2014-10-01 Carl HetheringtonApply y offset to text subs.
2014-09-30 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonBasic video fade support.
2014-09-29 Carl HetheringtonMerge master.
2014-09-22 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-16 Carl HetheringtonMerge master.
2014-09-12 Carl HetheringtonMerge master.
2014-09-12 Carl HetheringtonAllow separate X and Y scale for subtitles.
2014-09-11 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge master.
2014-09-08 Carl HetheringtonMerge master.
2014-09-07 Carl HetheringtonMerge master.
2014-09-03 Carl HetheringtonMerge master.
2014-08-31 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
next