- 13 Oct, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The wrong variable was used. This has been broken by commit 4eeea640 seven years ago - and nobody as noticed, d'oh!
-
Max Kellermann authored
-
- 06 Oct, 2021 1 commit
-
-
Max Kellermann authored
Fixes crash bug.
-
- 08 Sep, 2021 1 commit
-
-
Rosen Penev authored
make_pair is an old C++98 function that can be replaced by modern shorter constructs. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 26 Aug, 2021 2 commits
-
-
Rosen Penev authored
These should be equivalent anyway. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 17 Aug, 2021 2 commits
-
-
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>
-
- 05 Aug, 2021 2 commits
-
-
Max Kellermann authored
If UpdateStreamTag() gets called while an initial seek is pending, the result will never be submitted to a MusicChunk. By avoiding the UpdateStreamTag() call in that case (by moving UpdateStreamTag() to after the PrepareInitialSeek() check), the song_tag is preserved until UpdateStreamTag() is called again from SubmitData(). This fixes missing tags in the "httpd" output. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1137
-
Max Kellermann authored
-
- 30 Jul, 2021 1 commit
-
-
Max Kellermann authored
-
- 28 Jul, 2021 1 commit
-
-
Sam Bazley authored
-
- 25 Jun, 2021 1 commit
-
-
Max Kellermann authored
-
- 24 Jun, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 31 May, 2021 3 commits
-
-
Max Kellermann authored
av_demuxer_iterate() was added in libavformat 58.9.100. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1178
-
Max Kellermann authored
-
Rosen Penev authored
Found with cppcoreguidelines-special-member-functions Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 27 May, 2021 1 commit
-
-
GrimReaperFloof authored
-
- 26 May, 2021 10 commits
-
-
GrimReaperFloof authored
-
GrimReaperFloof authored
-
GrimReaperFloof authored
-
GrimReaperFloof authored
-
GrimReaperFloof authored
-
Max Kellermann authored
-
Max Kellermann authored
From libavformat/mov.c. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1173
-
Max Kellermann authored
-
Max Kellermann authored
This mapping was added 11 years ago in commit 766b9fd4, but FFmpeg doesn't appear to support it.
-
Max Kellermann authored
These were added 11 years ago in commit 766b9fd4, but I cannot find any evidence in the FFmpeg repository that these names were ever supported. This commit adds the tags as they are currently present in libavformat/mov.c.
-
- 25 May, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 May, 2021 2 commits
-
-
GrimReaperFloof authored
-
GrimReaperFloof authored
-
- 07 May, 2021 1 commit
-
-
GrimReaperFloof authored
-
- 13 Mar, 2021 1 commit
-
-
John Regan authored
Upcoming release of game-music-emu will support it, details here: https://bitbucket.org/mpyne/game-music-emu/pull-requests/23/rsn-support
-
- 04 Mar, 2021 2 commits
-
-
Max Kellermann authored
Replaces the static Duplicate() method.
-
Max Kellermann authored
To make things simpler, AllocatedString is now a non-template class.
-
- 22 Feb, 2021 2 commits
-
-
Max Kellermann authored
Regression by commit a22d1c88 Closes https://github.com/MusicPlayerDaemon/MPD/issues/1097
-
Max Kellermann authored
-