- 24 Aug, 2021 1 commit
-
-
Max Kellermann authored
Since AVFilterContext are freed automatically, this wrapper class serves no purpose. Let's remove it.
-
- 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 2 commits
-
-
Max Kellermann authored
The two were never used at the same time, and merging them saves one allocation.
-
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 1 commit
-
-
Max Kellermann authored
-