- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 04 Nov, 2020 1 commit
-
-
Max Kellermann authored
If the FFmpeg filter outputs planar data, interleave it, just like the FFmpeg decoder plugin does.
-
- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 24 Mar, 2019 5 commits
-
-
Max Kellermann authored
The two were never used at the same time, and merging them saves one allocation.
-
Max Kellermann authored
This transfers ownership of the buffer instead of adding another reference.
-
Max Kellermann authored
Fix another memory leak. Closes https://github.com/MusicPlayerDaemon/MPD/issues/514
-
Max Kellermann authored
A newly allocated buffer doesn't need this call; it only adds overhead for copying the data.
-
Max Kellermann authored
av_frame_get_buffer() leaks memory if buffers were already allocated. Fixes one of the memory leaks of https://github.com/MusicPlayerDaemon/MPD/issues/514
-
- 18 Mar, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-