commit 1fb52dfe7c0096c744e8b33856a898e0e3c726f5 Author: Jens Georg Date: Mon Oct 14 12:03:12 2013 +0200 Prepare 0.20.1 NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) commit f627d44267b21be854aaec6f6cc456d28f160699 Author: Jean-Baptiste Dubois Date: Mon Oct 7 09:49:01 2013 +0200 engine: Add large files (> 4GB) streaming support. https://bugzilla.gnome.org/show_bug.cgi?id=709551 configure.ac | 2 + src/media-engines/simple/Makefile.am | 1 + .../simple/rygel-simple-data-source.vala | 43 +++++++++++++++++----- 3 files changed, 36 insertions(+), 10 deletions(-) commit 04d9433a790505dda58432b38cf343de746011a2 Author: Jens Georg Date: Fri Oct 11 11:13:24 2013 +0200 core: Get MediaDevice port from MetaConfig https://bugzilla.gnome.org/show_bug.cgi?id=709887 src/librygel-core/rygel-media-device.vala | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 14e7846ca274f022eb36e45897707e95eae28b56 Author: Jens Georg Date: Thu Oct 10 10:48:18 2013 +0200 renderer: Lower ChangeLog timeout According to DLNA, 200ms is the upper bound of announcing changes caused by operations through a LastChange event. Since we used 200ms to aggregate multiple events, sometimes we sent out the LastChange event too late for the CTT. Moving it down to 150ms seems to improve CTT situation in timing fragile CTT tests. src/librygel-renderer/rygel-changelog.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bbc83ff0162d98b3426a43af740a38c731481cb4 Author: Jens Georg Date: Tue Oct 8 15:33:09 2013 +0200 renderer: Don't loop on image playlists https://bugzilla.gnome.org/show_bug.cgi?id=707054 src/librygel-renderer/rygel-player-controller.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 3b3eeba9130ab0bad4a9357d8f1f4ee85ccc485e Author: Jens Georg Date: Tue Oct 8 13:13:04 2013 +0200 server: Return proper contentFeatures for DIDL_S https://bugzilla.gnome.org/show_bug.cgi?id=709627 src/librygel-server/rygel-http-playlist-handler.vala | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 8d09dc86bacc5f5a34c1022301a32550dece0bd8 Author: Jens Georg Date: Mon Oct 7 17:16:02 2013 +0200 mpris: Get can_seek information from peer src/plugins/mpris/rygel-mpris-interfaces.vala | 1 + src/plugins/mpris/rygel-mpris-player.vala | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) commit 292f13775f73b133622a0102efc2b37f6d1ae102 Author: Jens Georg Date: Mon Oct 7 16:57:56 2013 +0200 mpris: Seek is always relative src/plugins/mpris/rygel-mpris-player.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fc0ddf7054fb34141f45f3879de13d05567784a3 Author: Richard Röjfors Date: Sat Oct 5 22:26:52 2013 +0200 librygel-renderer: Allow underlying player to notify on volume changes Currently there is no notification support on volume. The last set value of the volume (via upnp) is cached in rygel-rendering-control. But if the volume of the underlying renderer can be changed in another way, for instance on a local UI. Such change is not picked up by rygel-rendering-control and any control point would not be aware of the volume change. This patch adds notification support for volume. Signed-off-by: Richard Röjfors src/librygel-renderer/rygel-rendering-control.vala | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) commit f2edd10c6ffd8101d2bd4453973b3fd9da13a71d Author: Jens Georg Date: Sat Oct 5 08:01:12 2013 +0200 ui: Fix tooltips in network section https://bugzilla.gnome.org/show_bug.cgi?id=709287 data/rygel-preferences.ui | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 7a39f5568ff6c011d80bea534fcad938d63ec25b Author: Jens Georg Date: Tue Oct 1 16:29:42 2013 +0200 renderer-gst: Remove invalid DLNA profile MPEG_TS_HD_EU_ISO does not exist src/librygel-renderer-gst/rygel-playbin-player.vala | 3 --- 1 file changed, 3 deletions(-) commit 1a1327c2f6f8c677986b483eb6b6a3f8f561548a Author: Fionn Cleary Date: Fri Sep 20 15:36:51 2013 +0200 Fix AbsoluteCounterPosition to match UPnP spec UPnP AV Transport Specification v1.01 states that the AbsoluteCounterPosition state variable is a signed value, where as the xml document has it as an unsigned value. Rygel stores the AbsoluteCounterPosition internally as an signed value. https://bugzilla.gnome.org/show_bug.cgi?id=709190 data/xml/AVTransport2.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d12bbd13e1d680ee6d08be7dd2eaf470e1ff0e1 Author: Jens Georg Date: Tue Oct 1 13:08:04 2013 +0200 renderer: Set track info for non-http uris (Partially) fixes 7.3.53.2 https://bugzilla.gnome.org/show_bug.cgi?id=709170 src/librygel-renderer/rygel-av-transport.vala | 4 ++++ 1 file changed, 4 insertions(+) commit 170df1d56f22a3c03c1235ea4649f68483956881 Author: Jens Georg Date: Mon Sep 30 12:27:55 2013 +0200 renderer: Set PossiblePlaybackStorageMedia "None" and "Network" are mandatory according to 7.3.104.7 https://bugzilla.gnome.org/show_bug.cgi?id=677405 data/xml/AVTransport2.xml.in | 4 ++++ src/librygel-renderer/rygel-av-transport.vala | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 49dbc7ae86a865cbee24a58e5fe3a77bc76989da Author: Jens Georg Date: Mon Sep 30 11:25:17 2013 +0200 renderer-gst: Check seek target The seek call on playbin doesn't fail when seeking beyond the end of the file and just switches to EOS. https://bugzilla.gnome.org/show_bug.cgi?id=709077 src/librygel-renderer-gst/rygel-playbin-player.vala | 6 ++++++ 1 file changed, 6 insertions(+) commit bb3ed1224068fc2d0db72ceb1b204945720e0263 Author: Jens Georg Date: Mon Sep 30 11:23:55 2013 +0200 renderer: Use proper error-code on wrong seek We were using 710 (Illegal seek mode) instead of the correct 711 (Illegal seek target) This fixes 7.3.157.9 https://bugzilla.gnome.org/show_bug.cgi?id=709077 src/librygel-renderer/rygel-av-transport.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 5753d43f8be1324ea178b24c88973ee3a1777a50 Author: Milan Plzik Date: Wed Sep 11 00:33:18 2013 +0200 renderer: Fix seeking behavior when using REL_TIME Signed-off-by: Milan Plzik https://bugzilla.gnome.org/show_bug.cgi?id=686628 src/librygel-renderer/rygel-av-transport.vala | 16 +++++++++++++++- src/librygel-renderer/rygel-time-utils.vala | 26 +++++++++++++++++++++++--- 2 files changed, 38 insertions(+), 4 deletions(-) commit 489bb91d9704d914b5185193cb3774fd095cd804 Author: Jens Georg Date: Sat Sep 28 17:55:20 2013 +0200 media-export: Fix GstDiscoverer error handling The code was ported from old GUPnPDLNADiscoverer code under the assumption that the error handling is the same (a bitfield), but it isn't. https://bugzilla.gnome.org/show_bug.cgi?id=704317 .../rygel-media-export-metadata-extractor.vala | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) commit 497d4d886e0b93e07a657919c484e3db64b43058 Author: Carles Ferrando Date: Mon Oct 14 00:07:55 2013 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 729a18ccaa85453b57ec0c4e5529d637e85620ac Author: Gil Forcada Date: Mon Oct 14 00:07:52 2013 +0200 [l10n] Update Catalan translation po/ca.po | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) commit b9f6d373f0de3f288ea9decd341fa80b7c176c3b Author: Carles Ferrando Date: Mon Oct 14 00:05:12 2013 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6a98d95ed5226e92265b7a91e1f67f3eefdbe2fc Author: Gabor Kelemen Date: Thu Oct 10 14:46:33 2013 +0200 Updated Hungarian translation po/hu.po | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) commit b04208e9ecda8ac918d3c09e37d4a5f69087cbc8 Author: Fran Diéguez Date: Wed Oct 9 23:07:26 2013 +0200 Updated Galician translations po/gl.po | 60 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 23 deletions(-) commit 17d66f6bffdb1b26616e96310fc42ed05c5281f7 Author: Andika Triwidada Date: Wed Oct 9 02:26:50 2013 +0700 Updated Indonesian translation po/id.po | 55 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 22 deletions(-) commit ca040527befa326eafc2c9f86e83a0bb0ac341b1 Author: Rūdolfs Mazurs Date: Mon Oct 7 21:52:04 2013 +0300 Updated Latvian translation po/lv.po | 97 +++++++++++++++++++++++----------------------------------------- 1 file changed, 35 insertions(+), 62 deletions(-) commit 8b4564c30ee253feda46f7e7554331b4191d9a60 Author: Carles Ferrando Date: Sun Oct 6 22:17:23 2013 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 885 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 537 insertions(+), 348 deletions(-) commit 08e01008eeee00aecef5dab33c773f9f0b6fd947 Author: Gil Forcada Date: Sun Oct 6 21:36:42 2013 +0200 [l10n] Update Catalan translation po/ca.po | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) commit 70f1edc67a880a37747911d0732938e9e18b2ae5 Author: Yuri Myasoedov Date: Sun Oct 6 12:33:59 2013 +0400 Updated Russian translation po/ru.po | 95 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 61 insertions(+), 34 deletions(-) commit 37189c337796cc43d637fdbfe8bd9af8f99da832 Author: Aurimas Černius Date: Sat Oct 5 17:09:52 2013 +0300 Updated Lithuanian translation po/lt.po | 68 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 29 deletions(-) commit 20e910b36a0b2eae2314c798d7c4e7d62c875bd1 Author: Wolfgang Stöggl Date: Sat Oct 5 10:53:42 2013 +0200 [l10n] Updated German translation po/de.po | 112 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 64 insertions(+), 48 deletions(-) commit 20fa2088051663003188c23ee4eae8e3acf869b3 Author: Мирослав Николић Date: Thu Oct 3 22:14:52 2013 +0200 Updated Serbian translation po/sr.po | 97 +++++++++++++++++++++------------------------------------- po/sr@latin.po | 97 +++++++++++++++++++++------------------------------------- 2 files changed, 70 insertions(+), 124 deletions(-) commit 739fafe586b9824446c4233a2c7f739f77640733 Author: Nilamdyuti Goswami Date: Thu Oct 3 16:05:37 2013 +0530 Assamese translation updated po/as.po | 61 +++++++++++++++++-------------------------------------------- 1 file changed, 17 insertions(+), 44 deletions(-) commit bbd3a08c781e6b482bfdba3a09ecffe504777668 Author: Enrico Nicoletto Date: Wed Oct 2 19:11:59 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 56 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 22 deletions(-) commit 2eb06043b6dde8532be25cf26ef1e2cc6959ed7f Author: Jens Georg Date: Wed Oct 2 13:35:48 2013 +0200 tests: Fix compiling with fixed .deps file tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) commit 0fd400e3bc902bf604f4fec04e580a980672ff64 Author: Marek Černocký Date: Wed Oct 2 10:08:00 2013 +0200 Updated Czech translation po/cs.po | 80 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 46 insertions(+), 34 deletions(-) commit 80cf6dced31aeb4d4e6fffa5343f753617f3d8e2 Author: Matej Urbančič Date: Tue Oct 1 23:19:33 2013 +0200 Updated Slovenian translation po/sl.po | 56 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 21 deletions(-) commit 38a4e9fc95a35cd0e77906eff805a405902eafc9 Author: Milo Casagrande Date: Tue Oct 1 18:59:17 2013 +0200 [l10n] Updated Italian translation. po/it.po | 67 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 26 deletions(-) commit 683bba1e31b68fea83e099152c67788b67cf2ab8 Author: Daniel Mustieles Date: Tue Oct 1 18:13:08 2013 +0200 Updated Spanish translation po/es.po | 71 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 39 insertions(+), 32 deletions(-) commit 44e833e965615c36476cd6f1115f9b2317972daa Author: Piotr Drąg Date: Tue Oct 1 17:26:29 2013 +0200 Updated Polish translation po/pl.po | 56 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 22 deletions(-) commit 930ffaa23d8416ff5028aa4cb48f6a329f845ecb Author: Jens Georg Date: Tue Oct 1 17:18:03 2013 +0200 renderer-gst,playbin: Use proper GStreamer version src/librygel-renderer-gst/rygel-renderer-gst-2.0.deps | 2 +- src/plugins/playbin/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit 6938f14b7f26af2236553a58ac97d692a44d713d Author: Kjartan Maraas Date: Wed Sep 25 23:30:22 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-)