Add Job::seconds_since_last_progress_update().
[dcpomatic.git] / src / lib /
2021-11-13 Carl HetheringtonAdd Job::seconds_since_last_progress_update().
2021-11-13 Carl HetheringtonCleanup: use seconds() method.
2021-11-11 Carl HetheringtonRemove player activity logging. Fixes #2122.
2021-11-04 Carl HetheringtonClarify that in this get_reel_assets() the content...
2021-11-04 Carl HetheringtonBail early if nothing can be referenced from this content.
2021-11-04 Carl HetheringtonCleanup variable name: k -> reel
2021-11-04 Carl HetheringtonFix errors when referencing trimmed DCPs (#2116).
2021-11-04 Carl HetheringtonCleanup: use a variable we already made.
2021-11-04 Carl HetheringtonCleanup variable name: l -> caption
2021-11-04 Carl HetheringtonCleanup variable name: k -> reel
2021-11-04 Carl HetheringtonCleanup variable name: j -> dcp
2021-11-04 Carl HetheringtonCleanup variable name: i -> content
2021-11-04 Carl HetheringtonCleanup variable name: a -> reel_assets
2021-11-04 Carl HetheringtonDon't fail the transcode job if we can't write analytics.
2021-10-27 Carl HetheringtonManual tweaks.
2021-10-25 Carl HetheringtonIf there is no end time in an AVSubtitle it seems we...
2021-10-25 Carl HetheringtonFix fade factor calculation when there is no end time.
2021-10-25 Carl HetheringtonFix missing verification messages.
2021-10-23 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-10-18 Carl HetheringtonUpdated es_ES translation from Manuel AC.
2021-10-17 Carl HetheringtonBasic and slightly inaccurate support for <Space> in... v2.15.170
2021-10-17 Carl HetheringtonMove some functions up the file so we can use them.
2021-10-17 Carl Hetheringtonpot/merge.
2021-10-16 Carl HetheringtonAlways block waiting for audio when exporting. v2.15.169
2021-10-16 Carl HetheringtonUse an enum instead of a bool to specify blocking/non...
2021-10-16 Carl HetheringtonAdd comment.
2021-10-15 Carl HetheringtonIgnore audio streams that fall too far behind (#2101).
2021-10-15 Carl HetheringtonCleanup some unused usings.
2021-10-13 Carl HetheringtonAdd some asserts to check for negative trims.
2021-10-13 Carl HetheringtonIgnore errors from avcodec_send_packet.
2021-10-12 Carl HetheringtonIgnore .AppleDouble folders inside DCPs.
2021-10-11 Carl HetheringtonDon't throw an error when the Butler says it is finishe...
2021-10-11 Carl HetheringtonCleanup: use enum class.
2021-10-09 Carl HetheringtonDon't ignore font settings for DCP subtitles (#2074). v2.15.167
2021-10-09 Carl HetheringtonAdd comment.
2021-10-09 Carl HetheringtonCleanup some unused using statements and other bits.
2021-10-09 Carl HetheringtonMore logging in the DCPExaminer.
2021-10-09 Carl HetheringtonC++11 tidying.
2021-10-03 Carl HetheringtonDon't scale chroma subsampled images to sizes that... v2.15.166
2021-10-03 Carl HetheringtonDifferentiate requested and actual crop.
2021-10-03 Carl HetheringtonAdd PixelQuanta to VideoContent.
2021-10-03 Carl HetheringtonUpdated it_IT translation from Riccardo Mantani.
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonMake merge return the right alignment even if it's...
2021-09-27 Carl HetheringtonCheck that the image used to make a Cairo::ImageSurface...
2021-09-27 Carl HetheringtonVarious alignment tidying/fixups.
2021-09-27 Carl HetheringtonRemove unused using
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-09-27 Carl HetheringtonSome const correctness.
2021-09-27 Carl HetheringtonSupport subs and tidy up a few things.
2021-09-27 Carl HetheringtonAdd accessor for _text.
2021-09-27 Carl HetheringtonSetup Butler::_prepare_only_proxy on construction.
2021-09-27 Carl HetheringtonWhen the player is used in OpenGL mode, pass unscaled...
2021-09-27 Carl HetheringtonAdd new GLError constructor.
2021-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonRemove unused method. own-config
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
2021-09-26 Carl HetheringtonRemove some unused using statements.
2021-09-26 Carl HetheringtonPrefer %userprofile% to %homedrive% and %homepath%...
2021-09-25 cahRead ISDCF Metadata from 2.14.x metadata (#2083).
2021-09-21 Carl HetheringtonTweak formatting. v2.15.162
2021-09-21 Carl HetheringtonOnly define UNICODE in src/lib/{cross_windows,util...
2021-09-21 Carl HetheringtonMove 'show in file manager' code to cross_*
2021-09-19 Carl HetheringtonAssorted tidying.
2021-09-19 Carl HetheringtonAdd LastWrittenBy to metadata (#2080).
2021-09-19 Carl HetheringtonUse a constexpr and a nullptr.
2021-09-19 Carl Hetheringtoninclude/using sorting and some white space.
2021-09-19 Carl HetheringtonRemove unused VideoContentProperty::SCALE and listen...
2021-09-19 Carl HetheringtonCheck _inter_size in ::has_j2k() (fixes #2086).
2021-09-19 Carl HetheringtonAdd state of _reencode_j2k to the video identifier.
2021-09-19 Carl HetheringtonRemove an unused using.
2021-09-19 Carl HetheringtonFix failure to open v2.14.x documents with invalid...
2021-09-19 Carl HetheringtonC++11 and general tidying.
2021-09-12 Carl HetheringtonAdd another believed-correct subtitle timing fix. v2.15.161
2021-09-12 Carl HetheringtonFix missing subtitles embedded in files decoded by...
2021-09-12 Carl HetheringtonAdd missing avsubtitle_free().
2021-09-02 Carl HetheringtonUpdated zh_CN translation from Kahn Li. v2.15.159
2021-08-24 Carl HetheringtonUpdated it_IT translation from Riccardo Mantani.
2021-08-24 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-08-20 Carl Hetheringtonpot/merge.
2021-08-20 Carl HetheringtonFix typo if -> of (thanks to Uwe Dittes)
2021-08-20 Carl HetheringtonUpdated de_DE translation from Uwe Dittes.
2021-08-17 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-08-17 Carl HetheringtonAdd defaults for facility, studio, chain, distributor...
2021-08-12 Carl HetheringtonSome missing override statements.
2021-08-12 Carl Hetheringtonpot/merge.
2021-08-12 Carl Hetheringtonpot/merge.
2021-08-11 Carl HetheringtonC++11 tidying.
2021-08-11 Carl HetheringtonWhite space.
2021-08-11 Carl HetheringtonAdd comment.
2021-08-11 Carl HetheringtonDon't write empty <Text> nodes in subtitles/closed...
2021-08-04 Carl HetheringtonAllow specifying and writing sign language video langua... v2.15.157
2021-08-03 Carl HetheringtonFix build with newer FFmpeg.
2021-08-02 Carl HetheringtonSome const-correctness.
2021-08-01 Carl HetheringtonDo all text -> HTML conversion for subtitles in the...
2021-07-24 Carl HetheringtonAdd a comment.
2021-07-15 Carl HetheringtonC++11 tidying.
2021-07-13 Carl HetheringtonAdd label for sign language track.
2021-07-05 Carl HetheringtonTidy a little and use some std::vector instead of raw...
next