- 18 Jul, 2011 4 commits
-
-
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 7 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.
-
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 1 commit
-
-
Max Kellermann authored
Conflicts: NEWS configure.ac src/listen.c
-
- 23 Mar, 2011 5 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
Otherwise OGGs can't be played.
-
- 19 Mar, 2011 2 commits
-
-
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 4 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
-
- 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".
-