| Commit message (Expand) | Author | Files | Lines |
2011-07-18 | sticker: fix a memory leak | Jonathan Neuschäfer | 1 | -1/+3 |
2011-07-18 | ape: add missing g_free in error path | Jonathan Neuschäfer | 1 | -1/+3 |
2011-07-03 | decoder/flac: validate the sample rate when scanning the tag | Max Kellermann | 2 | -1/+5 |
2011-07-03 | ffmpeg: workaround for semantic API change in recent ffmpeg versions | oblique | 1 | -2/+2 |
2011-05-09 | directory: allow directories with just playlists | Max Kellermann | 2 | -1/+8 |
2011-05-09 | playlist_song: fix playlist files in base music directory | Max Kellermann | 1 | -0/+7 |
2011-05-09 | playlist_song: fix NULL pointer dereference | Max Kellermann | 1 | -1/+1 |
2011-05-09 | decoder/ffmpeg: use avcodec_decode_audio3() if available | Max Kellermann | 1 | -1/+22 |
2011-05-09 | decoder/ffmpeg: make variables more local | Max Kellermann | 1 | -27/+16 |
2011-05-09 | decoder/ffmpeg: don't use deprecated CODEC_TYPE_AUDIO with new lavc | Anton Khirnov | 1 | -0/+4 |
2011-05-09 | decoder/ffmpeg: define fallback macro AV_VERSION_INT() | Max Kellermann | 1 | -1/+5 |
2011-03-23 | decoder/flac: fix enum mismatch in flac_tell_cb() | Max Kellermann | 1 | -1/+1 |
2011-03-23 | listen: suppress "unused variable" warning | Max Kellermann | 1 | -0/+2 |
2011-03-23 | audio_parser: fix assertion failure in audio format mask parser | Max Kellermann | 1 | -1/+2 |
2011-03-23 | command: fix return value of handle_currentsong() | Max Kellermann | 1 | -1/+1 |
2011-03-18 | command: print playlist load error | Max Kellermann | 1 | -1/+1 |
2011-03-18 | output/httpd: include sys/socket.h only when building with libwrap | Max Kellermann | 1 | -1/+1 |
2011-03-18 | update_walk: ignore parameter "mode" on WIN32 | Max Kellermann | 1 | -0/+1 |
2011-03-16 | audio_format, output_thread: add more audio_format_valid() assertions | Max Kellermann | 4 | -0/+13 |
2011-03-16 | encoder/vorbis: reset the Ogg stream after flush | Max Kellermann | 1 | -0/+2 |
2011-03-16 | encoder/vorbis: reset the Ogg stream after flush | Max Kellermann | 1 | -0/+2 |
2011-03-09 | output/httpd: include sys/socket.h for AF_UNIX | Ulrich Spörlein | 1 | -0/+1 |
2011-02-28 | output/oss: disable 24 bit playback on FreeBSD | Max Kellermann | 1 | -0/+9 |
2011-02-28 | output/oss: AFMT_S24_PACKED is little-endian | Max Kellermann | 1 | -0/+12 |
2011-02-27 | output/jack: fix crash with mono playback | Max Kellermann | 1 | -1/+1 |
2011-02-25 | output/jack: rename variable sample_size to jack_sample_size | Max Kellermann | 1 | -5/+6 |
2011-02-15 | Insure proper initialization of stack-allocated struct. | Christopher Brannon | 1 | -1/+4 |
2011-02-09 | general: whitespace cleanup | Thomas Jansen | 9 | -29/+29 |
2011-02-09 | output/httpd: initialize unflushed_input | Thomas Jansen | 1 | -0/+1 |
2011-02-03 | Set fadeout in gme_decoder_plugin. Due to the nature of the gme library, | Tony Miller | 1 | -0/+3 |
2011-01-31 | update: log all file permission problems | Max Kellermann | 1 | -0/+6 |
2011-01-14 | Fix NDEBUG test | Andreas Wiese | 1 | -1/+1 |
2011-01-07 | player_thread: discard empty chunks while cross-fading | Max Kellermann | 1 | -0/+13 |
2011-01-07 | output_thread: fix double lock | Max Kellermann | 1 | -3/+0 |
2011-01-07 | player_thread: fix assertion failure due to early seek | Max Kellermann | 1 | -0/+4 |
2011-01-07 | player_thread: make variables more local | Max Kellermann | 1 | -36/+19 |
2011-01-07 | encoder/lame: explicitly configure the output sample rate | Max Kellermann | 1 | -0/+7 |
2011-01-07 | output/httpd: define G_LOG_DOMAIN in httpd_client.c | Max Kellermann | 1 | -0/+3 |
2011-01-07 | output/osx: fix up audio format first, then apply it to device | Max Kellermann | 1 | -9/+10 |
2010-12-21 | directory: fix warning "comparison between signed and unsigned" | Max Kellermann | 1 | -2/+2 |
2010-12-21 | zeroconf-bonjour: use g_htons() instead of htons() | Max Kellermann | 1 | -1/+1 |
2010-12-21 | add void casts to suppress "result unused" warnings (clang) | Max Kellermann | 2 | -3/+3 |
2010-12-21 | decoder/mad: work around build failure on Solaris | Alex Viskovatoff | 1 | -2/+2 |
2010-12-21 | output/solaris: add missing parameter to open_cloexec() call | Alex Viskovatoff | 1 | -1/+1 |
2010-12-21 | audio_check: fix parameter in prototype | Alex Viskovatoff | 1 | -1/+1 |
2010-12-07 | tag_id3: support multiple values | Max Kellermann | 1 | -10/+36 |
2010-12-07 | command: don't error when sticker list is run on song with no stickers | Anton Khirnov | 1 | -7/+3 |
2010-11-24 | tag_ape: support multiple values | Max Kellermann | 1 | -1/+15 |
2010-11-18 | decoder_thread: load APE replay gain from music files | Max Kellermann | 1 | -0/+15 |
2010-11-18 | replay_gain_ape: parse replay gain from APE tags | Max Kellermann | 2 | -0/+110 |