Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / player_video.cc
2020-04-16 Carl HetheringtonRename send_binary -> write_to_socket.
2020-04-14 Carl HetheringtonIgnore and report failures to decode frames during...
2020-04-14 Carl HetheringtonUse a struct rather than a std::pair as the return...
2019-05-24 Carl HetheringtonBasic ability to set video range (JPEG/MPEG) at least...
2019-04-25 Carl HetheringtonFix preview update when fade is changed (#1531).
2019-01-05 Carl HetheringtonFix strange behaviour with single-frame fades (#1440).
2018-11-27 Carl HetheringtonSimilar fix for scaling (#1416).
2018-11-27 Carl HetheringtonFix non-updating crop settings (#1421).
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-11-06 Carl HetheringtonDo image crop/scale/window in the butler prepare threads.
2018-11-06 Carl HetheringtonSwitch PlayerVideo::always_rgb to a new ::force and...
2018-11-06 Carl HetheringtonRemove some unused parameters.
2018-11-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-11-06 Carl HetheringtonAdd some code to help with profiling the player.
2018-10-11 Carl HetheringtonChange MagickImageProxy to FFmpegImageProxy and make...
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-20 Carl HetheringtonUntested; allow viewing of subtitles or closed captions...
2018-04-13 Carl HetheringtonAccount for J2K decoding at lower-than-maximum resoluti... v2.13.14
2018-02-28 Carl HetheringtonFix crash if quick_refresh() fails.
2018-02-24 Carl HetheringtonSpeed some operations by re-using the last PlayerVideo...
2018-02-02 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-02-02 Carl HetheringtonFix incorrect pixel format on subtitles when they are...
2018-02-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-31 Carl HetheringtonFix sequencing failure in some very specific circumstances.
2017-12-29 Carl HetheringtonAdd basic memory-used stuff for butler and reduce minim...
2017-07-26 Carl HetheringtonMulti-threaded decode of DCP when previewing.
2017-06-07 Carl HetheringtonFix crash when alpha-blending subtitles onto YUV420...
2017-04-19 Carl HetheringtonVarious Doxygen fixes.
2017-04-19 Carl HetheringtonAttempt to tidy up internal APIs slightly.
2017-04-19 Carl HetheringtonVarious work on the audio code.
2016-11-26 Carl HetheringtonReduce during J2K decode where possible for playback...
2016-09-26 Carl HetheringtonDon't re-use J2K data if it's the wrong size (#964).
2016-08-12 Carl HetheringtonMove locale_convert into libdcp.
2016-08-12 Carl HetheringtonMove raw_convert into libdcp.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-11 Carl HetheringtonOptimise image scaling for the preview.
2015-12-04 Carl HetheringtonUse libdcp's compress_j2k; move Data into libdcp.
2015-10-29 Carl HetheringtonFix incorrect colourspace conversion of XYZ content
2015-10-15 Carl HetheringtonUse AV_ prefixes on some FFmpeg bits.
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-08-27 Carl HetheringtonWe can't use J2K data directly if we've set a new colou...
2015-08-26 Carl HetheringtonInclude tidying src/lib/a-j*.h
2015-07-15 Carl Hetheringtonfloat -> double in a few places.
2015-07-02 Carl HetheringtonFix PlayerVideo::has_j2k to cope with subtitles and...
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-25 Carl HetheringtonUse optional<> for PositionImage in PlayerVideo to...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-10 Carl HetheringtonTidy up J2KImageProxy a bit.
2015-06-10 Carl HetheringtonRename EncodedData -> Data and trim it a bit.
2015-06-08 Carl HetheringtonMerge.
2015-06-08 Carl HetheringtonFix detection of same-frame to speed up simple encodes...
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-04-16 Carl HetheringtonAdd our own raw_convert that uses SafeStringStream.
2015-03-25 Carl HetheringtonRemove Scaler config and use SWS_BICUBIC everywhere.
2015-01-07 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-01-07 Carl HetheringtonMake a note in the log when XYZ values are clamped...
2015-01-04 Carl HetheringtonFix loading of 1.x metadata.
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
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-15 Carl HetheringtonMerge master.
2014-10-08 Carl HetheringtonMerge master.
2014-10-02 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
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-11 Carl HetheringtonSpot repeated frames from single-image sources and...
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
2014-08-31 Carl HetheringtonMerge master.
2014-08-31 Carl HetheringtonMerge master.
2014-08-30 Carl HetheringtonMerge master.
2014-08-25 Carl HetheringtonMerge master.
2014-08-23 Carl HetheringtonMerge master.
2014-08-11 Carl HetheringtonMerge master.
2014-08-06 Carl HetheringtonMerge master.
2014-07-22 Carl HetheringtonOption to draw a border around the content's image...
2014-07-17 Carl HetheringtonMerge master.
2014-07-16 Carl HetheringtonMerge master.
2014-07-16 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 1.0
2014-07-16 Carl HetheringtonMerge master.
2014-07-16 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-07-16 Carl HetheringtonMerge master.
2014-07-10 Carl HetheringtonMerge master.
next