summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* renderer: Add GetCurrentTransportActions method.Mark Ryan2012-11-232-0/+35
| | | | | | | | | | | | | The GetCurrentTransportActions method and the CurrentTransportActions state variable have been added to the AVTransport interface. This method and its related state variable need to be supported by renderers that support Seek to be DLNA compliant. Slightly modified to match current code. Note that this breaks the UPnP test due to X_DLNA_SeekTime capability. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=686638
* docs: RygelPlaybinRenderer: Small improvementMurray Cumming2012-11-231-1/+1
| | | | Mention that it is in-process.
* renderer-gst: Check duration availabilityJens Georg2012-11-221-8/+3
|
* media-export: Reenable media art extractionJens Georg2012-11-222-6/+6
|
* media-export: Prevent critical on file harvestingJens Georg2012-11-221-1/+0
|
* renderer: Prevent signalling the same stateJens Georg2012-11-221-1/+12
|
* renderer: Implement DIDL_S playlist supportJens Georg2012-11-226-105/+453
|
* renderer: Set proper track numberJens Georg2012-11-221-0/+3
|
* renderer-gst: Add 3GPP mime-typeJens Georg2012-11-221-0/+1
|
* renderer: Add PresetNameList to initial notifyJens Georg2012-11-221-0/+3
|
* renderer: Mark strings for translationJens Georg2012-11-221-2/+2
|
* server: Generate thumbs for native files onlyJens Georg2012-11-221-0/+5
|
* server: Add DIDL_S resource to containerJens Georg2012-11-2216-77/+161
| | | | | This resource is a playlist in DIDL_S format. Some players and renderers can process those playlists directly.
* server: Add DataSource for playlist XML dataJens Georg2012-11-221-2/+93
|
* server: Support all objects in HTTPRequestJens Georg2012-11-228-43/+53
|
* server: Extend HTTPServerURI for DIDL_S playlistsJens Georg2012-11-221-1/+13
|
* server: Add skeleton playlist handlerJens Georg2012-11-223-0/+44
|
* server: Add generic Serializer classJens Georg2012-11-2211-36/+118
|
* engine: Fix video transcodersJens Georg2012-11-212-2/+2
|
* all: Port to GStreamer 1.0Jens Georg2012-11-2121-132/+148
|
* build: Remove GStreamer dependenciesJens Georg2012-11-203-6/+2
|
* all: Port to libgee-0.8Jens Georg2012-11-209-20/+20
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=687168
* server: Don't make private member a propertyJens Georg2012-11-201-1/+2
|
* Fix typosMurray Cumming2012-11-192-2/+2
|
* Update .gitignore files now we have C files.Murray Cumming2012-11-192-0/+2
|
* server: Make more member variables be propertiesMurray Cumming2012-11-193-18/+22
| | | | | | And update the standalone-server example appropriately. See bug #686211 .
* renderer: Add comment about live sourcesJens Georg2012-11-131-0/+6
|
* server: Really fix Content-Length headerJens Georg2012-11-133-4/+29
| | | | | | 6f5a29 used the wrong length for thumbnails and subtitles as well as setting the wrong soup mode for resources whose size is not known, effectively breaking proxying of non-local resources.
* playbin: Add missing buffering handlingJens Georg2012-11-131-8/+42
|
* server: Add missing Content-Length headerJens Georg2012-11-132-1/+6
| | | | | More fall-out from that seeking bugfix. Caused seek in player not to work as well as missing length information for several file types.
* playbin: Only report duration if knownJens Georg2012-11-131-2/+11
|
* server: Fix plugin creation. Use MediaServer3.xmlLudovic Ferrandis2012-11-121-1/+1
| | | | Was using old MediaServer2.xml file
* server: Fix thumbnails for XBox 360Jens Georg2012-11-011-1/+6
| | | | | | | | | If a video file needed transcoding for the XBox, it would not display a thumbnail because the generated url was adding the /th/ subrequest on top of the /tr/ request. This caused a "no transcoder available for WMVHIGH_FULL.wmv" warning as well as a failing thumbnail request.
* server: Fix CSV splitting in ItemUpdater.Krzesimir Nowak2012-11-011-7/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687177
* media-export: Fix typo causing empty containersJens Georg2012-11-011-1/+1
|
* media-export: Allow updating of items via UPnPJens Georg2012-10-297-11/+94
|
* server: Add UpdatableObject interfaceKrzesimir Nowak2012-10-296-17/+68
| | | | | Backends should implement this for persiting changes done by UpdateObject call in their storage back-end.
* server: Add UpdateObject actionKrzesimir Nowak2012-10-298-0/+275
|
* server: Implement Service Reset ProcedureJens Georg2012-10-291-0/+58
|
* server: Implement search for upnp:*UpdateIDJens Georg2012-10-292-0/+56
|
* server: Serialize special track item propertiesJens Georg2012-10-294-0/+46
| | | | - res@updateCount
* server: Implement totalDeletedChildCountJens Georg2012-10-291-2/+11
|
* mediathek: Add change trackingJens Georg2012-10-293-9/+21
|
* server: Add automatic change trackingJens Georg2012-10-295-4/+83
|
* server: Implement ServiceResetTokenJens Georg2012-10-292-0/+34
| | | | | | Currently it appears as if the server did a Service Reset Procedure (cf. UPnP-av-ContentDirectory-v3-Service.pdf, Section 2.3.7.1, pg 51) when it was shut down.
* core,plugins: Add server capabilitiesJens Georg2012-10-2910-44/+127
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=676024
* server: Implement LastChange in ContentDirectoryKrzesimir Nowak2012-10-291-4/+76
|
* server: Changed Container's updated() signal.Krzesimir Nowak2012-10-296-17/+66
| | | | Used to implement a more fine-grained change tracking.
* server: Add LastChange classesKrzesimir Nowak2012-10-297-0/+306
|
* engine-gst: Ignore full-range seekJens Georg2012-10-281-0/+5
|