aboutsummaryrefslogtreecommitdiff
path: root/lib/libUPnP
AgeCommit message (Collapse)Author
2013-04-11fixed compiler warning about unused vardavilla
2013-04-08upnp: add support for UpdateObject action to PlatinumAlasdair Campbell
2013-01-20Platinum: add SetNextAVTransportURI support to media renderer baseJoakim Plate
2013-01-19Platinum: don't disregard PLT_MediaObjects only for lacking resourcesJoakim Plate
This could cause us to misscount the number of media objects in a upnp browse request, and re-request items we already had in list giving us duplicated items in lists.
2012-10-26[osx] - fix compilation by using the right suffix for 64bit constantsMemphiz
2012-10-26Platinum: fix missing filtering for extra metadataAlasdair Campbell
2012-10-26Platinum: switch to NPT_UInt64 for bitmask flagsAlasdair Campbell
2012-10-25upnp: fixes support for filtering by the extended properties we needAlasdair Campbell
2012-10-25Revert "Platinum - allow sub classes of PltSyncMediaBrowser to specify ↵Alasdair Campbell
property filter mask" This reverts commit aa93b7516cabe08eafe8b7c2ea15500c6bae128c. Conflicts: lib/libUPnP/Platinum/Source/Devices/MediaServer/PltSyncMediaBrowser.cpp
2012-10-11[UPnP] increase number of requested items per iteration. gives 2-3 times speedAlasdair Campbell
up.
2012-10-11Merge pull request #1582 from alcoheca/upnp-cache-notifyAlasdair Campbell
Upnp cache notify
2012-10-11[UPnP] support video ratingsAlasdair Campbell
2012-10-11Platinum: use PersonRole for directors. Also fixes ::FromDidl for authors,Alasdair Campbell
actors, directors - previously duplicate entries were present
2012-10-11Platinum - allow sub classes of PltSyncMediaBrowser to specify property ↵Alasdair Campbell
filter mask [UPnP] when browsing a UPnP server, retrieve ALL metadata
2012-10-11[UPnP] add support for upnp:lastPlaybackPosition, upnp:lastPlaybackTime and ↵Alasdair Campbell
upnp:playbackCount
2012-10-09Platinum: allow some statevariables to reset to default value after sending ↵Alasdair Campbell
completed (needed for ContainerUpdateIDs usage)
2012-10-02[UPnP] Platinum should also support sort criterias in format res@<property>Alasdair Campbell
2012-09-25upnp: report and support proper mimetypes for matroskaJoakim Plate
2012-09-07[UPnP] changed: make UPnP optional (enabled by default), fix some missing ↵Alasdair Campbell
#ifdef HAS_UPNP guards
2012-09-05[osx] fixed command-line make, duplicate symbol NPT_GetSystemMachineName, ↵davilla
choose cocoa flavor over posix
2012-09-05[UPnP] Platinum now stats files before serving via http. This means serving ↵Alasdair Campbell
files from vfs was broken. Solution is to remove all filesystem access to Platinum and expand NPT_XbmcFile. Anything apart from GetInfo:: (stat) is ignored as Platinum only serves up library items, not file systems. Thanks to elupus for fix, and pieh for spotting this in the first place
2012-09-05[UPnP] reinstated: '[UPnP] use server provided item count to iterate browse ↵Alasdair Campbell
req' by elupus @ cb110ea28b7506cb31d6ab4fd347fad1c96ec9ed all other modifications to libPlatinum/Neptune since codiqs last commit have been checked and are not required / have been included upstream the following patches therefore do not need to be reinstated: 5e5156bde70bb4250c9d912e43656a19d008f110 4df0a4cb1cd059f585de289a10ab915ce1bd95a8 a6eaa587174f73c0fdd7a5130774772c7d475fec 964b08aed02ee52d7f88250409b4e3fdd0363be3 2f70d124f75d76813e48ecc26ffd9aa3625072aa 299d326314619aa3a085f2c026e55860a75b3a5c 5bbf59fbc049325ec4205fadaa0903a753b866ee 370c8366ed83115558e4dcb00561207854c4f971 755f17fe4353b7047ca04c16b7461d1ef3b8ed1b 20c1ed61030f7a5bada60821507f29e54821b1a9 0b11444d6e405fa17e73ef0abc9ceba25a559cce f96d966e7575b4d9f7c864ad153dd9fb968344c9 99479c384176fd3f82d518506e560ba08ad57e40 347aa55b6c55e2801ff7a421e8bcc02ce0314cab a1993bf0380b9ced60c39064833435e458aa5434 f13f20aaa9493d58264c55f2a5b2cafd09435b0e 95df1d019cb7ea64a6f748a9104db1ecd666af42 887728b93d0a8cddd6a08bfddc4079f4c2ae82f8 66d2daf7bd90f7be2cb4cdbc5088488627953e3f ec70e260e95becc5bfcd86512b245776ef9653ea 296435b9a9262b23b49cbfb2302e36e730f292e7 99e0a1eaf18ed07625143e4fadc6eb027f822857 588a66a55067433ade77769a39c81552a995b38d 3fd25488ba88b30cfa0f5b834bbde91a21f05a73
2012-09-05[UPnP] reinstated: 'fixed: upnp server's http server would not provide ↵Alasdair Campbell
content length on HEAD requests' by elupus @ 9cbcf5063c3af350d385f1992017f6883f37a8e0
2012-09-05[UPnP] reinstated: 'changed: make sure Neptune threads are named' by elupus ↵Alasdair Campbell
@ 42d7b6b9180f634f988e12673de655228233b305
2012-09-05[UPnP] Platinum - log allowed values with state variable errorsAlasdair Campbell
2012-09-05[UPnP] update Platinum/Neptune to 0.6.9.1Alasdair Campbell
2012-05-10[osx] fix compiler errroramet
2012-03-31[UPnP] we should be caching directory listing, not metadata requestelupus
2012-03-31[UPnP] use server provided item count to iterate browse reqelupus
This could potentially solve issues where server returns a different number of items than it says it returns or we fail to parse a returned item properly.
2012-03-26changed: backport UPnP Platinum fix for missing maximum/minimum valueselupus
2012-02-14changed: abort upnp directory reading if received count ever is larger than ↵elupus
expected
2012-02-14changed: backport fix from upstream to explicitly request res xml tag, WMP ↵elupus
servers could skip it otherwise
2012-01-02fixed: upnp client should not cache requests unless it's for a complete listingelupus
2011-05-22fixed: upnp server's http server would not provide content length on HEAD ↵elupus
requests
2011-03-27[osx/ios/linux] changed, drop arch from various static lib names, this syncs ↵S. Davilla
all built static libs with same nameing
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp