summaryrefslogtreecommitdiff
path: root/src/lib/player_video.h
AgeCommit message (Expand)Author
2018-02-28Fix crash if quick_refresh() fails.Carl Hetherington
2018-02-24Speed some operations by re-using the last PlayerVideo but withCarl Hetherington
2018-01-31Fix sequencing failure in some very specific circumstances.Carl Hetherington
2017-12-29Add basic memory-used stuff for butler and reduce minimum audioCarl Hetherington
2017-07-26Multi-threaded decode of DCP when previewing.Carl Hetherington
2017-04-19Initial butler work.Carl Hetherington
2017-04-19Attempt to tidy up internal APIs slightly.Carl Hetherington
2017-04-19Various work on the audio code.Carl Hetherington
2016-06-14Discard right-eye images when using 3D sources to make 2D DCPs.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-12Optimise image scaling for the preview.Carl Hetherington
2015-12-04Use libdcp's compress_j2k; move Data into libdcp.Carl Hetherington
2015-10-29Fix incorrect colourspace conversion of XYZ contentCarl Hetherington
2015-08-26Rest of src/lib/*.h tidying.Carl Hetherington
2015-07-16float -> double in a few places.Carl Hetherington
2015-06-25Make player decide whether subtitles should be burnt based onCarl Hetherington
2015-06-25Use optional<> for PositionImage in PlayerVideo to make things a bit clearer.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-10Tidy up J2KImageProxy a bit.Carl Hetherington
2015-06-10Rename EncodedData -> Data and trim it a bit.Carl Hetherington
2015-03-25Remove Scaler config and use SWS_BICUBIC everywhere.Carl Hetherington
2015-01-07Make a note in the log when XYZ values are clamped by libdcp on XYZ -> RGB co...Carl Hetherington
2015-01-04Fix loading of 1.x metadata.Carl Hetherington
2014-12-05Some include tidying.Carl Hetherington
2014-11-07Remove log from ImageProxy hierarchy.Carl Hetherington
2014-10-25Merge master.Carl Hetherington
2014-10-21Merge master.Carl Hetherington
2014-09-30Basic video fade support.Carl Hetherington
2014-09-11Spot repeated frames from single-image sources and optimise encoding.Carl Hetherington
2014-07-22Option to draw a border around the content's image (#391).Carl Hetherington
2014-07-10Basics of direct write of J2K data without encode/decode.Carl Hetherington
2014-07-01Only burn subtitles if it is turned on.Carl Hetherington
2014-07-01Remove FFmpegDecoder minimal_run and care on seeking, as the VideoDecoder/Aud...Carl Hetherington
2014-07-01DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo.Carl Hetherington