| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | decoder/flac: fix enum mismatch in flac_tell_cb() | Max Kellermann | 2011-03-23 | 1 | -1/+1 |
* | | audio_parser: fix assertion failure in audio format mask parser | Max Kellermann | 2011-03-23 | 2 | -1/+3 |
* | | Modify version string to post-release version 0.16.3~git | Avuton Olrich | 2011-03-18 | 2 | -1/+4 |
* | | mpd version 0.16.2release-0.16.2 | Avuton Olrich | 2011-03-18 | 2 | -2/+2 |
* | | command: print playlist load error | Max Kellermann | 2011-03-18 | 1 | -1/+1 |
* | | output/httpd: include sys/socket.h only when building with libwrap | Max Kellermann | 2011-03-18 | 1 | -1/+1 |
* | | update_walk: ignore parameter "mode" on WIN32 | Max Kellermann | 2011-03-18 | 1 | -0/+1 |
* | | audio_format, output_thread: add more audio_format_valid() assertions | Max Kellermann | 2011-03-16 | 4 | -0/+13 |
* | | encoder/vorbis: reset the Ogg stream after flush | Max Kellermann | 2011-03-16 | 2 | -0/+4 |
* | | Merge release 0.15.16 into v0.16.x | Max Kellermann | 2011-03-16 | 5 | -10/+23 |
|\| |
|
| * | mpd version 0.15.16release-0.15.16 | Avuton Olrich | 2011-03-13 | 2 | -2/+2 |
| * | output/jack: fix crash with mono playback | Max Kellermann | 2011-02-27 | 2 | -1/+2 |
| * | output/jack: rename variable sample_size to jack_sample_size | Max Kellermann | 2011-02-25 | 1 | -5/+6 |
| * | Insure proper initialization of stack-allocated struct. | Christopher Brannon | 2011-02-15 | 2 | -1/+6 |
| * | update: log all file permission problems | Max Kellermann | 2011-01-31 | 2 | -0/+7 |
| * | Fix NDEBUG test | Andreas Wiese | 2011-01-14 | 1 | -1/+1 |
* | | output/httpd: include sys/socket.h for AF_UNIX | Ulrich Spörlein | 2011-03-09 | 2 | -0/+2 |
* | | configure.ac: fix bashism in tremor test | Ulrich Spörlein | 2011-03-09 | 2 | -1/+3 |
* | | output/oss: disable 24 bit playback on FreeBSD | Max Kellermann | 2011-02-28 | 2 | -0/+10 |
* | | output/oss: AFMT_S24_PACKED is little-endian | Max Kellermann | 2011-02-28 | 2 | -0/+13 |
* | | Makefile.am: distribute test/stdbin.h | Max Kellermann | 2011-02-18 | 1 | -0/+7 |
* | | Makefile.am: compile test/run_encoder with ENCODER_CFLAGS | Max Kellermann | 2011-02-13 | 1 | -0/+2 |
* | | general: whitespace cleanup | Thomas Jansen | 2011-02-09 | 9 | -29/+29 |
* | | output/httpd: initialize unflushed_input | Thomas Jansen | 2011-02-09 | 2 | -0/+3 |
* | | Set fadeout in gme_decoder_plugin. Due to the nature of the gme library, | Tony Miller | 2011-02-03 | 2 | -0/+4 |
* | | NEWS: fix 0.16.1 release year | Max Kellermann | 2011-01-28 | 1 | -2/+2 |
* | | configure.ac: fix tremor configure test | Max Kellermann | 2011-01-28 | 2 | -2/+10 |
* | | Modify version string to post-release version 0.16.2~git | Avuton Olrich | 2011-01-09 | 2 | -1/+4 |
* | | mpd version 0.16.1release-0.16.1 | Avuton Olrich | 2011-01-09 | 1 | -1/+1 |
* | | Makefile.am: resolve modplug vs. libsndfile cflags/headers conflict | Yuriy Kaminskiy | 2011-01-09 | 3 | -17/+9 |
* | | Merge branch 'v0.15.x' into v0.16.x | Max Kellermann | 2011-01-07 | 6 | -10/+25 |
|\| |
|
| * | encoder/lame: explicitly configure the output sample rate | Max Kellermann | 2011-01-07 | 2 | -0/+9 |
| * | output/httpd: define G_LOG_DOMAIN in httpd_client.c | Max Kellermann | 2011-01-07 | 1 | -0/+3 |
| * | configure.ac: use AC_LANG_SOURCE | Max Kellermann | 2011-01-07 | 2 | -8/+8 |
| * | fix version number in NEWS | Max Kellermann | 2011-01-07 | 1 | -1/+1 |
| * | directory: fix warning "comparison between signed and unsigned" | Max Kellermann | 2010-12-21 | 1 | -2/+2 |
| * | zeroconf-bonjour: use g_htons() instead of htons() | Max Kellermann | 2010-12-21 | 1 | -1/+1 |
| * | Modify version string to post-release version 0.15.16~git | Max Kellermann | 2010-12-21 | 2 | -1/+4 |
* | | player_thread: discard empty chunks while cross-fading | Max Kellermann | 2011-01-07 | 2 | -0/+14 |
* | | output_thread: fix double lock | Max Kellermann | 2011-01-07 | 2 | -3/+1 |
* | | player_thread: fix assertion failure due to early seek | Max Kellermann | 2011-01-07 | 2 | -0/+5 |
* | | player_thread: make variables more local | Max Kellermann | 2011-01-07 | 1 | -36/+19 |
* | | output/osx: fix up audio format first, then apply it to device | Max Kellermann | 2011-01-07 | 2 | -9/+11 |
* | | configure.ac: eliminate bashism "echo -n" | Max Kellermann | 2011-01-07 | 2 | -20/+20 |
* | | configure.ac: avoid GNU extension in "expr match" call | Max Kellermann | 2011-01-07 | 1 | -1/+1 |
* | | configure.ac: disable the FFADO plugin by default | Max Kellermann | 2010-12-22 | 2 | -1/+3 |
* | | add void casts to suppress "result unused" warnings (clang) | Max Kellermann | 2010-12-21 | 3 | -3/+4 |
* | | decoder/mad: work around build failure on Solaris | Alex Viskovatoff | 2010-12-21 | 2 | -2/+4 |
* | | output/solaris: add missing parameter to open_cloexec() call | Alex Viskovatoff | 2010-12-21 | 2 | -1/+3 |
* | | audio_check: fix parameter in prototype | Alex Viskovatoff | 2010-12-21 | 2 | -1/+2 |