- 20 Apr, 2021 1 commit
-
-
Max Kellermann authored
-
- 06 Apr, 2021 20 commits
-
-
Max Kellermann authored
This is semi-standard and doesn't require the util/Compiler.h header.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This allows using it in constant expressions.
-
Max Kellermann authored
This makes it compatible with containers storing std::unique_ptr.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
May allow the compiler to optimize calls away.
-
- 29 Mar, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Mar, 2021 1 commit
-
-
Simon Persson authored
Add support for the following tags when using the proxy database plugin: WORK CONDUCTOR LABEL GROUPING MUSICBRAINZ_WORKID COMPOSERSORT ENSEMBLE MOVEMENT MOVEMENTNUMBER LOCATION
-
- 13 Mar, 2021 3 commits
-
-
Max Kellermann authored
-
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
-
Shen-Ta Hsieh authored
-
- 10 Mar, 2021 12 commits
-
-
bitkeeper authored
The current http output doesn't provide a header for cross-origin support. This prevents to use the mpd http stream directly from an other webapplication due the origin from the webpage differs from then the audio stream. The fix is to add the following header to the http response: Access-Control-Allow-Origin: *
-
Simon Persson authored
This commit adds some tags that are (mostly) interesting for listeners of classical music. Ensemble -------- This is an ensemble that is playing the music, such as Wiener Philharmoniker. The tag can be used to distinguish the ensemble from the conductor, composer, soloist, and ensemble, that are generally all in the "ARTIST" tag. Movement ------- The movement number and movement (name) of this track, i.e. "II" and "Allegro". ComposerSort ------------ Allows us to look for Beethoven's 9th under B, for Beethoven, not L for Ludwig. Location -------- This is the location of the recording, e.g. "Wiener Musikverein".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Calling consume_all() is illegal in the producer thread.
-
Max Kellermann authored
Fixes bogus Delay() results at the start of playback, because Delay() thinks the output is paused.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes a bogus assertion failure (which can now be removed).
-
Max Kellermann authored
-
Max Kellermann authored
-