This reverts commit 4a99991086.
Reason for revert: temporary revert since this breaks the build on most distros that we currently support, including Ubuntu 24.04, and sdbus-cpp 2.0 is not backward compatible with older systemd versions.
GitLab: #1141
Change-Id: I3d50c0a433bd63d7dc76a2659258cf9e38bbbc29
Bump to 9abe5fe7db729280080a0bbc1397a528cd3ce658, this adds numerous
fix, mainly to wasapi.
GitLab: #1962
Change-Id: I0112e391e378b3273bfb5e168bfbe55be3272277
This reverts commit f20373cda2.
The reasoning is that the commit above introduces an issue
which is more common than the problem it resolves.
We temporarily revert until we are able to find a solution
which can distinguish between the two instances in which avcodec_send_packet returns AVERROR_INVALIDDATA. This revert
adds a comment which describes the two issues.
GitLab: #1137
Change-Id: Ib3a5ed6ff13b3a160870d48c748c99f37fa2288e
f76aba52e9 introduced a regression where CONF_TARBALLS was no longer
set to the value provided to --cache-dir.
Change-Id: I16cb8da6bb3d0a65d33a272d6ca24f79cca36de6
The commands apparently run for each file listed, or something
similar, leading to:
configure: creating ./config.status
config.status: creating test/agent/Makefile
chmod: cannot access 'test/agent/pre-inst-env': No such file or directory
chmod: cannot access 'test/agent/scenarios/bulk-calls/run-scenario': No such file or directory
config.status: creating test/agent/pre-inst-env
chmod: cannot access 'test/agent/scenarios/bulk-calls/run-scenario': No such file or directory
* configure.ac [ENABLE_AGENT]: Separate AC_CONFIG_FILES uses per file.
Change-Id: Ib283955b73540248e09bf31ef44ef3d178b216fa
Set AV_CODEC_FLAG2_LOCAL_HEADER for H.264 to include
SPS/PPS headers in each keyframe. This improves decoder
robustness during packet loss or late joins in RTP
streaming scenarios.
Change-Id: I9f31bd26dca343a83cff1cfa5cc8ada789f94786
Save password and scheme on new device during
linking. Set archiveHasPassword flag in config
when saving the archive.
Change-Id: I8822c746d2f7968fef5493ee3f4c92f121274c5a
Namedirectory unit tests uses restinio directly which itself depends on llhttp.
So while restinio itself is header only, we need to declare the dependency
for appropriate linking of llhttp.
Change-Id: I113257613c660e5e73c52c14fb6691cd6c85f693
The function mediaTypeToString never checked for nullptr
return values, which could potentially lead to crashes.
This patch ensures it always returns a valid string for
all defined MediaType values.
Change-Id: I81ef8876e1f57265584fae02cdfaff2894ff9f8c