Take Film pointer out of Content.
[dcpomatic.git] / src / lib / player_video.h
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-09-28 Carl Hetheringtonswaroop: Disable play/stop/pause and slider during...
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-20 Carl HetheringtonUntested; allow viewing of subtitles or closed captions...
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-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-04-19 Carl HetheringtonInitial butler work.
2017-04-19 Carl HetheringtonAttempt to tidy up internal APIs slightly.
2017-04-19 Carl HetheringtonVarious work on the audio code.
2016-06-14 Carl HetheringtonDiscard right-eye images when using 3D sources to make...
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-08-26 Carl HetheringtonRest of src/lib/*.h tidying.
2015-07-15 Carl Hetheringtonfloat -> double in a few places.
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-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-05 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2014-12-05 Carl HetheringtonSome include tidying.
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.
2014-07-10 Carl HetheringtonBasics of direct write of J2K data without encode/decode.
2014-07-08 Carl HetheringtonMerge master.
2014-07-01 Carl HetheringtonOnly burn subtitles if it is turned on.
2014-07-01 Carl HetheringtonRemove FFmpegDecoder minimal_run and care on seeking...
2014-07-01 Carl HetheringtonDCPVideoFrame -> DCPVideo and PlayerVideoFrame -> Playe...