- 12 Apr, 2011 7 commits
-
-
Anton Khirnov authored
All modern distros ship 0.5, so there's no need to support old and buggy ffmpeg versions.
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
Max Kellermann authored
Conflicts: NEWS configure.ac src/listen.c
-
Simon Kagstrom authored
There is a global despotify session, so it should not be initialized until needed.
-
Simon Kagstrom authored
-
Simon Kagstrom authored
-
Simon Kagstrom authored
-
- 31 Mar, 2011 1 commit
-
-
Jonathan Neuschäfer authored
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
-
- 29 Mar, 2011 5 commits
-
-
Simon Kagstrom authored
-
Simon Kagstrom authored
-
Simon Kagstrom authored
For spotify playlists or tracks. Uses a spt uri, so with mpc you can add playlists with mpc load spt://spotify:user:simon.kagstrom:playlist:3SUwkOe5VbVHysZcidEZtH
-
Simon Kagstrom authored
For Spotify tracks. Uses a spt URI, so with mpc you can play tracks with e.g., mpc add spt://spotify:track:5qENVY0YEdZ7fiuOax70x1 mpc play Uses the pcm_decoder_plugin for the output
-
Simon Kagstrom authored
Used to connect and authenticate to despotify. Provides a singleton session and a desptoify-track-to-tags function.
-
- 23 Mar, 2011 8 commits
-
-
Max Kellermann authored
Fix clang warning.
-
Max Kellermann authored
-
Max Kellermann authored
Use audio_format_mask_valid() to verify a mask.
-
Max Kellermann authored
Thanks to clang for complaining.
-
Simon Kagstrom authored
E.g., spotify isn't seekable.
-
Simon Kagstrom authored
Otherwise the song playing might go on forever.
-
Simon Kagstrom authored
Otherwise OGGs can't be played.
-
Hans-Kristian Arntzen authored
Should fix build errors for Win32.
-
- 19 Mar, 2011 3 commits
-
-
Max Kellermann authored
Conflicts: Makefile.am NEWS configure.ac
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 18 Mar, 2011 3 commits
-
-
Max Kellermann authored
Call print_playlist_result() instead of casting the enum implicitly.
-
Max Kellermann authored
Fixes build failure on WIN32.
-
Max Kellermann authored
Fix compiler warning.
-
- 16 Mar, 2011 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Without the ogg_stream_reset() call, the "e_o_s" flag never gets reset, and libogg writes EOS packets over and over.
-
Max Kellermann authored
Without the ogg_stream_reset() call, the "e_o_s" flag never gets reset, and libogg writes EOS packets over and over.
-
Max Kellermann authored
Conflicts: NEWS configure.ac src/output/jack_plugin.c src/update.c
-
Hans-Kristian Arntzen authored
-
- 14 Mar, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 09 Mar, 2011 2 commits
-
-
Ulrich Spörlein authored
-
Ulrich Spörlein authored
This makes FreeBSD detect libogg correctly. The '==' operator is an undocumented GNU extension to test(1) and cannot be relied upon to exist and do the right thing. POSIX mandates string comparisons to be done using "test foo = bar".
-
- 27 Feb, 2011 4 commits
-
-
Max Kellermann authored
See code comment.
-
Max Kellermann authored
According to the Solaris dsp manpage, AFMT_S24_PACKED is little-endian: http://download.oracle.com/docs/cd/E19963-01/821-1475/6nmf5baot/index.html The Minix soundcard.h header says the same.
-
Max Kellermann authored
From http://bugs.debian.org/513291 "In mpd.conf, the "admin" permission covers updating the db and killing mpd. "Since there are quite some usecases in which the user can upload music to the mpd's directory by means of anonymous FTP or so, it is desirable that any user may issue a db update, while killing the mpd should not be possible. "I'd suggest to remove the db update from the admin group and either add it to "control" or an own group."
-
Max Kellermann authored
With mono sound, jack_sample_size is smaller than frame_size (4 vs 2 bytes), and "space/jack_sample_size==0". That means mpd_jack_play() will return 0, although no error has occurred.
-