aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* directory: allow directories with just playlistsMax Kellermann2011-05-09
* playlist_song: fix playlist files in base music directoryMax Kellermann2011-05-09
* playlist_song: fix NULL pointer dereferenceMax Kellermann2011-05-09
* decoder/ffmpeg: use avcodec_decode_audio3() if availableMax Kellermann2011-05-09
* decoder/ffmpeg: make variables more localMax Kellermann2011-05-09
* decoder/ffmpeg: don't use deprecated CODEC_TYPE_AUDIO with new lavcAnton Khirnov2011-05-09
* decoder/ffmpeg: define fallback macro AV_VERSION_INT()Max Kellermann2011-05-09
* Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-04-12
|\
| * listen: suppress "unused variable" warningMax Kellermann2011-03-23
| * command: fix return value of handle_currentsong()Max Kellermann2011-03-23
| * encoder/vorbis: reset the Ogg stream after flushMax Kellermann2011-03-16
* | decoder/flac: fix enum mismatch in flac_tell_cb()Max Kellermann2011-03-23
* | audio_parser: fix assertion failure in audio format mask parserMax Kellermann2011-03-23
* | command: print playlist load errorMax Kellermann2011-03-18
* | output/httpd: include sys/socket.h only when building with libwrapMax Kellermann2011-03-18
* | update_walk: ignore parameter "mode" on WIN32Max Kellermann2011-03-18
* | audio_format, output_thread: add more audio_format_valid() assertionsMax Kellermann2011-03-16
* | encoder/vorbis: reset the Ogg stream after flushMax Kellermann2011-03-16
* | Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-16
|\|
| * output/jack: fix crash with mono playbackMax Kellermann2011-02-27
| * output/jack: rename variable sample_size to jack_sample_sizeMax Kellermann2011-02-25
| * Insure proper initialization of stack-allocated struct.Christopher Brannon2011-02-15
| * update: log all file permission problemsMax Kellermann2011-01-31
| * Fix NDEBUG testAndreas Wiese2011-01-14
* | output/httpd: include sys/socket.h for AF_UNIXUlrich Spörlein2011-03-09
* | output/oss: disable 24 bit playback on FreeBSDMax Kellermann2011-02-28
* | output/oss: AFMT_S24_PACKED is little-endianMax Kellermann2011-02-28
* | general: whitespace cleanupThomas Jansen2011-02-09
* | output/httpd: initialize unflushed_inputThomas Jansen2011-02-09
* | Set fadeout in gme_decoder_plugin. Due to the nature of the gme library,Tony Miller2011-02-03
* | Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-07
|\|
| * encoder/lame: explicitly configure the output sample rateMax Kellermann2011-01-07
| * output/httpd: define G_LOG_DOMAIN in httpd_client.cMax Kellermann2011-01-07
| * directory: fix warning "comparison between signed and unsigned"Max Kellermann2010-12-21
| * zeroconf-bonjour: use g_htons() instead of htons()Max Kellermann2010-12-21
* | player_thread: discard empty chunks while cross-fadingMax Kellermann2011-01-07
* | output_thread: fix double lockMax Kellermann2011-01-07
* | player_thread: fix assertion failure due to early seekMax Kellermann2011-01-07
* | player_thread: make variables more localMax Kellermann2011-01-07
* | output/osx: fix up audio format first, then apply it to deviceMax Kellermann2011-01-07
* | add void casts to suppress "result unused" warnings (clang)Max Kellermann2010-12-21
* | decoder/mad: work around build failure on SolarisAlex Viskovatoff2010-12-21
* | output/solaris: add missing parameter to open_cloexec() callAlex Viskovatoff2010-12-21
* | audio_check: fix parameter in prototypeAlex Viskovatoff2010-12-21
* | tag_id3: support multiple valuesMax Kellermann2010-12-07
* | command: don't error when sticker list is run on song with no stickersAnton Khirnov2010-12-07
* | tag_ape: support multiple valuesMax Kellermann2010-11-24
* | decoder_thread: load APE replay gain from music filesMax Kellermann2010-11-18
* | replay_gain_ape: parse replay gain from APE tagsMax Kellermann2010-11-18
* | tag_ape: move code to ape.cMax Kellermann2010-11-18