aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-09decoder/ffmpeg: use AVIOContext instead of ByteIOContextMax Kellermann1-0/+12
2011-05-09input/ffmpeg: use the new AVIOContext APIMax Kellermann1-1/+37
2011-04-12decoder/ffmpeg: use avcodec_decode_audio3() if availableMax Kellermann1-1/+22
2011-04-12decoder/ffmpeg: make variables more localMax Kellermann1-27/+16
2011-04-12decoder/ffmpeg: drop support for pre-0.5 ffmpegAnton Khirnov2-53/+0
2011-04-12playlist: Despotify plugin: Correct init in daemon modeSimon Kagstrom1-1/+1
2011-03-31fix common misspellingsJonathan Neuschäfer21-37/+37
2011-03-29playlist: Add despotify playlist pluginSimon Kagstrom3-0/+245
2011-03-29input: Add despotify input pluginSimon Kagstrom4-0/+261
2011-03-29despotify: Add support utilitiesSimon Kagstrom4-0/+194
2011-03-23decoder/flac: fix enum mismatch in flac_tell_cb()Max Kellermann1-1/+1
2011-03-23listen: suppress "unused variable" warningMax Kellermann1-0/+2
2011-03-23audio_parser: fix assertion failure in audio format mask parserMax Kellermann1-1/+2
2011-03-23command: fix return value of handle_currentsong()Max Kellermann1-1/+1
2011-03-23decoder: PCM decoder: Inherit seekable from the input streamSimon Kagstrom1-1/+1
2011-03-23decoder: PCM decoder: Break loop if EOF is encounteredSimon Kagstrom1-0/+4
2011-03-23Remove unused headers in Roar plugin.Hans-Kristian Arntzen2-9/+0
2011-03-18command: print playlist load errorMax Kellermann1-1/+1
2011-03-18output/httpd: include sys/socket.h only when building with libwrapMax Kellermann1-1/+1
2011-03-18update_walk: ignore parameter "mode" on WIN32Max Kellermann1-0/+1
2011-03-16audio_format, output_thread: add more audio_format_valid() assertionsMax Kellermann4-0/+13
2011-03-16encoder/vorbis: reset the Ogg stream after flushMax Kellermann1-0/+2
2011-03-16encoder/vorbis: reset the Ogg stream after flushMax Kellermann1-0/+2
2011-03-16RoarAudio output pluginHans-Kristian Arntzen5-0/+512
2011-03-09output/httpd: include sys/socket.h for AF_UNIXUlrich Spörlein1-0/+1
2011-02-28output/oss: disable 24 bit playback on FreeBSDMax Kellermann1-0/+9
2011-02-28output/oss: AFMT_S24_PACKED is little-endianMax Kellermann1-0/+12
2011-02-27command: "update" and "rescan" need only "CONTROL" permissionMax Kellermann1-2/+2
2011-02-27output/jack: fix crash with mono playbackMax Kellermann1-1/+1
2011-02-25output/jack: rename variable sample_size to jack_sample_sizeMax Kellermann1-5/+6
2011-02-23playlist_state: add option "restore_paused"Max Kellermann2-0/+9
2011-02-23playlist_state: declare local variable as enumMax Kellermann1-1/+1
2011-02-15Insure proper initialization of stack-allocated struct.Christopher Brannon1-1/+4
2011-02-09output/shout: add possibility to set urlThomas Jansen1-0/+7
2011-02-09general: whitespace cleanupThomas Jansen9-29/+29
2011-02-09output/httpd: initialize unflushed_inputThomas Jansen1-0/+1
2011-02-03Set fadeout in gme_decoder_plugin. Due to the nature of the gme library,Tony Miller1-0/+3
2011-01-31update: log all file permission problemsMax Kellermann1-0/+6
2011-01-29protocol: support client-to-client communicationMax Kellermann9-0/+562
2011-01-29client_idle: export client_idle_add()Max Kellermann2-5/+14
2011-01-29client_idle: add header client_idle.hMax Kellermann5-13/+45
2011-01-29copyright year 2011Max Kellermann428-429/+429
2011-01-29input/curl: enable CURLOPT_NETRCIan Zimmerman1-0/+1
2011-01-28output/raop: new output pluginDustin Puckett5-0/+1669
2011-01-21mpg123 decoder: implement seekingYuriy Kaminskiy1-2/+14
2011-01-21mpg123 decoder: report bitrateYuriy Kaminskiy1-1/+25
2011-01-16decoder_thread: fix assertion failure at song endMax Kellermann1-2/+1
2011-01-14Fix NDEBUG testAndreas Wiese1-1/+1
2011-01-10output_control: document internal functionsMax Kellermann1-0/+17
2011-01-10output_control: move code to ao_lock_command()Max Kellermann1-9/+15