• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..29-Mar-2016141

albumart.cH A D27-Nov-20158.4 KiB

albumart.hH A D27-Nov-20151,010

AUTHORSH A D11-May-201448

autogen.shH A D27-Nov-20151.5 KiB

ChangeLogH A D27-Nov-20150

clients.cH A D27-Nov-20156.2 KiB

clients.hH A D27-Nov-20152.6 KiB

codelength.hH A D13-Aug-2013843

compileH A D27-Nov-20157.2 KiB

config.hH A D27-Nov-201515.1 KiB

config.h.origH A D27-Nov-201515.1 KiB

configure.acH A D27-Nov-201521.3 KiB

containers.cH A D27-Nov-20155.5 KiB

containers.hH A D27-Nov-20151.2 KiB

COPYINGH A D11-May-201418 KiB

genconfig.shH A D11-May-20149.4 KiB

genosver.shH A D27-Nov-2015193

getifaddr.cH A D27-Nov-201510 KiB

getifaddr.hH A D27-Nov-20152 KiB

icons.cH A D27-Nov-2015486.1 KiB

ifaddrs.cH A D27-Nov-201520.5 KiB

image_utils.cH A D27-Nov-201520.6 KiB

image_utils.hH A D27-Nov-20151.5 KiB

inotify.cH A D03-Jan-201619 KiB

inotify.hH A D03-Jan-2016282

libav.hH A D27-Nov-20155.1 KiB

LICENCE.miniupnpdH A D13-Aug-20131.4 KiB

linux/H27-Nov-20155

log.cH A D27-Nov-20153.6 KiB

log.hH A D27-Nov-20151.6 KiB

MakefileH A D22-Apr-20166 KiB

Makefile.amH A D27-Nov-20152.1 KiB

metadata.cH A D27-Nov-201543.5 KiB

metadata.hH A D27-Nov-20153.1 KiB

minidlna.cH A D22-Apr-201638.5 KiB

minidlna.confH A D27-Nov-20153.3 KiB

minidlna.conf.5H A D27-Nov-20155.5 KiB

minidlnad.8H A D27-Nov-20152 KiB

minidlnapath.hH A D13-Aug-20132.3 KiB

minidlnatypes.hH A D27-Nov-20153 KiB

minissdp.cH A D27-Nov-201522.8 KiB

minissdp.hH A D27-Nov-20152 KiB

minixml.cH A D11-May-20144.7 KiB

minixml.hH A D11-May-20142.5 KiB

NEWSH A D27-Nov-20157.3 KiB

options.cH A D27-Nov-20155.2 KiB

options.hH A D27-Nov-20153.4 KiB

playlist.cH A D27-Nov-20156.5 KiB

playlist.hH A D13-Aug-2013965

po/H27-Nov-201519

process.cH A D27-Nov-20154.4 KiB

process.hH A D27-Nov-20153 KiB

READMEH A D11-May-20141,008

scanner.cH A D03-Jan-201631.2 KiB

scanner.hH A D27-Nov-20152.2 KiB

scanner_sqlite.hH A D11-May-20142.7 KiB

sendfile.hH A D27-Nov-20151.5 KiB

sql.cH A D27-Nov-20155.7 KiB

sql.hH A D27-Nov-20151.4 KiB

tagutils/H22-Apr-201620

testupnpdescgen.cH A D13-Aug-20134 KiB

tivo_beacon.cH A D27-Nov-20158.4 KiB

tivo_beacon.hH A D13-Aug-20131.2 KiB

tivo_commands.cH A D27-Nov-201520.8 KiB

tivo_commands.hH A D11-May-2014930

tivo_utils.cH A D27-Nov-20153.4 KiB

tivo_utils.hH A D11-May-20141.3 KiB

TODOH A D13-Aug-2013155

upnpdescgen.cH A D27-Nov-201521.5 KiB

upnpdescgen.hH A D27-Nov-20153.2 KiB

upnpdescstrings.hH A D27-Nov-20152 KiB

upnpevents.cH A D27-Nov-201513.2 KiB

upnpevents.hH A D13-Aug-20133 KiB

upnpglobalvars.cH A D03-Jan-20163.7 KiB

upnpglobalvars.hH A D03-Jan-20169.5 KiB

upnphttp.cH A D05-Mar-201651.1 KiB

upnphttp.hH A D27-Nov-20155.4 KiB

upnpreplyparse.cH A D27-Nov-20154.1 KiB

upnpreplyparse.hH A D11-May-20142.6 KiB

upnpsoap.cH A D27-Nov-201559.9 KiB

upnpsoap.hH A D27-Nov-20151.5 KiB

utils.cH A D27-Nov-201510.7 KiB

utils.hH A D27-Nov-20152.7 KiB

uuid.cH A D27-Nov-20156.2 KiB

uuid.hH A D11-May-20141 KiB

README

1MiniDLNA project
2(c) 2009 Justin Maggard
3Portions (c) 2006-2007 Thomas Bernard
4webpage: http://sourceforge.net/projects/minidlna/
5
6This directory contains the MiniDLNA daemon software.
7This software is subject to the conditions detailed in
8the LICENCE file provided with this distribution.
9
10Parts of the software including the discovery code are
11licensed under the BSD revised license which is detailed
12in the LICENSE.miniupnpd file provided with the distribution.
13More information on MiniUPnPd can be found at http://miniupnp.free.fr.
14
15
16The MiniDLNA daemon is an UPnP-A/V and DLNA service which
17serves multimedia content to compatible clients on the network.
18See http://www.upnp.org/ for more details on UPnP
19and http://www.dlna.org/ for mode details on DLNA.
20
21See the INSTALL file for instructions on compiling, installing,
22and configuring minidlna.
23
24Prerequisites
25==================
26
27- libexif
28- libjpeg
29- libid3tag
30- libFLAC
31- libvorbis
32- libsqlite3
33- libavformat (the ffmpeg libraries)
34
35
36Justin Maggard
37