commit fce120a2040459a08bfb454c8566d9d79a3183aa Author: Jens Georg Date: Tue Sep 4 11:36:47 2012 +0200 Prepare 0.15.3 NEWS | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) commit 8f893d1fccd532b34fec5648616e9b7810ca77ef Author: Andika Triwidada Date: Thu Aug 30 17:40:39 2012 +0700 Updated Indonesian translation po/id.po | 714 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 377 insertions(+), 337 deletions(-) commit a0ad3b4be929442b4bbb35557588394bda9339fa Author: Jens Georg Date: Fri Aug 31 22:56:28 2012 +0200 core,data: Fix AVC transcoder Add a slight hack to enable a streamable position of moov atoms. Drop the passthrough in the transcoder. This doesn*t make sense currently and it needs to be more sophisticated; it doesn't properly work if we change the resolution and/or framerate. data/presets/GstX264Enc.prs | 2 +- data/presets/ffenc_aac.prs | 3 +++ data/rygel.conf | 2 +- src/librygel-server/rygel-http-response.vala | 24 +++++++++++++++++------- src/librygel-server/rygel-transcoder.vala | 14 -------------- 5 files changed, 22 insertions(+), 23 deletions(-) commit ced287d463eaebdec2c433a2cd319e7289017f21 Author: Jens Georg Date: Wed Aug 8 00:35:18 2012 +0200 examples: Add startup scripts for various daemons examples/service/README.Ubuntu | 57 ++++++++++++ examples/service/systemd/rygel.service | 12 +++ examples/service/sysv/rygel | 159 +++++++++++++++++++++++++++++++++ examples/service/upstart/rygel.conf | 17 ++++ examples/service/wrap-dbus | 41 +++++++++ 5 files changed, 286 insertions(+) commit 34d82c2e433de580273736c64555045ea77e3d30 Author: Jens Georg Date: Thu Aug 30 20:26:43 2012 +0200 build: Add copyright to autogen.sh autogen.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit 13adf652955b5ea0a96bf4656d067291c313df89 Author: Jens Georg Date: Thu Aug 30 20:22:29 2012 +0200 examples: Add license and doc for server example examples/standalone-server.c | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) commit 9b7cea1c613072700edb3ed0b8a08cc0de981f18 Author: Jens Georg Date: Thu Aug 30 20:16:51 2012 +0200 media-export: Mark created item as place-holder src/plugins/media-export/rygel-media-export-media-cache.vala | 4 ++++ .../media-export/rygel-media-export-writable-db-container.vala | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit 6b7a837a41e255a5f82bc75377c5041906668f1e Author: Jens Georg Date: Thu Aug 30 20:16:17 2012 +0200 media-export: Add message if we don't extract src/plugins/media-export/rygel-media-export-harvester.vala | 2 ++ 1 file changed, 2 insertions(+) commit 0ed9b5359394bff4c6677b600ee1061571036076 Author: Jens Georg Date: Thu Aug 30 19:45:45 2012 +0200 core: Prepend generated filename with UUID Make it easier for media-export to pick up the file by not modifying the extension. src/librygel-server/rygel-item-creator.vala | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 90ece4a57673ac77c545bce9883c95c70eb648b9 Author: Jens Georg Date: Thu Aug 30 18:54:02 2012 +0200 tests: Add missing fix from previous commit tests/rygel-item-creator-test.vala | 1 + 1 file changed, 1 insertion(+) commit 168b50434876a83317fa15c294310b781cd489f7 Author: Jens Georg Date: Thu Aug 30 16:58:16 2012 +0200 core: Set explicit sort criteria src/librygel-server/rygel-item-creator.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0e0b2eb7a2c00ed31bd0ca68bc13a2f4ee110045 Author: Jens Georg Date: Thu Aug 30 16:54:41 2012 +0200 core: Make sure parent container is alive If the item does not carry a reference to its parent, we set it to make sure the container is still alive if we run in the auto-removal timeout. src/librygel-server/rygel-item-removal-queue.vala | 4 ++++ 1 file changed, 4 insertions(+) commit 2fca572c9aa2324102d2a770967a289d41a6ea1d Author: Mark Ryan Date: Thu Aug 30 13:03:10 2012 +0200 media-export: Fix search Search seems to have been broken in the media-export backend by the changes to sorting. Two parameters were being passed to MediaCache.get_objects_by_search_expression in the wrong order. To fix we simply need to pass the arguments in the correct order. https://bugzilla.gnome.org/show_bug.cgi?id=683028 src/plugins/media-export/rygel-media-export-db-container.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0576256eb68f8ed525cc56f77f8eb8f5b738bed5 Author: Piotr Drąg Date: Sat Aug 25 04:50:17 2012 +0200 Updated Polish translation po/pl.po | 545 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 277 insertions(+), 268 deletions(-)