owntone-server/src
ejurgensen fa2b4b810f [filescanner] Reduce number of queries during scan
Instead of SELECT'ing timestamp and then UPDATE'ing with a ping if file is
unchanged, skip the SELECT and just do a conditional UPDATE.
2017-10-17 23:10:21 +02:00
..
evrtsp [-] Fix alsa.c null pointer deref + some minor bugs and do some housekeeping 2017-10-05 22:13:01 +02:00
inputs [artwork/transcode] Adjust transcode.c so it can take care of artwork 2017-08-06 22:31:43 +02:00
library [filescanner] Reduce number of queries during scan 2017-10-17 23:10:21 +02:00
outputs [-] Fix alsa.c null pointer deref + some minor bugs and do some housekeeping 2017-10-05 22:13:01 +02:00
.gitignore [gperf] Renamed products to .h so they aren't built if listed in SOURCES 2016-12-27 15:08:08 -08:00
artwork_legacy.c [artwork] Re-apply commit ef13abe to artwork_legacy.c 2017-08-07 00:09:27 +02:00
artwork.c [artwork/transcode] Also let transcode.c handle rescaling of non-file Spotify artwork 2017-08-06 22:31:43 +02:00
artwork.h [artwork] Refactor artwork to make it easier to add new backends (WIP) 2016-01-03 12:24:20 +01:00
avio_evbuffer.c [artwork/transcode] Also let transcode.c handle rescaling of non-file Spotify artwork 2017-08-06 22:31:43 +02:00
avio_evbuffer.h [artwork] Add ability to rescale Spotify (should improve caching so we don't save too large images) 2016-01-05 21:44:44 +01:00
cache.c [cache/scan] Let notifications from db.c about library updates go through 2017-01-27 22:25:32 +01:00
cache.h [cache/scan] Let notifications from db.c about library updates go through 2017-01-27 22:25:32 +01:00
commands.c [commands] Protect against race condition by moving event_add() inside lock 2017-03-04 17:26:45 +01:00
commands.h [command] Only execute "bottom half" function if main command function 2016-10-23 08:25:19 +02:00
conffile.c [conf] Add "websocket_port" to config file 2017-09-15 07:04:18 +02:00
conffile.h Resolve runas username when loading configuration and export uid/gid 2011-07-09 12:02:09 +02:00
DAAP2SQL.g [gperf] Renamed products to .h so they aren't built if listed in SOURCES 2016-12-27 15:08:08 -08:00
daap_query.c Adjust log messages 2015-04-22 21:54:31 +02:00
daap_query.gperf [filescanner] Support for songdatereleased and songhasbeenplayed 2016-03-04 22:37:56 +01:00
daap_query.h Move DAAP query hash table inside DAAP2SQL 2011-04-02 09:52:19 +02:00
DAAP.g Add support for artist group request (experimental) 2013-08-29 22:00:37 +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_init.c [raop] Add support for Apple TV device verification, required by tvOS 10.2 (fix for issue #377) 2017-06-19 21:52:01 +02:00
db_init.h [db] Add column for auth key to speakers table (incl methods for saving/retrieving) 2017-06-18 01:29:40 +02:00
db_upgrade.c [raop] Add support for Apple TV device verification, required by tvOS 10.2 (fix for issue #377) 2017-06-19 21:52:01 +02:00
db_upgrade.h [db] Move database upgrade logic to separate file 2016-01-24 18:51:22 +01:00
db.c [db] Add new method db_file_ping_bypath() + cleanup malloc->calloc and char->const char 2017-10-17 23:10:21 +02:00
db.h [db] Add new method db_file_ping_bypath() + cleanup malloc->calloc and char->const char 2017-10-17 23:10:21 +02:00
dmap_common.c [dmap] Use a wrapper for dmap_find_field() 2017-08-25 19:27:41 +02:00
dmap_common.h [dmap] Use a wrapper for dmap_find_field() 2017-08-25 19:27:41 +02:00
dmap_fields.gperf [db] Add song_length to group info (fixes #265) 2016-06-11 23:10:13 +02:00
ffmpeg-compat.h Added support for libav/ffmpeg dual installs (#346) 2017-02-19 15:21:00 +01:00
http.c [http] Add support for http post in the libevent client (required for scrobbling) 2017-01-25 22:52:11 +01:00
http.h [http] Add support for http post in the libevent client (required for scrobbling) 2017-01-25 22:52:11 +01:00
httpd_daap.c [-] Fix alsa.c null pointer deref + some minor bugs and do some housekeeping 2017-10-05 22:13:01 +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 issue where Hyperfine Remote provides speaker ids as decimal 2017-08-27 00:02:39 +02:00
httpd_dacp.h Remove libevent 1 support in httpd_dacp 2015-07-30 22:50:11 +02:00
httpd_jsonapi.c [httpd/jsonapi] Fix unused variables when compiling without (#421) 2017-09-16 12:37:32 +02:00
httpd_jsonapi.h [httpd/json] Add json api to httpd 2017-09-15 07:07:17 +02:00
httpd_rsp.c [httpd] Replace evhttp_send_error with the httpd_send_error wrapper 2016-10-18 22:45:22 +02:00
httpd_rsp.h Full removal of libevent 1 legacy code. Also drop pipe() in FreeBSD, since pipe2 is available now. 2015-10-19 21:15:29 +02:00
httpd_streaming.c [artwork/transcode] Adjust transcode.c so it can take care of artwork 2017-08-06 22:31:43 +02:00
httpd_streaming.h [outputs] Make a wrapper for mp3 streaming so it can be included in 2016-04-14 09:48:47 +02:00
httpd.c [httpd] Fix unused label when compiling without libwebsockets 2017-09-16 17:01:51 +02:00
httpd.h [httpd] Expose function for authenticating admin requests 2017-09-15 06:56:24 +02:00
input.c [transcode] Implement new ffmpeg decoding methods: avcodec_send_packet/avcodec_receive_frame 2017-08-06 22:20:44 +02:00
input.h [input] Pass read errors to the player through the input buffer 2017-03-11 19:23:49 +01:00
lastfm.c [misc] Consolidate control file reader (e.g. for pairing credentials) into misc.c 2017-06-14 23:49:18 +02:00
lastfm.h [misc] Consolidate control file reader (e.g. for pairing credentials) into misc.c 2017-06-14 23:49:18 +02:00
library.c [-] Fix alsa.c null pointer deref + some minor bugs and do some housekeeping 2017-10-05 22:13:01 +02:00
library.h [library] Allow save/add/delete of playlists if source supports it 2017-08-09 21:30:23 +02:00
listener.c [listener] Fix #205 where listener_remove could break the linked list and orphan some cb's 2015-12-16 23:16:58 +01:00
listener.h [listener] fix typo in comment for stored playlists 2017-09-15 18:49:04 +02:00
logger.c [logger] New logdomain L_WEB for websocket/jsonapi implementation 2017-09-15 06:56:24 +02:00
logger.h [logger] New logdomain L_WEB for websocket/jsonapi implementation 2017-09-15 06:56:24 +02:00
main.c [main/transcode] Fix some libav compability + log what ffmpeg/libav we are using 2017-09-16 23:01:42 +02:00
Makefile.am [configure] Change so we enable/disable websockets based on libwebsockets >= 2.0.2 presence 2017-09-16 00:05:50 +02:00
mdns_avahi.c [mdns] Also handle devices being switched on/off without Avahi service removal notices 2017-05-02 23:13:53 +02:00
mdns_dnssd.c [dnssd] Reworked resolve to use timeout, fixed network order on port 2017-01-17 01:36:03 -05:00
mdns.h [mdns] CNAME record so we have fixed uri for OAuth redirects 2016-11-05 13:31:13 +01:00
misc_json.c [misc_json] New function jparse_obj_from_evbuffer 2017-09-15 06:42:21 +02:00
misc_json.h [misc_json] New function jparse_obj_from_evbuffer 2017-09-15 06:42:21 +02:00
misc.c [main/transcode] Fix some libav compability + log what ffmpeg/libav we are using 2017-09-16 23:01:42 +02:00
misc.h [main/misc] Add misc-function to retrieve enabled buildoptions 2017-09-15 07:01:53 +02:00
mpd.c Merge pull request #408 from chme/web 2017-09-15 23:15:49 +02:00
mpd.h [mpd] move include of libevent from mpd.h to mpd.c 2015-05-09 07:46:33 +02:00
mxml-compat.h [compat] Suppress warnings about unused functions 2017-01-28 22:20:35 +01:00
outputs.c [raop] Add support for Apple TV device verification, required by tvOS 10.2 (fix for issue #377) 2017-06-19 21:52:01 +02:00
outputs.h [raop] Add support for Apple TV device verification, required by tvOS 10.2 (fix for issue #377) 2017-06-19 21:52:01 +02:00
player.c [player] Don't log single tick overruns 2017-07-23 16:58:18 +02:00
player.h [player] Make the player resilient in cases where an output blocks 2017-07-06 22:13:04 +02:00
remote_pairing.c [pairing/listener] Add function to retrieve name of remote and notify 2017-09-15 06:42:21 +02:00
remote_pairing.h [pairing/listener] Add function to retrieve name of remote and notify 2017-09-15 06:42:21 +02:00
rng.c [rng] Cleanup: remove unused function 'shuffle_ptr' 2016-12-03 11:12:19 +01:00
rng.h [rng] Cleanup: remove unused function 'shuffle_ptr' 2016-12-03 11:12:19 +01:00
RSP2SQL.g [gperf] Renamed products to .h so they aren't built if listed in SOURCES 2016-12-27 15:08:08 -08: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
RSP.g Allow ANTLR 3.5 to work 2015-10-05 23:10:45 +01:00
SMARTPL2SQL.g Enable resuming playback from saved position for certain media kinds (eg audiobooks) 2015-08-04 22:33:32 +02:00
SMARTPL.g [smartpl] Add smart playlist support for file modification time 2016-08-13 16:53:09 +02:00
spotify_webapi.c [misc/spotify] Move json helper functions into its own file 2017-09-15 06:42:21 +02:00
spotify_webapi.h [spotify] Add spotify status info and notify about status changes 2017-09-15 06:42:21 +02:00
spotify.c [httpd/spotify] Redirect to admin.html, remove old oauth interface 2017-09-15 18:49:04 +02:00
spotify.h [httpd/spotify] Redirect to admin.html, remove old oauth interface 2017-09-15 18:49:04 +02:00
transcode_legacy.c [transcode] Fix illegal write when *icy_timer is null (fixes issue #412) 2017-08-20 23:08:36 +02:00
transcode.c [transcode] Log pix_fmt by name instead of enum 2017-09-17 00:00:24 +02:00
transcode.h [artwork/transcode] Also let transcode.c handle rescaling of non-file Spotify artwork 2017-08-06 22:31:43 +02:00
websocket.c [httpd/websocket/conf] Initial websocket implementation 2017-09-15 07:14:08 +02:00
websocket.h [httpd/websocket/conf] Initial websocket implementation 2017-09-15 07:14:08 +02:00
worker.c [worker] Make sure worker accepts NULL-arguments 2017-01-27 22:35:16 +01:00
worker.h Add a worker thread to support async tasks from the player thread 2015-03-31 23:05:24 +02:00