x86: Don't use asm statement for trunc/truncf

17 September 11:30 - glibc - H.J. Lu

Compiler inlines trunc and truncf with SSE4.1.


avformat/movenc: add support for fragmented TTML muxing

16 September 13:29 - FFmpeg - Jan Ekström

Attempts to base the fragmentation timing on other streams as most receivers expect media fragments to be more or less aligned.


avcodec/mjpegdec: Avoid mixing return value and error code, avoid branch

15 September 15:52 - FFmpeg - Andreas Rheinhardt

mjpeg_decode_dc() currently has a special return value (0xfffff) for the case of invalid data; this value does not overlap with the ordinary return values, yet the compiler can't prove this (at least on x86 where an asm version of NEG_USR32 is used inside get_xbits()), so the non-error return value has to be checked for being the special value even if mjpeg_decode_dc() is inlined. This commit avoids this by separating error code and ordinary return value.

vf_colorspace: Add an option to clamp trc LUT output

15 September 14:39 - FFmpeg - Drew Dunne

Add a new flag to the vf_colorspace filter which provides the user an option to clamp the linear and delinear transfer characteristics LUT values to the [0, 1] represented range.

support: add check_mem_access function

15 September 08:47 - glibc - Yury Khrustalev

Add check_mem_access(addr) function to check if memory at addr can be written or read returning false if memory is not accessible.

avformat/whip: enable RTCP NACK for whip

15 September 06:40 - FFmpeg - Jack Lau

Refer to RFC 4585 4.2, Add SDP "a=rtcp-fb" so the peer can request rtx through sending NACKs. Add basic parsing for NACK packet.


Linux 6.17-rc6

14 September 21:21 - Linux Kernel - Linus Torvalds

avfilter: add gfxcapture, Windows.Graphics.Capture based window/monitor capture

14 September 11:45 - FFmpeg - Timo Rothenpieler


tdf#130857 tdf#160838 qt weld: Conditionally support sd comment menu

12 September 05:19 - LibreOffice - Michael Weghorn

Declare conditional support for the menu shown for the Impress comment popup, i.e.

tdf#130857 tdf#160838 qt weld: Support inserting menu separator

12 September 05:18 - LibreOffice - Michael Weghorn

Extract some logic from QtInstanceMenu::insert into a helper method.

Use a bit more standard null date

12 September 03:09 - LibreOffice - Mike Kaganski

The two places in cellvalueconversion.cxx using the null date were introduced in commit a7e949673cda3f0e2abfa49b2c22735f33205d01 (gridfixes: #i117265# use a NumberFormatter for converting cell values to text., 2012-09-14); they are used together, so that the code in lcl_convertDateToDays uses the same epoch as defined in the respective number formatter, and the obtained number value is only ever used inside convertToString in a call to the formatter's convertNumberToString.

LoongArch: Use the generic shmlab.h

12 September 01:42 - glibc - caiyinyu

The shmlba.h file related to the LoongArch architecture was introduced in commit 3eed5f3a1ee to address the mismatch in the SHMLBA definition between glibc and the kernel.