summaryrefslogtreecommitdiff
path: root/src/lib/dcp_decoder.cc
AgeCommit message (Expand)Author
2018-02-21Fix crash on decoding incomplete DCP content (e.g. on loading a VF with subti...Carl Hetherington
2018-02-18Set up seek position correctly when a seek skips over a reel inCarl Hetherington
2018-02-09Always pre-roll when seeking in DCPs; I don't think the performanceCarl Hetherington
2018-02-08Pass DCP subtitles before video so that they are present when the video frame...Carl Hetherington
2018-02-07Fix ignore/referencing logic.Carl Hetherington
2018-02-06Ignore video/audio when it is referenced; should help with #1191.Carl Hetherington
2018-01-14Only put subtitles in a frame if they overlap more than half of thatCarl Hetherington
2018-01-14Emit subtitles with correct times when they occur at different times within a...Carl Hetherington
2017-12-13Setup SubtitleDecoder::_position correctly (in some cases).Carl Hetherington
2017-10-18Pre-roll subtitles when accurate seeking in DCPs to avoid disappearing subs o...Carl Hetherington
2017-09-03Restore correct setup of fast resampler when the player is set to fast.Carl Hetherington
2017-08-14Basics of forced reduction of JPEG2000 decode resolution.Carl Hetherington
2017-07-03Don't create decoders if they are not necessary.Carl Hetherington
2017-04-19Various fixes to push audio vaguely in the right direction.Carl Hetherington
2017-04-19Reinstate subtitle list view.Carl Hetherington
2017-04-19Post-merge tidy-up.Carl Hetherington
2017-04-19Various work on the audio code.Carl Hetherington
2017-04-19Basic grunt-work, untested and unfinished, but it compiles.Carl Hetherington
2017-02-12Trim include.Carl Hetherington
2016-12-08Further fixes and tidying to 'better-seek'.Carl Hetherington
2016-11-20Some more decode logging.Carl Hetherington
2016-11-19Move position variables into the video/audio/subtitle decoder classes.Carl Hetherington
2016-11-19Cope with offsets between video/audio/subtitle data in a muxed file.Carl Hetherington
2016-11-17A possibly-better approach to seeking.Carl Hetherington
2016-10-10Fix failure of DCPDecoder::text_subtitles_during to account for reels.Carl Hetherington
2016-08-26Fix failure to display when loading old films with imported DCPs.Carl Hetherington
2016-08-24Allow import of OV/VF DCPs (#906).Carl Hetherington
2016-08-16Fix seek through multi-reel DCP imports.Carl Hetherington
2016-06-29Fix handling of incorrectly-recognised JPEG2000 files.Carl Hetherington
2016-06-22Don't bother decoding referenced DCP video if the player will ignore it.Carl Hetherington
2016-06-22Set AudioDecoder::fast a different way.Carl Hetherington
2016-06-22A couple of small optimisations.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington
2016-06-01Use new libdcp reader interface.Carl Hetherington
2016-06-01Compute offset as we go rather than once every pass().Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Rename some methods.Carl Hetherington
2016-05-18Basics of splitting up Decoder tree like Content.Carl Hetherington
2016-05-18Move video frame rate ('prepared-for') into Content.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-05-18Basics of subtitle split.Carl Hetherington
2016-05-18Reasonably straightforward stuff; main things are addingCarl Hetherington
2016-05-18Innocuous build fixes.Carl Hetherington
2016-02-29Add workaround for 3D DCPs whose picture MXFs are labelled (within the MXF) a...Carl Hetherington
2015-12-18Update for small change to libdcp API.Carl Hetherington
2015-11-05Fix timestamps of things coming out of the DCP decoder for multi-reel.Carl Hetherington
2015-11-03Fix confusion over when DCPDecoder::_next means wrt reels.Carl Hetherington
2015-10-26Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 bu...Carl Hetherington