owntone-server/src
chme c8a61015fc [dacp] Fix playing of radio streams after queue refactoring 2015-10-04 07:59:58 +02:00
..
evrtsp Make compatible with libevent 2.0 by crippling streaming and ICY metadata (see issue #30) 2014-05-30 23:39:03 +02:00
.gitignore [smartpl] Add support for smart playlists 2015-04-23 08:21:10 +02:00
DAAP.g Add support for artist group request (experimental) 2013-08-29 22:00:37 +02:00
DAAP2SQL.g fix daap query error for media kind 32 2015-04-27 19:44:03 +02:00
Makefile.am [queue] Refactor queue handling 2015-10-04 07:59:57 +02:00
RSP.g Update copyright notices for 2010 2010-01-05 19:34:00 +01:00
RSP2SQL.g Use table aliases in all queries, update RSP & DAAP filters to match 2011-09-10 12:56:30 +02:00
SMARTPL.g [smartpl] add "grouping" field to smart playlist grammar 2015-05-21 06:22:55 +02:00
SMARTPL2SQL.g Enable resuming playback from saved position for certain media kinds (eg audiobooks) 2015-08-04 22:33:32 +02:00
artwork.c Protect against possible segfault if the artwork pixel format is unknown 2015-08-24 21:27:55 +02:00
artwork.h Swap artwork arguments so destination evbuffer comes first 2015-04-09 21:23:20 +02:00
avio_evbuffer.c Let configure check libevent version and include according to version 2014-03-13 23:33:35 +01:00
avio_evbuffer.h Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode) 2014-09-28 22:44:45 +02:00
cache.c Plug minor memleaks in cache.c 2015-09-23 22:29:17 +02:00
cache.h Avoid cache regeneration triggering during db_query_run (in case the query is long running, like db_files_update_songalbumid might be) 2015-06-08 23:07:56 +02:00
conffile.c [mpd] support serving artwork over http 2015-07-18 07:17:21 +02:00
conffile.h Resolve runas username when loading configuration and export uid/gid 2011-07-09 12:02:09 +02:00
daap_query.c Adjust log messages 2015-04-22 21:54:31 +02:00
daap_query.gperf Support for daap.songartistid 2013-12-18 19:26:27 +01:00
daap_query.h Move DAAP query hash table inside DAAP2SQL 2011-04-02 09:52:19 +02:00
dacp_prop.gperf Add empty DACP property get for media-kind and extended-media-kind 2013-11-07 22:45:12 +01:00
db.c Let db_build_query_index_clause() always return an initialized idx, even on failure 2015-09-29 22:51:23 +02:00
db.h [player] Refactor player to better fit the queue refactor 2015-10-04 07:59:58 +02:00
dmap_common.c Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode) 2014-09-28 22:44:45 +02:00
dmap_common.h Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode) 2014-09-28 22:44:45 +02:00
dmap_fields.gperf Support songartistid (asri) in group requests and queuefilter=artist 2014-02-21 20:39:57 +01:00
filescanner.c Always treat podcasts, audiobooks and compilations as audio, even if video stream is present 2015-08-05 22:36:28 +02:00
filescanner.h [smartpl] Add support for smart playlists 2015-04-23 08:21:10 +02:00
filescanner_ffmpeg.c Always treat podcasts, audiobooks and compilations as audio, even if video stream is present 2015-08-05 22:36:28 +02:00
filescanner_itunes.c Use enum values for data_kind and media_kind 2015-04-23 11:34:44 +02:00
filescanner_playlist.c Remove file extension for playlists from virtual_path during scan and 2015-06-04 08:11:46 +02:00
filescanner_smartpl.c Fix memory leak when parsing smart playlists 2015-09-29 22:42:30 +02:00
http.c Fix problem where the http client would ignore the last line in a m3u because of missing CRLF (issue #169) 2015-06-18 23:03:11 +02:00
http.h Drop async mode from http client, not needed and probably not working 2015-03-31 23:27:18 +02:00
httpd.c Fix #147 where forked-daapd would not listen on IPv6 when enabled 2015-05-07 22:53:37 +02:00
httpd.h Migrate all evhttp to non-deprecated libevent2 2014-05-29 23:22:00 +02:00
httpd_daap.c Expire sessions without strict timeout (closes #163) 2015-10-03 10:00:42 +02:00
httpd_daap.h Remove libevent 1 support in httpd_daap 2015-07-29 23:05:47 +02:00
httpd_dacp.c [dacp] Fix playing of radio streams after queue refactoring 2015-10-04 07:59:58 +02:00
httpd_dacp.h Remove libevent 1 support in httpd_dacp 2015-07-30 22:50:11 +02:00
httpd_rsp.c Adjust daapcache so it serves User-Agent to httpd_daap's reply handlers 2014-08-23 00:02:01 +02:00
httpd_rsp.h Migrate all evhttp to non-deprecated libevent2 2014-05-29 23:22:00 +02:00
lastfm.c Make some global vars in lastfm.c static 2015-09-28 21:22:51 +02:00
lastfm.h Remove LastFM thread now that it can run from the worker thread 2015-06-27 23:24:07 +02:00
laudio.c [laudio] Makes the output type for local audio configurable and 2015-04-12 07:03:32 +02:00
laudio.h [laudio] Makes the output type for local audio configurable and 2015-04-12 07:03:32 +02:00
laudio_alsa.c Remove debug messages producing compiler warnings 2015-04-18 23:10:01 +02:00
laudio_dummy.c [laudio] Makes the output type for local audio configurable and 2015-04-12 07:03:32 +02:00
laudio_oss4.c [laudio] Makes the output type for local audio configurable and 2015-04-12 07:03:32 +02:00
listener.c Added source code comments, return error value if adding/removing a 2015-05-21 07:57:18 +02:00
listener.h Added source code comments, return error value if adding/removing a 2015-05-21 07:57:18 +02:00
logger.c Reorganize configure.ac according to subject (and my taste) 2015-07-21 23:00:55 +02:00
logger.h Reorganize configure.ac according to subject (and my taste) 2015-07-21 23:00:55 +02:00
main.c Change MPD deinit position so it matches the init order, and so it will not get called if httpd fails to start 2015-09-29 23:14:44 +02:00
mdns.h Introduce mDNS browser flags for address type selection 2011-03-10 21:08:25 +01:00
mdns_avahi.c Forgot to remove some debug messages in mdns_avahi.c 2014-03-16 23:14:30 +01:00
misc.c UTF-8 conversion was returning string without null termination (thank you @stephan-01010011, ref pr #168) 2015-06-06 14:22:24 +02:00
misc.h Fixed bug that caused icy header metadata to be not correctly 2015-05-31 14:05:31 +01:00
mpd.c [queue] Refactor queue handling 2015-10-04 07:59:57 +02:00
mpd.h [mpd] move include of libevent from mpd.h to mpd.c 2015-05-09 07:46:33 +02:00
pipe.c Enable resuming playback from saved position for certain media kinds (eg audiobooks) 2015-08-04 22:33:32 +02:00
pipe.h Proper update to libevent 2 in spotify.h and pipe.h 2014-09-28 22:26:23 +02:00
player.c [dacp] Fix playing of radio streams after queue refactoring 2015-10-04 07:59:58 +02:00
player.h [queue] Refactor queue handling 2015-10-04 07:59:57 +02:00
queue.c [dacp] Fix playing of radio streams after queue refactoring 2015-10-04 07:59:58 +02:00
queue.h [dacp] Fix playing of radio streams after queue refactoring 2015-10-04 07:59:58 +02:00
raop.c Fix issue where volume gets set to -1 on startup of raop devices 2015-09-27 15:24:04 +02:00
raop.h Make raop_metadata_free private again and change a comment in http.c 2015-04-11 20:53:09 +02:00
remote_pairing.c Change log level of .remote message to ease pairing troubleshooting 2014-06-02 21:08:24 +02:00
remote_pairing.h Add a pairing agent for Remote 2010-01-17 10:52:58 +01:00
rng.c Replace rng_rand_range() with GLib's g_rand_int_range() that works better 2010-05-02 11:45:14 +02:00
rng.h Add random number generator and related functions 2010-05-02 11:45:14 +02:00
rsp_query.c Adapt for new input methods in ANTLR 3.4 2011-06-24 19:34:11 +02:00
rsp_query.gperf Replace AVL tree in RSP query by a static hash using gperf 2011-04-02 09:52:19 +02:00
rsp_query.h Move RSP query hash table inside RSP2SQL 2011-04-02 09:52:19 +02:00
spotify.c [spotify] Remove duplicate method "resume" in favor of "play" 2015-10-04 07:59:58 +02:00
spotify.h [spotify] Remove duplicate method "resume" in favor of "play" 2015-10-04 07:59:58 +02:00
transcode.c [player] Refactor player to better fit the queue refactor 2015-10-04 07:59:58 +02:00
transcode.h Remove player metadata event timer (use the existing instead) 2015-04-11 20:30:31 +02:00
worker.c Polishing worker.c a bit 2015-04-01 14:36:24 +02:00
worker.h Add a worker thread to support async tasks from the player thread 2015-03-31 23:05:24 +02:00