owntone-server/src
ejurgensen 5f041b59eb Fix .url files crashing forked-daapd and remove "support" for these.
An .url file would lead to a crash due to codectype being null. This
is fixed with this commit, but at the same time support for these
files is completely removed, since even with the bug fixed .url
(and .pls) files would not stream.
2013-08-14 20:29:18 +02:00
..
evhttp Kill unused variable len 2011-04-30 11:41:12 +02:00
evrtsp Kill unused variable len 2011-04-30 11:41:12 +02:00
.gitignore Replace AVL tree in DAAP by a static hash using gperf 2011-04-02 09:52:19 +02:00
artwork.c Adds looking for artwork named [directory name].{png,jpg} 2013-07-14 20:54:23 +02:00
artwork.h Introduce artwork_get_item_filename() 2011-04-09 10:11:34 +02:00
avio_evbuffer.c libav 0.7: Add AVIO interface to evbuffer, replacing ffmpeg_url_evbuffer 2011-06-02 22:16:53 +02:00
avio_evbuffer.h libav 0.7: Add AVIO interface to evbuffer, replacing ffmpeg_url_evbuffer 2011-06-02 22:16:53 +02:00
conffile.c Artwork file names made configurable 2013-07-13 12:31:01 +02:00
conffile.h Resolve runas username when loading configuration and export uid/gid 2011-07-09 12:02:09 +02:00
DAAP2SQL.g Fixed RemoteApp communication which broke for Remote 3.0 due to some new properties in the query 2013-05-24 18:44:57 +02:00
daap_query.c Adapt for new input methods in ANTLR 3.4 2011-06-24 19:34:11 +02:00
daap_query.gperf Prefer album artist even when DAAP says artist 2013-07-22 22:30:55 +02:00
daap_query.h Move DAAP query hash table inside DAAP2SQL 2011-04-02 09:52:19 +02:00
DAAP.g Update copyright notices for 2010 2010-01-05 19:34:00 +01:00
dacp_prop.gperf Fixed RemoteApp communication which broke for Remote 3.0 due to some new properties in the query 2013-05-24 18:44:57 +02:00
db.c Prefer album artist even when DAAP says artist 2013-07-22 22:30:55 +02:00
db.h Speedup startup rescan 2011-09-10 12:56:30 +02:00
dmap_common.c Fix DAAP songlist generation after code move to dmap_common 2011-04-28 18:25:14 +02:00
dmap_common.h Fix DAAP songlist generation after code move to dmap_common 2011-04-28 18:25:14 +02:00
dmap_fields.gperf Migrate file metadata encoding to DMAP common code 2011-04-09 10:11:35 +02:00
ffmpeg_url_evbuffer.c FFmpeg "evbuffer:0x..." URLProtocol implementation 2010-03-07 11:13:38 +01:00
ffmpeg_url_evbuffer.h FFmpeg "evbuffer:0x..." URLProtocol implementation 2010-03-07 11:13:38 +01:00
filescanner_ffmpeg.c libav 0.7: switch to generic AVDictionary for metadata handling 2011-09-10 12:48:14 +02:00
filescanner_itunes.c Reset album_artist after iTunes scan if set to Unknown artist. 2010-12-18 19:29:26 +01:00
filescanner_m3u.c Plug leak of pl_base 2011-07-09 11:54:55 +02:00
filescanner.c Fix .url files crashing forked-daapd and remove "support" for these. 2013-08-14 20:29:18 +02:00
filescanner.h Hook up iTunes library scanner 2009-11-28 10:55:43 +01:00
httpd_daap.c Fixes for Amarok and Banshee clients which don't send 2012-01-02 04:22:39 -05:00
httpd_daap.h Use embedded evhttp 2009-05-03 11:16:57 +02:00
httpd_dacp.c Fixed RemoteApp communication which broke for Remote 3.0 due to some new properties in the query 2013-05-24 18:44:57 +02:00
httpd_dacp.h Introduce stub DACP protocol implementation 2010-01-30 17:30:22 +01:00
httpd_rsp.c Replace AVL tree in RSP query by a static hash using gperf 2011-04-02 09:52:19 +02:00
httpd_rsp.h Use embedded evhttp 2009-05-03 11:16:57 +02:00
httpd.c Use st->size instead of sb.st_size which is only valid for raw files 2011-04-24 19:03:47 +02:00
httpd.h Introduce httpd_send_reply() with gzip capability 2010-05-03 19:11:55 +02:00
laudio_alsa.c Add config knob for mixer channel name (ALSA/Linux only) 2011-07-09 12:12:58 +02:00
laudio_oss4.c Add OSS4 local audio output implementation 2010-05-02 11:45:15 +02:00
laudio.h Add ALSA-based local audio output support 2010-05-02 11:44:43 +02:00
logger.c Add a logdomain for DB performance data 2011-09-10 12:56:29 +02:00
logger.h Add a logdomain for DB performance data 2011-09-10 12:56:29 +02:00
main.c Removed avcodec_init, obsolete in ffmpeg 0.11 2013-05-24 20:57:42 +02:00
Makefile.am Fix .url files crashing forked-daapd and remove "support" for these. 2013-08-14 20:29:18 +02:00
mdns_avahi.c Plug leaks, avahi_strdup() not necessary here 2011-07-09 11:54:55 +02:00
mdns.h Introduce mDNS browser flags for address type selection 2011-03-10 21:08:25 +01:00
misc.c Remove byte-order mark from UTF-8 strings 2011-04-30 18:59:29 +02:00
misc.h Add key/value functions & data types 2010-09-18 17:24:33 +02:00
player.c Update to support some older, encrytped APEs 2013-07-26 10:24:08 +02:00
player.h Set has_video flag for AppleTV devices 2011-04-09 10:11:34 +02:00
raop.c Allow playback on non apple airplay devices 2013-07-04 14:57:00 +02:00
raop.h Allow playback on non apple airplay devices 2013-07-04 14:57:00 +02:00
remote_pairing.c Add default case to address family switch for maximum compiler happiness 2011-04-30 11:41:12 +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
RSP2SQL.g Use table aliases in all queries, update RSP & DAAP filters to match 2011-09-10 12:56:30 +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
RSP.g Update copyright notices for 2010 2010-01-05 19:34:00 +01:00
scan-flac.c Include config.h in all C files 2010-02-02 21:09:55 +01:00
scan-mpc.c Include config.h in all C files 2010-02-02 21:09:55 +01:00
scan-wma.c Include config.h in all C files 2010-02-02 21:09:55 +01:00
transcode.c Changed SAMPLE_FMT_S16 for ffmpeg 0.11 2013-05-24 20:33:26 +02:00
transcode.h Add seek support to transcode 2010-05-02 11:21:08 +02:00