gecko-dev/modules
Andrew Osmond 193c21ac76 Bug 1827703 - Improve integration with OpenH264 decoder. r=media-playback-reviewers,padenot
Prefer timestamp from the OpenH264 decoder if available.

This patch bumps the API version for the GMP plugin API. The OpenH264
library takes advatange of this. It also adds a few quality of life
options. One request the GMP library logging be turned on via the
"GMPLibrary" log module. One can toggle between single and
multi-threaded decoding via media.gmp.decoder.multithreaded. One can
toggle between single or batch decoding via
media.gmp.decoder.decode_batch.

Provided the OpenH264 library supports this, it will now provide the
adjusted presentation timestamp from the decoder. This is necessary for
encodings with B frames that may be out of order. This corresponds to
the SBufferInfo::uiOutYuvTimestamp from the library. If it is not
available, we will default to our historical behaviour and use the
original presentation timestamp.

Additionally, we now assume that H264 frames may also be provided out of
order, and we provide a reorder queue to buffer the input similar to the
other H264 decoders such as Apple's and Widevine's. This will ensure
that regardless of the plugin output, we will provide any necessary
reordering.

Differential Revision: https://phabricator.services.mozilla.com/D175281
2023-04-18 14:47:42 +00:00
..
brotli Bug 1821026 - Vendor brotli using mach vendor r=jfkthame 2023-03-08 17:13:24 +00:00
fdlibm Bug 1760633: Apply the fdlibm patches for the new files to the in-tree files r=arai 2023-01-06 20:12:33 +00:00
freetype2 Bug 1815879 - Update freetype2 to 2.13.0. r=jfkthame 2023-02-14 03:31:03 +00:00
libjar Bug 1828386 - Make modules/libjar buildable outside of a unified build environment r=andi 2023-04-18 13:43:20 +00:00
libmar Bug 1828385 - Make modules/libmar/verify buildable outside of a unified build environment r=andi 2023-04-18 13:43:20 +00:00
libpref Bug 1827703 - Improve integration with OpenH264 decoder. r=media-playback-reviewers,padenot 2023-04-18 14:47:42 +00:00
woff2 Bug 1821011 - Vendor woff2 using mach vendor r=jfkthame 2023-03-08 17:13:08 +00:00
xz-embedded
zlib Bug 1816737 - silence warning spam in (third-party) zlib code r=glandium 2023-02-17 01:29:01 +00:00
moz.build