aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* RoarAudio output pluginHans-Kristian Arntzen2011-03-165-0/+512
* command: "update" and "rescan" need only "CONTROL" permissionMax Kellermann2011-02-271-2/+2
* playlist_state: add option "restore_paused"Max Kellermann2011-02-232-0/+9
* playlist_state: declare local variable as enumMax Kellermann2011-02-231-1/+1
* output/shout: add possibility to set urlThomas Jansen2011-02-091-0/+7
* protocol: support client-to-client communicationMax Kellermann2011-01-299-0/+562
* client_idle: export client_idle_add()Max Kellermann2011-01-292-5/+14
* client_idle: add header client_idle.hMax Kellermann2011-01-295-13/+45
* copyright year 2011Max Kellermann2011-01-29428-429/+429
* input/curl: enable CURLOPT_NETRCIan Zimmerman2011-01-291-0/+1
* output/raop: new output pluginDustin Puckett2011-01-285-0/+1669
* mpg123 decoder: implement seekingYuriy Kaminskiy2011-01-211-2/+14
* mpg123 decoder: report bitrateYuriy Kaminskiy2011-01-211-1/+25
* decoder_thread: fix assertion failure at song endMax Kellermann2011-01-161-2/+1
* output_control: document internal functionsMax Kellermann2011-01-101-0/+17
* output_control: move code to ao_lock_command()Max Kellermann2011-01-101-9/+15
* output_control: ao_command() calls ao_command_async()Max Kellermann2011-01-101-7/+6
* update_remove: use plain GCond instead of notifyMax Kellermann2011-01-101-9/+16
* include cleanupMax Kellermann2011-01-103-1/+4
* decoder_control: store GCond object, not a player_controlMax Kellermann2011-01-107-28/+20
* decoder_thread: move code to decoder_command_finished_locked()Max Kellermann2011-01-101-8/+19
* decoder_control: remove unused function dc_command_wait()Max Kellermann2011-01-102-11/+0
* decoder_control: replace dc_init() with dc_new()Max Kellermann2011-01-103-15/+17
* player_control: removed the global variable "pc"Max Kellermann2011-01-1041-571/+738
* dbUtils: don't use directoryAddSongToPlaylist() twiceMax Kellermann2011-01-101-1/+1
* input_init: add assertions on completeness of pluginsMax Kellermann2011-01-081-0/+6
* input/cdio_paranoia: add module nameMax Kellermann2011-01-081-0/+1
* Merge branch 'v0.16.x'Max Kellermann2011-01-0710-57/+65
|\
| * Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-073-2/+12
| |\
| | * encoder/lame: explicitly configure the output sample rateMax Kellermann2011-01-071-0/+7
| | * output/httpd: define G_LOG_DOMAIN in httpd_client.cMax Kellermann2011-01-071-0/+3
| | * directory: fix warning "comparison between signed and unsigned"Max Kellermann2010-12-211-2/+2
| | * zeroconf-bonjour: use g_htons() instead of htons()Max Kellermann2010-12-211-1/+1
| * | player_thread: discard empty chunks while cross-fadingMax Kellermann2011-01-071-0/+13
| * | output_thread: fix double lockMax Kellermann2011-01-071-3/+0
| * | player_thread: fix assertion failure due to early seekMax Kellermann2011-01-071-0/+4
| * | player_thread: make variables more localMax Kellermann2011-01-071-36/+19
| * | output/osx: fix up audio format first, then apply it to deviceMax Kellermann2011-01-071-9/+10
| * | add void casts to suppress "result unused" warnings (clang)Max Kellermann2010-12-212-3/+3
| * | decoder/mad: work around build failure on SolarisAlex Viskovatoff2010-12-211-2/+2
| * | output/solaris: add missing parameter to open_cloexec() callAlex Viskovatoff2010-12-211-1/+1
| * | audio_check: fix parameter in prototypeAlex Viskovatoff2010-12-211-1/+1
* | | Build fix for Linux. Define _GNU_SOURCE in src/server_socket.c.Ben Kibbey2010-12-271-0/+5
* | | stored_playlist: remove database lookups from spl_load()Max Kellermann2010-12-231-7/+1
* | | stored_playlist: ignore empty linesMax Kellermann2010-12-231-1/+1
* | | stored_playlist: use the text_file library to read linesMax Kellermann2010-12-231-6/+4
* | | playlist_song: add flag "secure"Max Kellermann2010-12-236-14/+24
* | | string_util: add function strchug_fast()Max Kellermann2010-12-237-10/+64
* | | utils: move string_array_contains() to string_util.cMax Kellermann2010-12-238-27/+78
* | | decoder: new "pcm" decoder pluginMax Kellermann2010-12-223-0/+119