Make Atmos content work more like other content. Now its MXFs
[dcpomatic.git] / src / lib / dcp_decoder.cc
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-05-20 Carl HetheringtonFix DCP playback when an incorrect KDM is added, follow...
2020-02-19 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-02-19 Carl HetheringtonNicer fix for 2D-labelled-3D checking from master.
2020-01-10 Carl HetheringtonGive DCPDecoder its own ::position which just returns...
2019-12-16 Carl HetheringtonFlush audio decoder when a DCPDecoder finishes so that
2019-10-30 Carl HetheringtonFix dying butler on changing CPL from one without to... v2.15.28
2019-10-14 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-13 Carl HetheringtonFix failure to load OV after adding a VF to a project.
2019-09-27 Carl HetheringtonFix failure to playback encrypted DCPs, introduced...
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-07-25 Carl HetheringtonOptimise decoder_factory for DCPDecoder by offering...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-10 Carl HetheringtonUpdate for libdcp API changes.
2019-04-19 Carl HetheringtonDon't set up decoder parts for DCPs unless they can... v2.13.149
2019-03-08 Carl HetheringtonSupport PNG subs in DCPSubtitleDecoder (#1479).
2018-11-21 Carl HetheringtonPut Film pointer into Decoder.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-10-16 Carl HetheringtonCollect subtitles at the same time before emitting...
2018-10-11 Carl HetheringtonChange MagickImageProxy to FFmpegImageProxy and make...
2018-09-02 Carl HetheringtonPlay PNG subtitles from DCPs; possibly not in the right...
2018-08-22 Carl Hetheringtonlibdcp updates for multiple CCAPs.
2018-07-25 Carl HetheringtonAdd some asserts.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-07-07 Carl HetheringtonFix build with shared_ptr dcp::Subtitle and subclasses.
2018-06-08 Carl HetheringtonFix crash with missing DCP content. v2.13.27
2018-04-27 Carl HetheringtonFix incorrect container size when loading a VF/OV combi...
2018-02-21 Carl HetheringtonFix crash on decoding incomplete DCP content (e.g....
2018-02-18 Carl HetheringtonSet up seek position correctly when a seek skips over...
2018-02-09 Carl HetheringtonAlways pre-roll when seeking in DCPs; I don't think...
2018-02-08 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-02-08 Carl HetheringtonPass DCP subtitles before video so that they are presen...
2018-02-07 Carl HetheringtonFix ignore/referencing logic.
2018-02-06 Carl HetheringtonIgnore video/audio when it is referenced; should help...
2018-01-14 Carl HetheringtonOnly put subtitles in a frame if they overlap more...
2018-01-14 Carl HetheringtonEmit subtitles with correct times when they occur at...
2017-12-13 Carl HetheringtonSetup SubtitleDecoder::_position correctly (in some...
2017-10-18 Carl HetheringtonPre-roll subtitles when accurate seeking in DCPs to...
2017-09-03 Carl HetheringtonRestore correct setup of fast resampler when the player...
2017-08-14 Carl HetheringtonBasics of forced reduction of JPEG2000 decode resolution.
2017-07-03 Carl HetheringtonDon't create decoders if they are not necessary.
2017-04-19 Carl HetheringtonVarious fixes to push audio vaguely in the right direction.
2017-04-19 Carl HetheringtonReinstate subtitle list view.
2017-04-19 Carl HetheringtonPost-merge tidy-up.
2017-04-19 Carl HetheringtonVarious work on the audio code.
2017-04-19 Carl HetheringtonBasic grunt-work, untested and unfinished, but it compiles.
2017-02-12 Carl HetheringtonTrim include.
2016-12-09 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-12-08 Carl HetheringtonFurther fixes and tidying to 'better-seek'.
2016-11-20 Carl HetheringtonSome more decode logging.
2016-11-19 Carl HetheringtonMove position variables into the video/audio/subtitle...
2016-11-19 Carl HetheringtonCope with offsets between video/audio/subtitle data...
2016-11-17 Carl HetheringtonA possibly-better approach to seeking.
2016-10-10 Carl HetheringtonFix failure of DCPDecoder::text_subtitles_during to...
2016-08-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-08-26 Carl HetheringtonFix failure to display when loading old films with...
2016-08-24 Carl HetheringtonAllow import of OV/VF DCPs (#906).
2016-08-16 Carl HetheringtonFix seek through multi-reel DCP imports.
2016-06-29 Carl HetheringtonFix handling of incorrectly-recognised JPEG2000 files.
2016-06-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-22 Carl HetheringtonDon't bother decoding referenced DCP video if the playe...
2016-06-22 Carl HetheringtonSet AudioDecoder::fast a different way.
2016-06-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-22 Carl HetheringtonA couple of small optimisations.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-01 Carl HetheringtonUse new libdcp reader interface.
2016-06-01 Carl HetheringtonCompute offset as we go rather than once every pass().
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonRename some methods.
2016-05-18 Carl HetheringtonBasics of splitting up Decoder tree like Content.
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-05-18 Carl HetheringtonBasics of subtitle split.
2016-05-18 Carl HetheringtonReasonably straightforward stuff; main things are adding
2016-05-18 Carl HetheringtonInnocuous build fixes.
2016-02-29 Carl HetheringtonAdd workaround for 3D DCPs whose picture MXFs are label...
2015-12-18 Carl HetheringtonUpdate for small change to libdcp API.
2015-11-05 Carl HetheringtonFix timestamps of things coming out of the DCP decoder...
2015-11-03 Carl HetheringtonFix confusion over when DCPDecoder::_next means wrt...
2015-10-26 Carl HetheringtonReinstate subtitle speed-up patch 526fd6de4c80a7ac9614a...
2015-10-23 Carl HetheringtonRevert "Avoid decoding other packets when looking for...
2015-10-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-16 Carl HetheringtonAvoid decoding other packets when looking for subs.
2015-10-15 Carl HetheringtonFix invalid Interop subtitle times in some cases.
2015-10-11 Carl HetheringtonFix missing preview of referenced DCPs; deciding whethe...
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-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-08-26 Carl HetheringtonInclude tidying src/lib/a-j*.h
2015-07-30 Carl HetheringtonAllow config of the full KDM decryption chain.
2015-07-29 Carl HetheringtonReplace Time::frames with Time::frames_round and Time...
next