Andrey Semashev

Results 79 issues of Andrey Semashev

Simply moving the cursor up and down across a C++ file feels slow and consumes a lot of CPU. It seems like the UI is updated in about 10 fps,...

Lazarus/FPC issue

Please, add an option to remember last playback position (time) for a particular file or stream. This is useful to be able to continue watching a lengthy video where I...

enhancement

It would be nice if it was possible to configure the pipeline of video/audio filters to apply during playback. For example, I'm most interested in the gradfun filter, which is...

enhancement

This is particularly useful to be able to add a Youtube playlist to QMPlay2. One can expand the playlist URL into the list of particular videos using youtube-dl, and it...

enhancement

**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?**: Yes. **What version of Shaka Player are you using?**: Reproduces on 2.5.0-beta2 and 2.4.5. **Can you reproduce the issue...

type: enhancement
component: HLS
priority: P4

**Version(please complete the following information):** - Ice Version 3.7.7 - OS: Kubuntu 21.10 - Distribution: Apt - Gradle: 7.3 **Describe the bug** ZeroC ICE fails to compile during `:glacier2:compileSlice` task:...

This is an updated version of https://github.com/oneapi-src/oneTBB/pull/106, which is rebased on top of oneTBB 2021.1.1 code base. This allows to significantly reduce CPU system time while spinning, as `nanosleep` deschedules...

enhancement

Please mark relevant functions in TBB `noexcept`. In particular, consider these members: - Default constructors, where possible - Move constructors - Move assignment - `swap` members and free functions -...

enhancement

This resolves gcc warnings about deprecated in C++11 implicitly generated assignment operators when user-defined constructors are present. This is because the constructors are inherited by a user-declaration from a base...

enhancement

This allows to significantly reduce CPU system time while spinning, as apparently nanosleep deschedules the thread for a longer time. See https://github.com/01org/tbb/issues/105. On the test presented there, this patch offers...

enhancement