| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | output/jack: fix crash with mono playback | Max Kellermann | 2011-02-27 | 1 | -1/+1 |
| * | 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 | 1 | -1/+4 |
| * | update: log all file permission problems | Max Kellermann | 2011-01-31 | 1 | -0/+6 |
| * | 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 | 1 | -0/+1 |
* | | output/oss: disable 24 bit playback on FreeBSD | Max Kellermann | 2011-02-28 | 1 | -0/+9 |
* | | output/oss: AFMT_S24_PACKED is little-endian | Max Kellermann | 2011-02-28 | 1 | -0/+12 |
* | | general: whitespace cleanup | Thomas Jansen | 2011-02-09 | 9 | -29/+29 |
* | | output/httpd: initialize unflushed_input | Thomas Jansen | 2011-02-09 | 1 | -0/+1 |
* | | Set fadeout in gme_decoder_plugin. Due to the nature of the gme library, | Tony Miller | 2011-02-03 | 1 | -0/+3 |
* | | Merge branch 'v0.15.x' into v0.16.x | Max Kellermann | 2011-01-07 | 3 | -2/+12 |
|\| |
|
| * | encoder/lame: explicitly configure the output sample rate | Max Kellermann | 2011-01-07 | 1 | -0/+7 |
| * | output/httpd: define G_LOG_DOMAIN in httpd_client.c | Max Kellermann | 2011-01-07 | 1 | -0/+3 |
| * | 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 |
* | | player_thread: discard empty chunks while cross-fading | Max Kellermann | 2011-01-07 | 1 | -0/+13 |
* | | output_thread: fix double lock | Max Kellermann | 2011-01-07 | 1 | -3/+0 |
* | | player_thread: fix assertion failure due to early seek | Max Kellermann | 2011-01-07 | 1 | -0/+4 |
* | | 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 | 1 | -9/+10 |
* | | add void casts to suppress "result unused" warnings (clang) | Max Kellermann | 2010-12-21 | 2 | -3/+3 |
* | | decoder/mad: work around build failure on Solaris | Alex Viskovatoff | 2010-12-21 | 1 | -2/+2 |
* | | output/solaris: add missing parameter to open_cloexec() call | Alex Viskovatoff | 2010-12-21 | 1 | -1/+1 |
* | | audio_check: fix parameter in prototype | Alex Viskovatoff | 2010-12-21 | 1 | -1/+1 |
* | | tag_id3: support multiple values | Max Kellermann | 2010-12-07 | 1 | -10/+36 |
* | | command: don't error when sticker list is run on song with no stickers | Anton Khirnov | 2010-12-07 | 1 | -7/+3 |
* | | tag_ape: support multiple values | Max Kellermann | 2010-11-24 | 1 | -1/+15 |
* | | decoder_thread: load APE replay gain from music files | Max Kellermann | 2010-11-18 | 1 | -0/+15 |
* | | replay_gain_ape: parse replay gain from APE tags | Max Kellermann | 2010-11-18 | 2 | -0/+110 |
* | | tag_ape: move code to ape.c | Max Kellermann | 2010-11-18 | 3 | -93/+174 |
* | | timer: fix integer overflow in timer_delay() | Max Kellermann | 2010-11-18 | 1 | -1/+1 |
* | | playlist_song: calculate duration of last CUE track | Max Kellermann | 2010-11-08 | 1 | -0/+8 |
* | | Merge release 0.15.15 from branch 'v0.15.x' | Max Kellermann | 2010-11-08 | 2 | -2/+2 |
|\| |
|
| * | output/shout: artist comes first in stream title | Max Kellermann | 2010-11-08 | 1 | -1/+1 |
| * | input/rewind: fix assertion failure | Max Kellermann | 2010-11-08 | 1 | -1/+1 |
* | | update_walk: explicitly check for permission problems | Max Kellermann | 2010-11-08 | 1 | -0/+33 |
* | | Merge release 0.15.14 from branch 'v0.15.x' | Max Kellermann | 2010-11-07 | 10 | -45/+100 |
|\| |
|
| * | player_thread: fix assertion failure due to wrong music pipe on seek | Max Kellermann | 2010-11-05 | 1 | -0/+8 |
| * | decoder_control: pass music_pipe to dc_start() | Max Kellermann | 2010-11-05 | 3 | -12/+18 |
| * | player_thread: add helper function player_dc_at_next_song() | Max Kellermann | 2010-11-05 | 1 | -6/+33 |
| * | pipe: add helper function music_pipe_empty() | Max Kellermann | 2010-11-05 | 3 | -4/+10 |
| * | input/rewind: remove redundant NULL check before g_free() call | Max Kellermann | 2010-11-05 | 1 | -2/+1 |
| * | input/rewind: add two assertions | Max Kellermann | 2010-11-05 | 1 | -0/+3 |
| * | input/rewind: fix double free bug | Max Kellermann | 2010-11-05 | 1 | -0/+1 |
| * | decoder/{mp4ff,ffmpeg}: add extension ".m4b" (audio book) | Max Kellermann | 2010-11-05 | 2 | -2/+10 |
| * | output_thread: fix assertion failure due to race condition in OPEN | Max Kellermann | 2010-11-04 | 1 | -1/+9 |
| * | output_internal: protect attribute "fail_timer" with mutex | Max Kellermann | 2010-11-04 | 2 | -1/+7 |
| * | output_control: lock object in audio_output_open() | Max Kellermann | 2010-11-04 | 1 | -6/+19 |
| * | output_control: lock object in audio_output_close() | Max Kellermann | 2010-11-04 | 1 | -2/+28 |