Compiler inlines trunc and truncf with SSE4.1.
Attempts to base the fragmentation timing on other streams as most receivers expect media fragments to be more or less aligned.
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.
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.
Add check_mem_access(addr) function to check if memory at addr can be written or read returning false if memory is not accessible.
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.
Declare conditional support for the menu shown for the Impress comment popup, i.e.
Extract some logic from QtInstanceMenu::insert into a helper method.
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.
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.