Missed update to private test repo version.
[dcpomatic.git] / src / lib /
2024-03-31 Carl HetheringtonFix hanging/overlapping dvb subtitles (#2792).
2024-03-29 Carl HetheringtonFix crash introduced in previous commit.
2024-03-29 Carl HetheringtonFix lack of video rotation in some cases (#2971).
2024-03-29 Carl HetheringtonFix video scaling when the video needs rotation (#2791).
2024-03-29 Carl HetheringtonAdd VideoContent::rotate_size().
2024-03-15 Carl HetheringtonReplace use of sprintf with snprintf.
2024-03-07 Carl HetheringtonFix screen name order in KDM emails.
2024-03-07 Carl HetheringtonStore attachment contents in the Email object.
2024-03-07 Carl HetheringtonRename Emailer -> Email.
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-21 Carl HetheringtonFix failure to examine non-flat-ratio VFs (#2775).
2024-02-20 Carl HetheringtonFix build on Centos 7.
2024-02-17 Carl HetheringtonAdd option to load prefs from ZIP (#2771).
2024-02-17 Carl HetheringtonUse FileDialog for saving preferences ZIPs.
2024-02-17 Carl HetheringtonCleanup: 0 -> nullptr.
2024-02-16 Carl HetheringtonReturn empty optional rather than asserting.
2024-02-16 Carl HetheringtonCleanup: add missing explicit.
2024-02-16 Carl HetheringtonAdd Unzipper.
2024-02-14 Carl HetheringtonCleanup: white space.
2024-02-14 Carl HetheringtonCope with loading a film containing a missing DCP which...
2024-02-11 Carl HetheringtonDon't add a font with an empty ID for ccaps either...
2024-02-11 Carl HetheringtonFix apparently ineffective processors when analysing...
2024-02-11 Carl HetheringtonAdd option to stop the player using any audio processor.
2024-02-10 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2024-02-07 Carl HetheringtonDon't give confusing errors about WEBVTT when there...
2024-02-06 Carl HetheringtonRemove unused header.
2024-02-04 Carl HetheringtonTweak how lzma is linked.
2024-02-03 Carl HetheringtonDon't emit subtitle images that have a zero dimension...
2024-02-03 Carl HetheringtonAdd an assert to check that sws_getContext() succeeded.
2024-02-03 Carl HetheringtonAdd some asserts; sws_getContext() will fail if the...
2024-02-03 Carl HetheringtonSupport alpha blend onto YUV444P9LE and YUV444P10LE...
2024-02-03 Carl HetheringtonFix incorrect alpha channel scaling with RGBA64.
2024-02-03 Carl HetheringtonFix incorrect alpha step used for RGBA64 sources.
2024-02-03 Carl HetheringtonPut alpha_{data,stride} into OtherYUVParams.
2024-02-03 Carl HetheringtonSeparate out OtherParams into Other{RGB,YUV}Params.
2024-01-20 Carl HetheringtonExplicitly link zlib to keep new macOS environment...
2024-01-20 Carl HetheringtonBuild fix for HAVE_AVSUBTITLERECT_PICT case.
2024-01-20 Carl HetheringtonRemove unused variable.
2024-01-17 Carl HetheringtonFix ISDCF name when referring to OVs with subs (#2703).
2024-01-17 Carl HetheringtonMove burnt subtitle checks into ::subtitle_languages().
2024-01-17 Carl HetheringtonCleanup: forward declaration sorting.
2024-01-16 Carl HetheringtonRemember some more paths when selecting files (#2728).
2024-01-15 Carl HetheringtonFix handling of empty font IDs and default DCP fonts...
2024-01-13 Carl HetheringtonAdd an assert.
2024-01-12 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2024-01-12 Carl HetheringtonFix scaling of bitmap subs when the corresponding video...
2024-01-11 Carl Hetheringtonpot/merge.
2024-01-11 Carl HetheringtonUpdated fa_IR translation from Soleyman Rahmani.
2024-01-10 Carl HetheringtonMark a VF as having assets, even if they are unresolved...
2024-01-09 Carl HetheringtonRe-make video after YUV/RGB matrix is changed (#2714).
2024-01-09 Carl HetheringtonCheck for bad DN qualifiers on signer certificates...
2024-01-09 Carl HetheringtonMove ScopeGuard into libdcp.
2024-01-07 Carl HetheringtonUpdated fa_IR translation from Soleyman Rahmani.
2024-01-05 Carl HetheringtonCleanup: remove unused method.
2024-01-05 Carl HetheringtonDon't use video streams with AV_DISPOSITION_ATTACHED_PI...
2024-01-05 Carl HetheringtonAdd new "territory type" so that INT-T{D,L} can be...
2024-01-05 Carl HetheringtonAdd Choice::set_by_data().
2024-01-04 Carl HetheringtonCleanup: longer variable name.
2024-01-04 Carl HetheringtonMerge branch '2694-remove-odd-check'
2024-01-04 Carl HetheringtonAdd dummy subtitle and closed caption reels even when...
2024-01-04 Carl HetheringtonDon't try to add fonts from an asset that we don't...
2024-01-04 Carl HetheringtonDon't add an asset that we don't have.
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...
2024-01-04 Carl HetheringtonAllow specification of map CPLs by ID (#2702).
2024-01-01 Carl HetheringtonUpdated fa_IR translation from Soleyman Rahmani.
2023-12-31 Carl HetheringtonFix macOS build for previous.
2023-12-30 Carl HetheringtonBetter logging to help with #2701.
2023-12-30 Carl HetheringtonTry to clarify player "dual" mode in the configuration.
2023-12-24 Carl HetheringtonAdd stubs for fa_IR (Farsi/Persian). v2.16.71
2023-12-12 Carl HetheringtonRun premultiply filter on still images that have alpha...
2023-12-12 Carl HetheringtonCleanup: const.
2023-12-12 Carl HetheringtonPrevent crash if you forget to call FilterGraph::setup().
2023-12-12 Carl HetheringtonAdd a premultiply filter to sources with an alpha chann...
2023-12-12 Carl HetheringtonAdd FFmpegExaminer::has_alpha().
2023-12-12 Carl HetheringtonCleanup: use a lambda.
2023-12-12 Carl HetheringtonCleanup: use some better variable names.
2023-12-09 Carl HetheringtonDon't scan content if we don't need to (#2661).
2023-12-09 Carl HetheringtonExtract scan_content().
2023-12-09 Carl HetheringtonSupport YUV422P9LE in alpha_blend() (#2671). notar1
2023-11-29 Carl HetheringtonDon't reduce the audio channel count on adding ATMOS...
2023-11-29 Carl HetheringtonFix segfault when creating KDMs with certificates and...
2023-11-26 Carl HetheringtonCleanup: remove unnecessary include.
2023-11-26 Carl HetheringtonDon't hide errors when trying to make configuration...
2023-11-26 Carl HetheringtonFix stray \r characters in output of ls_url on Windows...
2023-11-26 Carl HetheringtonMake an error more detailed.
2023-11-23 Carl HetheringtonUpdate servers list after connecting to the signal.
2023-11-23 Carl HetheringtonClarify error messages about missing configuration.
2023-11-21 Carl HetheringtonFix Centos 7 build.
2023-11-20 Carl HetheringtonMissing header for Windows build.
2023-11-20 Carl HetheringtonCleanup: whitespace and header sorting.
2023-11-20 Carl HetheringtonVerify encrypted DCPs (more) correctly (#2659).
2023-11-20 Carl HetheringtonFix audio analysis attempts with source files that...
2023-11-20 Carl HetheringtonCleanup: handle Filter objects by value rather than...
2023-11-20 Carl HetheringtonCleanup: remove an unnecessary shared_ptr.
2023-11-20 Carl HetheringtonAdd header guards.
2023-11-20 Carl HetheringtonDon't feed channels to leqm that we don't have a correc...
2023-11-20 Carl HetheringtonAdd a dialog to show which screens have potentially...
2023-11-20 Carl HetheringtonCleanup: header ordering.
next