commit 23b626f2b9038db53d3e8b4d021e7998315e2390 Author: Jens Georg Date: Mon Nov 18 21:04:46 2013 +0100 Prepare 0.21.1 NEWS | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) commit a4803d6c4ac467e6007a6a911be8161d5b2dcdaa Author: Richard Röjfors Date: Mon Nov 18 20:39:40 2013 +0100 examples: Fix C renderer plugin Add new properties. https://bugzilla.gnome.org/show_bug.cgi?id=712336 examples/renderer-plugins/C/example-player.c | 59 +++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) commit ec3167ce94cc0f21e57650c8390ff08779e3a0cf Author: Jens Georg Date: Sat Oct 19 11:12:05 2013 +0200 server: Support PV subtitles Support serving of external subtitles for devices that support the PV subtitle "standard", namely Panasonic TVs and the WD TV Live https://bugzilla.gnome.org/show_bug.cgi?id=661228 configure.ac | 2 +- src/librygel-server/rygel-video-item.vala | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) commit 8185a4eaf5fd3a7fb5d2ce8ccb0b206a9768d788 Author: Jussi Kukkonen Date: Sat Nov 16 19:29:52 2013 +0200 renderer: implement PlaybackStorageMedium variable PlaybackStorageMedium should be "NETWORK" when AVTransportURI refers to a resource received from the UPnP network. It should be NONE if AVTransportURI is not set. Also fix the LastChange value of PossiblePlaybackStorageMedium. https://bugzilla.gnome.org/show_bug.cgi?id=712517 src/librygel-renderer/rygel-av-transport.vala | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) commit b6579e5d54bc4bc6f76aba81d8b154f045b68edb Author: Piotr Drąg Date: Mon Nov 11 21:15:15 2013 +0100 Updated Polish translation po/pl.po | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) commit adf43867fa9542ba2a1147c7da91214214eb2cf4 Author: Jussi Kukkonen Date: Wed Oct 30 14:45:50 2013 +0200 renderer-gst: Enable more playspeeds Negative playspeeds do not seem to work with common formats, so they have not been enabled. https://bugzilla.gnome.org/show_bug.cgi?id=710368 .../rygel-playbin-player.vala | 31 ++++++++++++++++++---- 1 file changed, 26 insertions(+), 5 deletions(-) commit 894b563ad229b5f7df99e477f32be241d796c357 Author: Jussi Kukkonen Date: Tue Oct 22 14:05:49 2013 +0300 renderer: Implement DLNA byte seeking Adds X_DLNA_GetBytePositionInfo() method, the required state variables and the missing SeekModes for Seek() to AVTransport2 implementation. https://bugzilla.gnome.org/show_bug.cgi?id=710368 https://bugzilla.gnome.org/show_bug.cgi?id=707058 https://bugzilla.gnome.org/show_bug.cgi?id=707059 https://bugzilla.gnome.org/show_bug.cgi?id=707541 data/xml/AVTransport2.xml.in | 44 ++++++++++++ .../renderer-plugins/vala/example-player-vala.vala | 18 +++++ .../rygel-playbin-player.vala | 80 ++++++++++++++++++++-- src/librygel-renderer/rygel-av-transport.vala | 70 +++++++++++++++++-- src/librygel-renderer/rygel-media-player.vala | 18 ++++- src/librygel-renderer/rygel-player-controller.vala | 6 ++ src/plugins/mpris/rygel-mpris-player.vala | 25 +++++++ 7 files changed, 249 insertions(+), 12 deletions(-) commit 048de8381d904c333d38ee7c70c01a48443a273c Author: Jussi Kukkonen Date: Wed Oct 30 14:30:15 2013 +0200 renderer: Add play_speed_to_double() to MediaPlayer This can be useful for all player implementations. https://bugzilla.gnome.org/show_bug.cgi?id=710368 src/librygel-renderer/rygel-media-player.vala | 19 ++++++++++++++ src/plugins/mpris/rygel-mpris-player.vala | 38 +++++---------------------- 2 files changed, 25 insertions(+), 32 deletions(-) commit 8a48853351e281282ac551fdc36a5d7ff50188ca Author: Jussi Kukkonen Date: Tue Oct 22 13:58:49 2013 +0300 data: Remove allowedValueList from TransportPlaySpeed AVTransport2 TransportPlaySpeed state variable is allowed to have vendor specific values. https://bugzilla.gnome.org/show_bug.cgi?id=710368 data/xml/AVTransport2.xml.in | 3 --- 1 file changed, 3 deletions(-) commit 15eddac1bd38553a99df1de48f6f5e686b5b2bc8 Author: Jean-Baptiste Dubois Date: Mon Nov 4 13:38:13 2013 +0100 Add milliseconds support in Rygel.TimeUtils time to string conversion https://bugzilla.gnome.org/show_bug.cgi?id=711399 src/librygel-renderer/rygel-time-utils.vala | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) commit e96aa4726b36f8dfb7604a6de2bdac3451320e12 Author: Jussi Kukkonen Date: Fri Nov 8 15:29:25 2013 +0200 renderer: Add Next and Previous to CurrentTransportActions https://bugzilla.gnome.org/show_bug.cgi?id=711661 src/librygel-renderer/rygel-player-controller.vala | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) commit 681cf415b2ee5679cd15c937bd6243c65e739dd4 Author: Jussi Kukkonen Date: Fri Nov 8 15:24:47 2013 +0200 renderer: Accept missing mime type in AVTransport.is_playlist() "assertion 'mime != NULL' failed" is not useful here. https://bugzilla.gnome.org/show_bug.cgi?id=711661 src/librygel-renderer/rygel-av-transport.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 75b447fb57bfd9d65fb74b5dfc2da14a5df17df6 Author: Daniel Mustieles Date: Wed Nov 6 17:48:40 2013 +0100 Updated Spanish translation po/es.po | 78 +++++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 58 insertions(+), 20 deletions(-) commit 8449d21948c8124e7004b64809396c4da2f70c4f Author: Dimitris Spingos Date: Wed Nov 6 16:55:50 2013 +0200 Updated Greek translation po/el.po | 72 ++++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 18 deletions(-) commit 61de4a75b909fb425573c2debd2ac72dc6276c3b Author: Jens Georg Date: Sat Nov 2 11:17:20 2013 +0100 build: Re-enable strict valac autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 27d3a07085b0acbdf97922273579e1c04906ba02 Author: Jens Georg Date: Sat Nov 2 11:16:38 2013 +0100 all: Port to new libsoup API configure.ac | 2 +- src/librygel-renderer/rygel-av-transport.vala | 7 +++---- src/librygel-server/rygel-import-resource.vala | 2 +- src/plugins/mediathek/rygel-mediathek-root-container.vala | 6 +++--- 4 files changed, 8 insertions(+), 9 deletions(-) commit 36628ce364b28ecb77088c52cde6a1898941a558 Author: Piotr Drąg Date: Sat Nov 2 20:12:23 2013 +0100 Updated POTFILES.in and POTFILES.skip po/POTFILES.in | 2 ++ po/POTFILES.skip | 2 ++ 2 files changed, 4 insertions(+) commit 190c053802a7dc33fc9b7f3f51d25fb95545e4eb Author: Jussi Kukkonen Date: Wed Oct 23 16:19:51 2013 +0300 core: Add UPnP BasicManagement service support Add BasicManagement:2 service that contains a bunch of tools (Ping, NSLookup and Traceroute to start with). Service is useful for DLNA Diagnostics, and can be enabled on a plugin-by-plugin basis. See doc/README.BasicManagement for details. Commit was partly authored by Christophe Guiraud . https://bugzilla.gnome.org/show_bug.cgi?id=707831 configure.ac | 2 +- data/xml/BasicManagement2.xml.in | 418 ++++++++++++++++ data/xml/Makefile.am | 1 + doc/README.BasicManagement | 24 + doc/man/rygel.conf.xml | 10 + src/librygel-core/Makefile.am | 1 + src/librygel-core/filelist.am | 5 + .../rygel-basic-management-test-nslookup.vala | 360 ++++++++++++++ .../rygel-basic-management-test-ping.vala | 288 +++++++++++ .../rygel-basic-management-test-traceroute.vala | 340 +++++++++++++ src/librygel-core/rygel-basic-management-test.vala | 260 ++++++++++ src/librygel-core/rygel-basic-management.vala | 538 +++++++++++++++++++++ src/librygel-core/rygel-description-file.vala | 4 + src/librygel-core/rygel-plugin.vala | 20 +- 14 files changed, 2269 insertions(+), 2 deletions(-) commit cf5a31b59c62234a935fa10bc8a68afeded4c6b3 Author: Jussi Kukkonen Date: Tue Sep 10 11:13:12 2013 +0300 doc: Re-organize rygel.conf man file Add a "Plugin-specific settings" section title and move it so that the plugin sections are directly below this section. https://bugzilla.gnome.org/show_bug.cgi?id=707831 doc/man/rygel.conf.xml | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) commit a91074c31c8823d94bfcf37809034ce16a95d151 Author: Jens Georg Date: Sat Nov 2 11:19:14 2013 +0100 todo: Remove useless item We can't drop MPEG2, we could just offer H.264 as well TODO | 3 --- 1 file changed, 3 deletions(-) commit 2632c2cfcf890d7b2b9b084e08fbf8a6ed9d1ca2 Author: Jens Georg Date: Fri Nov 1 22:35:47 2013 +0100 build: Only compile, don't try to link m4/vala.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 805e3250b40bac80c514ba61f72bb653b7c1f0de Author: Matej Urbančič Date: Thu Oct 31 21:01:01 2013 +0100 Updated Slovenian translation po/sl.po | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) commit d455905d03205ea0cd407fa6e7d995f694615154 Author: Daniel Mustieles Date: Thu Oct 31 14:38:37 2013 +0100 Updated Spanish translation po/es.po | 123 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 80 insertions(+), 43 deletions(-)