Kacper Michajłow

Results 82 issues of Kacper Michajłow

### mpv Information ```bash mpv v0.38.0-710-ga3b11b8812-dirty Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects built on Jul 26 2024 22:13:44 libplacebo version: v7.349.0 (v7.349.0-rc1-20-gea3d0673-dirty) FFmpeg version: N-116262-g61287272cb FFmpeg library versions: libavcodec 61.10.100 libavdevice...

os:win
down-upstream:amd

libmpv headers are installed to `mpv/`, so why are we pretending it is `libmpv`? Fixes documentation, libmpv meson dependency, tests. Read this before you submit this pull request: https://github.com/mpv-player/mpv/blob/master/DOCS/contribute.md Reading...

Hi, This is mostly a question if there is something we could to to workaround this, I tried making targets smaller and exclude some files from introspect or, but it...

The entire codebase is not ready to be clang-formatted and probably never will be, but we can at least check if the changes in new pull requests follow our coding...

This update introduces a demux_packet_pool, allowing for the reuse of previously allocated packets when needed. sizeof(AVPacket) is not a part of the lavc public ABI, which prevents us to allocate...

The fix for response files escaping issues has been merged. See: https://github.com/mesonbuild/meson/pull/11715 [TO BE MERGED ONCE IT IS ACTUALLY RELEASED] v1.5.2 still does not contain the fix.