Andrey Semashev

Results 79 issues of Andrey Semashev

The stream list in the SRTP context is now implemented with two arrays: an array of SSRCs and an array of pointers to the streams corresponding to the SSRCs. The...

- The v128 operations are optimized for SSE2/SSSE3/SSE4.1. - `srtp_octet_string_is_eq` is optimized for SSE2. When SSE2 is not available, use a pair of 32-bit accumulators to speed up the bulk...

It would be nice if Boost.Spirit recognized `std::optional` in C++17 the way it does `boost::optional`. In particular, optional parsers should support `std::optional` attributes.

enhancement

Oftentimes, to mitigate transmission loss, a sender, who also encodes video content, has to generate a keyframe (IDR) so that the receiver recovers its decoded video state. There seems to...

enhancement

There seems to be no way to specify options on file descriptor construction, where a CLOEXEC flag could be specified. This primarily concerns sockets and `SOCK_CLOEXEC` flag for `socket` and...

I'd like to configure KDocker with Thunderbird so that it works as a normal "minimize to tray icon" would. Specifically: - When the application is not minimized, it is present...

- Sublime Version: 3.2.2 build 3211 - OS Version: Kubuntu 20.04 ``` C++ #if 0 #define X 1 #elif ABC == 1 #define X 2 #else #define X 3 #endif...

C: Syntax

It would be useful if for each AVX-512 intrinsic it was shown which AVX-512 subsets are required to use it. For example, for `_mm_permutexvar_epi8` it would say both VL and...

Sometimes, when I connect Sennheiser Momentum True Wireless 2 headset, it connects in HFP mode by default instead of A2DPSink. I can switch it to A2DPSink mode afterwards and it...

### Context I'm having a problem with Linphone 5.x (specifically 5.0.12, but it also reproduced with prior 5.x releases) on Linux desktop. I have a contact "sip:[email protected]:7060" (note the IP...

bug