- 03 Jul, 2011 4 commits
-
-
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".
-
- 27 Feb, 2011 3 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
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.
-
- 25 Feb, 2011 1 commit
-
-
Max Kellermann authored
-
- 18 Feb, 2011 1 commit
-
-
Max Kellermann authored
-
- 15 Feb, 2011 1 commit
-
-
Christopher Brannon authored
Version 1.0.0 of the libao library added a new field to the ao_sample_format struct. It is a char * named matrix. When an ao_sample_format is allocated on the stack, this field contains garbage. The proper course is to insure that is initialized to NULL. NULL indicates that we do not want any mapping. The struct is now initialized using a static initializer, and this technique is compatible with all known versions of libao.
-
- 13 Feb, 2011 1 commit
-
-
Max Kellermann authored
-
- 09 Feb, 2011 1 commit
-
-
Thomas Jansen authored
Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
-