Fix name of macOS in the .dmg README.
[dcpomatic.git] / src / lib /
2021-05-09 Carl HetheringtonAdd more logging to disk writer.
2021-05-09 Carl HetheringtonRemove erroneous call to optional_node_child().
2021-05-07 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-05-07 Carl HetheringtonHide some more FFmpeg warnings. v2.15.143
2021-05-07 Carl HetheringtonMissing #include.
2021-05-07 Carl HetheringtonHide some warnings from ffmpeg on Centos 7.
2021-05-07 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni.
2021-05-07 Carl HetheringtonMissing override statements. v2.15.141
2021-05-06 Carl Hetheringtonpot/merge.
2021-05-03 Carl HetheringtonC++11 tidying.
2021-05-02 Carl HetheringtonAdd pixel format 0 (AV_PIX_FMT_YUV420P) to make_part_bl...
2021-05-02 Carl HetheringtonAdd pixel format 66 (AV_PIX_FMT_YUV422P10LE) to make_pa...
2021-05-02 Carl HetheringtonC++11 tidying.
2021-05-01 Carl HetheringtonBuild with FFmpeg 4.4 and switch to the new send/receiv...
2021-04-30 Carl HetheringtonPort filter graphs to new FFmpeg API.
2021-04-30 Carl HetheringtonSwitch encoding to ffmpeg send/receive API.
2021-04-30 Carl HetheringtonSwitch decoding to ffmpeg send/receive API.
2021-04-30 Carl HetheringtonRemove some FFmpeg-related warnings by directly accessi...
2021-04-30 Carl HetheringtonTidy up some error handling a little.
2021-04-30 Carl HetheringtonRemove some FFmpeg-related warnings by using AVStream...
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-29 Carl HetheringtonRemove Monitor / EDID code that was used for the swaroo...
2021-04-29 Carl HetheringtonC++11 tidying.
2021-04-29 Carl HetheringtonRemove use of boost::noncopyable.
2021-04-25 Carl HetheringtonMissing delete of some constructors.
2021-04-23 Carl HetheringtonUse new Windows long filename workaround with disk...
2021-04-23 Carl HetheringtonFix fopen() on windows to cope with long filenames...
2021-04-23 Carl HetheringtonIgnore the new THREED_ASSET_MARKED_AS_TWOD warning...
2021-04-22 Carl HetheringtonRemove configuration option for minimum frame size.
2021-04-22 Carl HetheringtonC++11 tweaks.
2021-04-22 Carl HetheringtonGet root before unmounting things on Linux.
2021-04-21 Carl HetheringtonC++11 tidying.
2021-04-20 Carl HetheringtonMake digest calculations interruptible.
2021-04-20 Carl HetheringtonMove digest calculation to a separate method.
2021-04-20 Carl HetheringtonAdd some possibly-useful markers for debugging threads...
2021-04-20 Carl HetheringtonTidy up/fix Hints thread in a couple of ways:
2021-04-20 Carl HetheringtonAnalyse audio (if required) when making hints (#1924).
2021-04-20 Carl HetheringtonAdd comment.
2021-04-20 Carl HetheringtonSplit audio analysis code off from the job.
2021-04-19 Carl HetheringtonSleep for a while if necessary to allow disks to wake...
2021-04-15 Carl HetheringtonFix progress message when analysing for hints.
2021-04-15 Carl HetheringtonFix failure to update project-wide audio level plot...
2021-04-15 Carl HetheringtonC++11 tidying.
2021-04-13 Carl HetheringtonMore libdcp API tweaks.
2021-04-12 Carl HetheringtonBump libdcp for some API improvements.
2021-04-11 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-04-11 Carl HetheringtonMissing full stop.
2021-04-10 Carl HetheringtonFix up hints about long subtitle lines.
2021-04-10 Carl Hetheringtonpot/merge.
2021-04-09 Carl HetheringtonAdd a hint about >79 length subtitles.
2021-04-09 Carl HetheringtonMake DCP text track language properly optional and...
2021-04-08 Carl HetheringtonExtract audio/subtitle language from imported DCPs.
2021-04-08 Carl HetheringtonRemove some old Centos 5 support.
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-04-07 Carl HetheringtonTweak hint to reflect how the timed text tab can have...
2021-04-07 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-04-07 Carl HetheringtonMissing full stop.
2021-04-07 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-04-07 Carl HetheringtonNo-op: whitespace.
2021-04-07 Carl HetheringtonFormatting/C++11.
2021-04-06 Carl Hetheringtonpot/merge. v2.15.139
2021-04-06 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-04-06 Carl HetheringtonDon't set a default luminance now that it's optional.
2021-04-05 Carl HetheringtonRemove out-of-date Film::_audio_language.
2021-04-05 Carl HetheringtonRemove erroneous defaulting of text language to en_US.
2021-04-05 Carl HetheringtonAdd hint for un-set text languages (#1954).
2021-04-05 Carl HetheringtonRaise the unusual container hint on anything bit Flat...
2021-04-05 Carl HetheringtonAdd hint when making 4K/3D DCPs (#1951).
2021-04-05 Carl HetheringtonHint text tweaks.
2021-04-05 Carl HetheringtonHint on making Interop DCPs (#1949).
2021-04-05 Carl HetheringtonDefault to making SMPTE DCPs on new installs.
2021-04-04 Carl Hetheringtonpot/merge.
2021-04-04 Carl HetheringtonFix confusing error on trying to load a DoM project...
2021-04-04 Carl HetheringtonRemove the ISDCF metadata dialogue box (#1929).
2021-04-04 Carl HetheringtonMove luminance to Interop/SMPTE metadata and remove...
2021-04-04 Carl HetheringtonMove chain to the Interop/SMPTE metadata.
2021-04-04 Carl HetheringtonMove some ISDCF flags to the Interop/SMPTE metadata.
2021-04-04 Carl HetheringtonUse studio and facility from Interop/SMPTE metadata...
2021-04-04 Carl HetheringtonAdd to_upper() method to util.{cc,h}
2021-04-04 Carl HetheringtonUse ratings from Interop/SMPTE metadata instead of...
2021-04-04 Carl HetheringtonUse release territory from Interop/SMPTE metadata inste...
2021-04-04 Carl HetheringtonUse content version from Interop (or version number...
2021-04-03 Carl HetheringtonShow an explanatory message if the player is not perfor...
2021-04-02 Carl HetheringtonAdd language to audio content and use it instead of...
2021-04-01 Carl HetheringtonFormatting and C++ tidying.
2021-03-31 Carl HetheringtonMove 3D-to-2D check (#1941).
2021-03-31 Carl HetheringtonC++11 cleanup.
2021-03-31 Carl HetheringtonAdd an assert for a function that can fail.
2021-03-31 Carl HetheringtonAdd burnt subtitle language to video content.
2021-03-31 Carl HetheringtonPut subtitle language back into content from the film...
2021-03-28 Carl HetheringtonTread .psd as an image file.
2021-03-28 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-03-25 Carl HetheringtonBump libdcp for MCA tag fixes.
2021-03-25 Carl HetheringtonUse XX as an audio language when there is no specified...
2021-03-23 Carl Hetheringtonpot/merge.
2021-03-22 Carl HetheringtonDon't insist on writing optional metadata (#1923).
2021-03-22 Mattias MattssonMore polish of Swedish translation
2021-03-22 Carl HetheringtonAdd simpler language tag dialog (#1931).
2021-03-21 Carl HetheringtonFix unescaped quote in translation.
2021-03-21 Mattias MattssonUpdated sv_SE translations v2
next