Missed update to private test repo version.
[dcpomatic.git] / src / lib / dcp_content.cc
2024-02-26 Carl HetheringtonDisallow referring to OV audio unless channel counts...
2024-02-21 Carl HetheringtonMake DCPExaminer::size() optional and deal with the... v2.16.78
2024-02-14 Carl HetheringtonCope with loading a film containing a missing DCP which...
2024-01-09 Carl HetheringtonMove ScopeGuard into libdcp.
2024-01-04 Carl HetheringtonMerge branch '2694-remove-odd-check'
2024-01-04 Carl HetheringtonDon't crash when checking a DCP with no subtitles in...
2024-01-04 Carl HetheringtonRemove checks for referenced DCPs having content in...
2023-10-28 Carl HetheringtonAdd some missing locks.
2023-10-28 Carl HetheringtonCleanup: whitespace.
2023-10-15 Carl HetheringtonFix DCP content font ID allocation to cope with DCPs...
2023-08-26 Carl HetheringtonFix refusal to reference overlapping but different...
2023-08-26 Carl HetheringtonTweak a message to be more grammatically correct.
2023-08-26 Carl HetheringtonCleanup: use some lambdas.
2023-06-25 Carl HetheringtonTolerate problems when reading the contents of DCPs.
2023-06-06 Carl HetheringtonFix player audio, almost totally broken by a stupid... v2.16.59
2023-05-13 Carl HetheringtonCleanup: use a namespace.
2023-05-12 Carl HetheringtonHandle fonts for ccaps coming from DCP content (#2525).
2023-05-12 Carl Hetheringtonadd_fonts_from_examiner() can be called multiple times...
2023-05-10 Carl HetheringtonAllow signals to be blocked and resumed, and so make...
2023-02-27 Carl HetheringtonMerge branch '2389-vpos'
2023-02-27 Carl HetheringtonCleanup: swap a list for a vector.
2022-12-25 Carl HetheringtonShow audio bit depth in content properties (#559).
2022-11-25 Carl HetheringtonNoisy change to get film into AudioContent::modify_trim...
2022-09-27 Carl HetheringtonUse EnumIndexedVector in DCPContent.
2022-09-03 Carl HetheringtonBump libdcp for better ContentKind support, and libsub
2022-07-23 Carl HetheringtonEven more logging when reading DCPs.
2022-07-23 Carl HetheringtonAdd some more logging when reading DCPs.
2022-07-11 Carl HetheringtonFix font handling for DCP subtitles.
2022-04-07 Carl HetheringtonGuess video range better when importing 2.14.x projects...
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2021-10-12 Carl HetheringtonIgnore .AppleDouble folders inside DCPs.
2021-10-09 Carl HetheringtonC++11 tidying.
2021-09-19 Carl HetheringtonFix failure to open v2.14.x documents with invalid...
2021-08-20 Carl HetheringtonFix typo if -> of (thanks to Uwe Dittes)
2021-06-01 Carl HetheringtonPut audio language back in the Film.
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-08 Carl HetheringtonExtract audio/subtitle language from imported DCPs.
2021-04-07 Carl HetheringtonNo-op: whitespace.
2021-04-04 Carl HetheringtonFix confusing error on trying to load a DoM project...
2021-03-17 Carl HetheringtonFix build after libdcp change.
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-25 Carl HetheringtonDisallow referring to subtitles / closed captions with...
2020-10-28 Carl HetheringtonPrevent import of directories as DCPs if they do not...
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-10-17 Carl HetheringtonFix deadlock when changing CPL in the player (#1827).
2020-09-27 Carl HetheringtonFixes for new libdcp with multiple content versions.
2020-07-29 Carl HetheringtonRecover information about closed caption tracks when... v2.15.93
2020-06-19 Carl HetheringtonFix hanging butler due to nasty signal ordering problems. v2.15.83
2020-06-19 Carl HetheringtonMissing setup of AtmosContent in DCP.
2020-06-19 Carl HetheringtonFix serialisation of the Atmos parts of a DCP.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-05-20 Carl HetheringtonFix enabled/disable overlapping video/audio with DCP...
2020-04-21 Carl HetheringtonAdd option to set project properties from a DCP loaded...
2020-04-21 Carl HetheringtonAllow DCP content to store and serialise metadata.
2020-04-21 Carl HetheringtonAdd DCPContent::resolution().
2020-04-21 Carl HetheringtonAllow DCPContent to recover and serialise marker positions.
2020-04-14 Carl HetheringtonDCPReadError -> ReadError in libdcp.
2019-11-12 Carl HetheringtonFix crash when calling DCPContent::examine with no... v2.15.33
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-03-29 Carl HetheringtonDon't crash when loading DCPs with multiple CCAP assets... v2.13.140
2019-02-12 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-02-12 Carl HetheringtonTry to fix some warnings.
2018-12-21 Carl HetheringtonFix encrypted DCP playback.
2018-12-12 Carl HetheringtonFix content properties (#1428).
2018-11-24 Carl HetheringtonFix tests.
2018-11-23 Carl HetheringtonRemove required Film from content examine.
2018-11-23 Carl HetheringtonMove make_default into AudioMapping.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonAdd and use new FrameRateChange constructors.
2018-11-21 Carl HetheringtonPut Film pointer into Decoder.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-11-15 Carl HetheringtonBetter error message when loading a DCP with no ASSETMA...
2018-11-11 Carl HetheringtonMore DCP import logging.
2018-10-13 Carl HetheringtonGive a better reason for not referencing when there... v2.13.61
2018-09-28 Carl Hetheringtonswaroop: Disable play/stop/pause and slider during...
2018-09-14 Carl HetheringtonBasic and rather clumsy option to respect KDM validity...
2018-08-22 Carl HetheringtonFix build with multiple closed captions.
2018-08-21 Carl HetheringtonMake Content::_paths private.
2018-08-20 Carl HetheringtonMake ContentChange into a generic ChangeSignaller and... v2.13.44
2018-08-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-13 Carl HetheringtonMore fixes for errors / crashes / misbehaviour with...
2018-07-23 Carl HetheringtonIntroduce the idea of unknown original subtitle type...
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonDisplay only required tabs, including subs / ccap.
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 HetheringtonRename Subtitle -> Text
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-04-25 Carl HetheringtonSignal when streams change and rebuild player pieces...
2018-03-27 Carl HetheringtonTweak wording of DCP referencing tips.
2018-03-27 Carl Hetheringtonwhy_not in can_reference can just be a string rather...
2018-02-08 Carl Hetheringtontypeid() doesn't seem to downcast, so just check types...
2018-01-08 Carl HetheringtonFix a couple more crashes with incorrect KDMs (#1000).
next