- 03 Jul, 2011 1 commit
-
-
Skottish authored
FFmpeg/libav have dropped AVIO_RDONLY in favor of AVIO_FLAG_READ. This patch fixes that in MPD.
-
- 01 Jul, 2011 1 commit
-
-
Max Kellermann authored
-
- 03 Jun, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Conflicts: src/decoder/ffmpeg_decoder_plugin.c
-
- 09 May, 2011 11 commits
-
-
Max Kellermann authored
Keep those when scanning for empty directories. The check in playlist_vector_is_empty() was missing.
-
Qball Cow authored
-
Max Kellermann authored
It's a no-op and deprecated.
-
Max Kellermann authored
-
Max Kellermann authored
URLContext is deprecated.
-
Max Kellermann authored
g_path_get_dirname() returns "." when there is no directory name in the given path. This patch adds a workaround for that.
-
Max Kellermann authored
-
Max Kellermann authored
avcodec_decode_audio3() has been added in libavformat 52.25.0, and the predecessor avcodec_decode_audio2() has been deprecated.
-
Max Kellermann authored
-
Anton Khirnov authored
fixes build with lavc 53.
-
Max Kellermann authored
For ffmpeg < 0.5. Copied from libavutil 0.5.
-
- 12 Apr, 2011 9 commits
-
-
Max Kellermann authored
avcodec_decode_audio3() has been added in libavformat 52.25.0, and the predecessor avcodec_decode_audio2() has been deprecated.
-
Max Kellermann authored
-
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 2 commits
-
-
Max Kellermann authored
Conflicts: Makefile.am NEWS configure.ac
-
Avuton Olrich authored
-