summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make all const members upper caseMurray Cumming2012-10-259-26/+26
* server: RootDeviceFactory: No public set for contextMurray Cumming2012-10-251-1/+1
* server: Turn some member variables into properties.Murray Cumming2012-10-255-15/+25
* core, server: Plugin: Avoid public setting of some members.Murray Cumming2012-10-252-8/+8
* Add example renderer pluginMurray Cumming2012-10-251-1/+1
* core: Plugin: Mention MetaConfigMurray Cumming2012-10-232-1/+4
* renderer: Add MediaPlayer documentationMurray Cumming2012-10-221-2/+39
* Remove the test pluginMurray Cumming2012-10-226-244/+1
* Add an example server pluginMurray Cumming2012-10-223-0/+29
* renderer-gst: Add AAC mime-typesJens Georg2012-10-201-0/+2
* core: Don't search for modules hidden foldersJens Georg2012-10-191-9/+14
* docs: Correct the MediaRenderer docs.Murray Cumming2012-10-191-9/+3
* gstreamer: Fix DLNA profilesJens Georg2012-10-181-1/+1
* docs: Explain modules, plugins, and players a bit moreMurray Cumming2012-10-185-9/+31
* docs: Mention basic usage (headers, cflags/libs, pkg-config)Murray Cumming2012-10-173-4/+5
* server: Improve MediaEngine documentation.Murray Cumming2012-10-162-9/+20
* build: Remove unneccessary gupnp-dlna dependenciesMark Ryan2012-10-142-2/+0
* docs: Add overview documentation.Murray Cumming2012-10-122-2/+2
* docs: Generalize the docs build more.Murray Cumming2012-10-122-2/+2
* server: Only create seek when requestedJens Georg2012-10-121-4/+6
* mpris: Don't crash on faulty MPRIS implementationJens Georg2012-10-091-3/+7
* external: Use audio.music as specified in specJens Georg2012-10-091-6/+7
* Fix the build. SorryMurray Cumming2012-10-081-4/+2
* server: Add HTTPSeek docsMurray Cumming2012-10-081-1/+39
* renderer: Renderer: Update docs for new API.Murray Cumming2012-10-081-2/+1
* core: Fix namespace of DescriptionFileJens Georg2012-10-071-1/+1
* server: Stop crash if force-downgrade-for is emptyJens Georg2012-10-061-3/+7
* renderer: Add get_playbin()Murray Cumming2012-10-061-0/+10
* media-export: Ignore invalid colorDepthMark Ryan2012-10-061-2/+6
* gstreamer: Don't crash on transcodingJens Georg2012-10-061-2/+7
* all: Adapt to new GUPnP vapiJens Georg2012-10-066-60/+60
* Move UUID_LIBS to where it's actually usedAndreas Henriksson2012-10-062-0/+2
* Fix typo in librygel-core Makefile.am (GIO_LIBS vs LIBGIO_LIBS)Andreas Henriksson2012-10-061-1/+1
* Expand LIBADDs to everything neededAndreas Henriksson2012-10-069-9/+17
* Move rygel base libs up the linking chain to avoid excessive linkingAndreas Henriksson2012-10-061-0/+1
* Drop unused libs from librygel-coreAndreas Henriksson2012-10-061-7/+1
* all: Bump API and so versionJens Georg2012-10-0512-56/+56
* server,engine: Return null DataSource on errorJens Georg2012-10-054-5/+22
* engine: Add a sample media engine implementationJens Georg2012-10-054-1/+210
* core: Add empty Configuration implementationJens Georg2012-10-052-0/+121
* build: Enable building Rygel without GStreamerJens Georg2012-10-057-7/+17
* renderer: Remove GStreamer referencesJens Georg2012-10-0518-27/+180
* server,engine: Move MediaEngine into .soJens Georg2012-10-0543-134/+575
* server: Remove GStreamer from TimeSeekJens Georg2012-10-052-12/+17
* server: Clean-up importsJens Georg2012-10-0510-12/+13
* server: Re-enable transcodersJens Georg2012-10-054-12/+15
* server: Introduce DataSource interfaceJens Georg2012-10-0517-248/+544
* core,data,doc: Drop transcoder optionsJens Georg2012-10-057-312/+39
* core: Move transcoder knowledge into MediaEngineJens Georg2012-10-053-58/+71
* core: Separate GStreamer details from TranscoderJens Georg2012-10-055-119/+179