- 23 Aug, 2011 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This warning should only be logged when we really received something. When the client disconnects, G_IO_IN is triggered, and the read returns G_IO_STATUS_EOF.
-
Max Kellermann authored
Move the variable "vbr_update_acc" into the #ifdef block.
-
- 20 Jul, 2011 12 commits
-
-
Max Kellermann authored
In the "vorbis" plugin, this is a copy of the old flush() method, while flush() gets a lot of code remove, it just sets the "flush" flag and nothing else. It doesn't start a new stream now, which should fix a few problems in some players.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Enable gcc optimizations.
-
Max Kellermann authored
The method may take longer, and we shouldn't be holding the lock.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
It used to ignore the decoder_data() return value.
-
Max Kellermann authored
libwavpack provides int32_t samples, and wants uin32_t for sample counts.
-
Max Kellermann authored
.. and remove one indent level.
-
Max Kellermann authored
Use a shortcut in playlist_seek_song(), don't call playlist_play_order() because that would reset the "paused" state.
-
Max Kellermann authored
-
- 18 Jul, 2011 11 commits
-
-
Max Kellermann authored
av_open_input_stream() has been deprecated.
-
Max Kellermann authored
AVMetadata has been deprecated.
-
Max Kellermann authored
For accessing the child of a directory, one needs X_OK on the directory.
-
Max Kellermann authored
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
This patch seems a bit ugly, maybe it would be a bit cleaner with gotos.
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
-
- 03 Jul, 2011 8 commits
-
-
Max Kellermann authored
Was always displayed as "no", even if one was found.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Jonathan Ballet authored
-
Max Kellermann authored
Don't calculate the song duration when the sample rate is 0 (division by zero crash).
-
oblique authored
-
Tony Miller authored
This patch fixes a typo in doc/user about playlist plugins. Its in the top commit in my repository in a branch called 'doc_fix': git://github.com/mcfiredrill/mpd.git
-
- 04 Jun, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 09 May, 2011 4 commits
-
-
Max Kellermann authored
Keep those when scanning for empty directories. The check in playlist_vector_is_empty() was missing.
-
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.
-