Fix badly-formatted FPS counts (#2155).
[dcpomatic.git] / src / lib /
2021-12-28 Carl HetheringtonFix badly-formatted FPS counts (#2155).
2021-12-28 Carl HetheringtonUpdated sv_SE translation from Adam Klotblixt.
2021-12-25 Carl HetheringtonExtract and improve code to find missing files (#1940).
2021-12-25 Carl HetheringtonExtract simple_digest().
2021-12-24 Carl HetheringtonTidy up backing up of config files, improve the tests...
2021-12-23 Carl HetheringtonRename email() -> send_emails().
2021-12-23 Carl HetheringtonFix missing screen name in KDM emails.
2021-12-23 Carl HetheringtonFix mistake in a7f61a15 causing bad_alloc exceptions...
2021-12-23 Carl HetheringtonFix a load of stuff that wasn't being freed on close.
2021-12-23 Carl HetheringtonAdd image_as_jpeg()
2021-12-23 Carl HetheringtonTiny optimisation.
2021-12-23 Carl HetheringtonMove Image::as_png() out to image_as_png().
2021-12-23 Carl HetheringtonRemove unnecessary method.
2021-12-21 Carl HetheringtonFix trimming of ATMOS MXFs.
2021-12-20 Carl HetheringtonTidy up NetworkError.
2021-12-18 Carl HetheringtonCleanup: remove unnecessary parameter to PlayerVideo...
2021-12-18 Carl HetheringtonMove make_dcp() out of Film (#2132).
2021-12-18 Carl HetheringtonAdd more filenames to content properties (#2120).
2021-12-13 Carl HetheringtonThrow a more appropriate exception.
2021-12-13 Carl HetheringtonExtend NetworkError to take a detail parameter.
2021-12-06 Carl HetheringtonAllow notification from disk writer jobs (#2143).
2021-12-06 Carl HetheringtonUse a virtual method rather than a set of nasty dynamic...
2021-12-06 Carl HetheringtonSet up {m,c,a}times on copied files (#2145).
2021-12-02 Carl HetheringtonFix possible incorrect eye mapping with 3D-alternate...
2021-11-29 Carl HetheringtonBe a little more careful to handle exceptions from...
2021-11-29 Carl HetheringtonWe must make empty sections for content with missing...
2021-11-29 Carl HetheringtonAdd --gain option to dcpomatic_create.
2021-11-29 Carl HetheringtonAdd --channel option to dcpomatic_create.
2021-11-29 Carl HetheringtonAdd a comment.
2021-11-29 Carl HetheringtonGet config_dir and output_dir more directly.
2021-11-28 Carl HetheringtonRearrange checking (and re-examining) content.
2021-11-28 Carl HetheringtonSimplify and fix job scheduler, especially with respect...
2021-11-28 Carl HetheringtonExtract part of the content change job to Content.
2021-11-22 Carl HetheringtonDon't import luminance of 0 from 2.14.x metadata files...
2021-11-16 Carl HetheringtonDon't fail to send a problem report if there's no ffpro...
2021-11-13 Carl HetheringtonFix failure to load DCPs from SMB shares (#2123).
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-09 Carl HetheringtonIt doesn't seem necessary to use shared_ptr for the...
2021-11-09 Carl HetheringtonAdd some missing const qualifiers.
2021-11-04 Carl HetheringtonC++11 tidying.
2021-11-03 Carl HetheringtonClarify that in this get_reel_assets() the content...
2021-11-03 Carl HetheringtonBail early if nothing can be referenced from this content.
2021-11-03 Carl HetheringtonCleanup variable name: k -> reel
2021-11-03 Carl HetheringtonFix errors when referencing trimmed DCPs (#2116).
2021-11-02 Carl HetheringtonCleanup: use a variable we already made.
2021-11-02 Carl HetheringtonCleanup variable name: l -> caption
2021-11-02 Carl HetheringtonCleanup variable name: k -> reel
2021-11-02 Carl HetheringtonCleanup variable name: j -> dcp
2021-11-02 Carl HetheringtonCleanup variable name: i -> content
2021-11-02 Carl HetheringtonCleanup variable name: a -> reel_assets
2021-11-01 Carl HetheringtonAdd CPL_FILENAME variable for cover sheets (#2107).
2021-10-29 Carl HetheringtonDon't fail the transcode job if we can't write analytics.
2021-10-27 Carl HetheringtonManual tweaks.
2021-10-27 Carl HetheringtonC++11 tidying.
2021-10-26 Carl HetheringtonRemove old declaration.
2021-10-26 Carl HetheringtonRemove some unnecessary using statements.
2021-10-24 Carl HetheringtonIf there is no end time in an AVSubtitle it seems we...
2021-10-24 Carl HetheringtonFix fade factor calculation when there is no end time.
2021-10-24 Carl HetheringtonFix missing verification messages.
2021-10-24 Carl HetheringtonUpdated es_ES translation from Manuel AC.
2021-10-23 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-10-17 Carl HetheringtonBasic and slightly inaccurate support for <Space> in...
2021-10-17 Carl HetheringtonMove some functions up the file so we can use them.
2021-10-17 Carl Hetheringtonpot/merge.
2021-10-15 Carl HetheringtonAlways block waiting for audio when exporting.
2021-10-15 Carl HetheringtonUse an enum instead of a bool to specify blocking/non...
2021-10-15 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-15 Carl HetheringtonFix compile for Windows, broken in 44b69f2d.
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-12 Carl HetheringtonDon't throw an error when the Butler says it is finishe...
2021-10-12 Carl HetheringtonCleanup: use enum class.
2021-10-11 Carl HetheringtonReplace some raw arrays with std::vectors.
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.
next