avformat/mpegts: add support for ATSC E-AC-3 streams

20 November 23:59 - FFmpeg - Scott Theisen

ATSC A/52:2018 Digital Audio Compression (AC-3, E-AC-3), Annex G defines stream_type 0x87 for E-AC-3 bit streams.

Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

20 November 20:51 - Linux Kernel - Linus Torvalds

tdf#91315 Implemented RTL support for SVG export

20 November 18:42 - LibreOffice - Jonathan Clark

Previously, the direction attribute was not set on text tags when exporting RTL text to SVG.

Catch exceptions thrown when notifying individual listeners

20 November 16:14 - LibreOffice - Stephan Bergmann

Any such exceptions were already caught further up the stack (by SfxBaseModel::postEvent_Impl), but prevented later listeners from being notified as soon as one listener threw an exception (which I saw happen with some 3rd-party extension).

CppunitTest_sw_htmlexport: split in two

20 November 16:00 - LibreOffice - Xisco Fauli

It already had 114 tests

Resolves tdf#163856 - Disentangle boundaries options

20 November 15:56 - LibreOffice - Heiko Tietze

- Boundary toggles removed from app colors

file_fdw: Add REJECT_LIMIT option to file_fdw

20 November 14:53 - PostgreSQL - Fujii Masao

Commit 4ac2a9bece introduced the REJECT_LIMIT option for the COPY command.

AArch64: Add support for memory protection keys

20 November 11:30 - glibc - Yury Khrustalev

This patch adds support for memory protection keys on AArch64 systems with enabled Stage 1 permission overlays feature introduced in Armv8.9 / 9.4 (FEAT_S1POE) [1]. 1.

manual: Add description of AArch64-specific pkey flags

20 November 11:30 - glibc - Yury Khrustalev

Describe AArch64 specific flags PKEY_DISABLE_READ and PKEY_DISABLE_EXECUTE that are available on AArch64 systems with enabled Stage 1 permission overlays feature introduced in Armv8.

AArch64: Remove thunderx{,2} memcpy

20 November 11:23 - glibc - Andrew Pinski

ThunderX1 and ThunderX2 have been retired for a few years now.

avcodec/mediacodecenc: add async mode support

20 November 11:23 - FFmpeg - Zhao Zhili

It has better performance than poll in a loop.

avcodec/mediacodec_wrapper: add async mode support

20 November 11:23 - FFmpeg - Zhao Zhili

avcodec/mediacodecenc: Add operating_rate option

20 November 11:22 - FFmpeg - Zhao Zhili

For example, with ./ffmpeg -operating_rate 400 -hwaccel mediacodec -i test.mp4 -an \-c:v h264_mediacodec -operating_rate 400 -b:v 5M -f null -The transcoding speed is 254 FPS.

avcodec/mediacodecdec: Add operating_rate option

20 November 11:20 - FFmpeg - Zhao Zhili

The codec wants to know whether the usecase is realtime playback or full-speed transcoding, or playback at a higher speed.