- 27 Aug, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Aug, 2021 8 commits
-
-
Rosen Penev authored
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
The ChainFilter class is extremely complicated code, and will grow to be even more complicated when the Filter interface gets extended. Let's just remove it; we can easily chain many TwoFilters instead.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Aug, 2021 12 commits
-
-
Max Kellermann authored
release v0.22.11
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1233
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Insert an "aformat" filter which converts double-precision to single-precision. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1235
-
Max Kellermann authored
If DetectFilterOutputFormat() fails to determine the output format, insert an "aformat" filter which attempts to force a specific output format. Fixes part 2 of of https://github.com/MusicPlayerDaemon/MPD/issues/1235
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Merge some duplicate code.
-
Max Kellermann authored
Since AVFilterContext are freed automatically, this wrapper class serves no purpose. Let's remove it.
-
Max Kellermann authored
Fixes potential double-free bugs which currently did not occur because the destructors happened to be called in the right order.
-
- 23 Aug, 2021 3 commits
-
-
Max Kellermann authored
Fixes part 1 of https://github.com/MusicPlayerDaemon/MPD/issues/1235
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Aug, 2021 6 commits
-
-
Dave Hocker authored
-
Rosen Penev authored
The type is duplicated otherwise Found with modernize-use-auto Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-const-return-type Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-use-anyofallof Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
loop is wrong anyway. It's missing a break; Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
The latter is easier to read and is the "correct" thing to do. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 17 Aug, 2021 6 commits
-
-
Samir Benmendil authored
Prevent a segfault when accessing album art. Fix #1224 #1225
-
Max Kellermann authored
-
git://github.com/neheb/MPDMax Kellermann authored
-
Rosen Penev authored
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with cppcoreguidelines-avoid-non-const-global-variables Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-use-default Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 10 Aug, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-