profile/ivi/rygel.git
11 years agoserver,engine: Move MediaEngine into .so
Jens Georg [Wed, 12 Sep 2012 12:25:24 +0000 (14:25 +0200)]
server,engine: Move MediaEngine into .so

11 years agoserver: Remove GStreamer from TimeSeek
Jens Georg [Tue, 11 Sep 2012 12:55:50 +0000 (14:55 +0200)]
server: Remove GStreamer from TimeSeek

11 years agoserver: Clean-up imports
Jens Georg [Tue, 11 Sep 2012 11:45:20 +0000 (13:45 +0200)]
server: Clean-up imports

11 years agoserver: Re-enable transcoders
Jens Georg [Tue, 11 Sep 2012 11:34:42 +0000 (13:34 +0200)]
server: Re-enable transcoders

11 years agoserver: Introduce DataSource interface
Jens Georg [Fri, 31 Aug 2012 14:39:07 +0000 (16:39 +0200)]
server: Introduce DataSource interface

Port the streaming to using DataSources.

11 years agocore,data,doc: Drop transcoder options
Jens Georg [Fri, 31 Aug 2012 13:41:43 +0000 (15:41 +0200)]
core,data,doc: Drop transcoder options

Add a new [MediaEngine] section and add a "transcoders" list.

11 years agocore: Move transcoder knowledge into MediaEngine
Jens Georg [Fri, 31 Aug 2012 07:37:48 +0000 (09:37 +0200)]
core: Move transcoder knowledge into MediaEngine

11 years agocore: Separate GStreamer details from Transcoder
Jens Georg [Thu, 30 Aug 2012 12:00:21 +0000 (14:00 +0200)]
core: Separate GStreamer details from Transcoder

11 years agocore: Move DLNA profile lookup to MediaEngine
Jens Georg [Thu, 30 Aug 2012 11:36:20 +0000 (13:36 +0200)]
core: Move DLNA profile lookup to MediaEngine

11 years agoexamples: Fix serving files
Jens Georg [Fri, 5 Oct 2012 15:32:51 +0000 (17:32 +0200)]
examples: Fix serving files

11 years agobuild: Fix building of librygel-renderer
Jens Georg [Fri, 5 Oct 2012 12:57:50 +0000 (14:57 +0200)]
build: Fix building of librygel-renderer

11 years agobuild: Add deps files and install them
Jens Georg [Fri, 5 Oct 2012 12:14:33 +0000 (14:14 +0200)]
build: Add deps files and install them

11 years agobuild: Install and dist server pkg-config
Jens Georg [Fri, 5 Oct 2012 11:03:21 +0000 (13:03 +0200)]
build: Install and dist server pkg-config

11 years agoserver: Force downgrade for Reciva firmware
Jens Georg [Mon, 1 Oct 2012 12:30:47 +0000 (14:30 +0200)]
server: Force downgrade for Reciva firmware

Seems to have regressed, used to work fine with v257-* firmware.

Fixes:
    https://bugzilla.gnome.org/show_bug.cgi?id=685183

11 years agotracker: Drop GUPnP-DLNA dependency
Jens Georg [Fri, 28 Sep 2012 08:46:18 +0000 (10:46 +0200)]
tracker: Drop GUPnP-DLNA dependency

If tracker knows the DLNA profile for a file, it also knows the correct mime
type with version >= 0.12. We can drop this dependency now.

11 years agobuild: Dist vapi files
Jens Georg [Thu, 27 Sep 2012 13:10:09 +0000 (15:10 +0200)]
build: Dist vapi files

11 years agotests: Add RygelUserConfigTest
Krzesimir Nowak [Tue, 18 Sep 2012 13:38:56 +0000 (15:38 +0200)]
tests: Add RygelUserConfigTest

For now it tests configuration loading depending on whether local or
system configuration files exist, and monitoring of configuration
files.

11 years agocore: Fix some style issues in UserConfig
Krzesimir Nowak [Tue, 25 Sep 2012 12:09:58 +0000 (14:09 +0200)]
core: Fix some style issues in UserConfig

11 years agocore: Add testable UserConfig constructor
Krzesimir Nowak [Tue, 18 Sep 2012 11:54:07 +0000 (13:54 +0200)]
core: Add testable UserConfig constructor

We want to be able to set both custom local config and custom system
config for testing purposes. I guess we could do it by some
environment variable wizardry or compile flags voodoo, but this
solution is just cleaner.

11 years agocore: Add config file monitoring to UserConfig.
Krzesimir Nowak [Tue, 18 Sep 2012 10:59:08 +0000 (12:59 +0200)]
core: Add config file monitoring to UserConfig.

There are two monitors actually - one for system config and one for
local config. RygelUserConfig emit changes signals only when actual
gotten value is different. For example if local config has a setting
for interface and a change of interface value happens in system
config, then signal is not emitted - local config has precendence over
system config.

11 years agocore: Use static section name in UserConfig
Krzesimir Nowak [Tue, 18 Sep 2012 11:05:17 +0000 (13:05 +0200)]
core: Use static section name in UserConfig

11 years agocore: Add changed signals emission to MetaConfig
Krzesimir Nowak [Tue, 18 Sep 2012 11:03:55 +0000 (13:03 +0200)]
core: Add changed signals emission to MetaConfig

RygelMetaConfig emits signals only when one of its backends emit such
signals and its value is taken from settings getter. For example, if
we set interface in command line and RygelUserConfig emits a signal
about interface change, RygelMetaConfig is going to ignore it, as
interface value is taken from command line settings.

11 years agocore: Add changed signals to RygelConfiguration.
Krzesimir Nowak [Tue, 18 Sep 2012 11:01:59 +0000 (13:01 +0200)]
core: Add changed signals to RygelConfiguration.

Three different signals for three different types of settings:
1. For known configuration settings (like upnp-enabled).
2. For known section settings (here: title and enabled).
3. For custom settings (not covered by RygelConfiguration interface).

11 years agogit: Update .gitignore.
Krzesimir Nowak [Thu, 20 Sep 2012 10:50:25 +0000 (12:50 +0200)]
git: Update .gitignore.

11 years agocore: Remove useless 'using FreeDesktop' from UserConfig.
Krzesimir Nowak [Tue, 18 Sep 2012 13:34:56 +0000 (15:34 +0200)]
core: Remove useless 'using FreeDesktop' from UserConfig.

11 years agocore: Zero should be a correct settings value.
Krzesimir Nowak [Tue, 18 Sep 2012 10:52:28 +0000 (12:52 +0200)]
core: Zero should be a correct settings value.

11 years agocore: Fix typo in RygelMetaConfig.
Krzesimir Nowak [Tue, 18 Sep 2012 11:04:36 +0000 (13:04 +0200)]
core: Fix typo in RygelMetaConfig.

11 years agoUpdated POTFILES.in and POTFILES.skip
Piotr Drąg [Mon, 24 Sep 2012 13:14:00 +0000 (15:14 +0200)]
Updated POTFILES.in and POTFILES.skip

11 years agobuild: Install library header files
Jens Georg [Mon, 24 Sep 2012 11:53:31 +0000 (13:53 +0200)]
build: Install library header files

11 years agoexample: Fix tiny typo
Murray Cumming [Wed, 12 Sep 2012 09:22:29 +0000 (11:22 +0200)]
example: Fix tiny typo

11 years agoserver: SearchableContainer: Clarify that default is in base class.
Murray Cumming [Fri, 21 Sep 2012 11:04:10 +0000 (13:04 +0200)]
server: SearchableContainer: Clarify that default is in base class.

11 years agoserver: Add more class documentation.
Murray Cumming [Wed, 19 Sep 2012 10:35:02 +0000 (12:35 +0200)]
server: Add more class documentation.

11 years agoserver: VisualItem, ImageItem, VideoItem: Document thumbnail properties
Murray Cumming [Wed, 19 Sep 2012 10:01:28 +0000 (12:01 +0200)]
server: VisualItem, ImageItem, VideoItem: Document thumbnail properties

11 years agoserver: VisualItem, ImageItem, VideoItem: Document some properties.
Murray Cumming [Wed, 19 Sep 2012 09:55:29 +0000 (11:55 +0200)]
server: VisualItem, ImageItem, VideoItem: Document some properties.

The color depth documentation is from the UPnP ContentDirectory
specification.

11 years agoserver: VisualItem: Remove pixel-height and pixel-width properties.
Murray Cumming [Wed, 19 Sep 2012 08:57:16 +0000 (10:57 +0200)]
server: VisualItem: Remove pixel-height and pixel-width properties.

These properties are unused and undocumented.

11 years agodocs: Show hierarchy, properties and signals
Murray Cumming [Mon, 17 Sep 2012 11:22:56 +0000 (13:22 +0200)]
docs: Show hierarchy, properties and signals

We needed to pass the .so to valadoc.

11 years agoserver: MediaObject, MediaItem: Slightly more documentation.
Murray Cumming [Mon, 17 Sep 2012 10:42:04 +0000 (12:42 +0200)]
server: MediaObject, MediaItem: Slightly more documentation.

Mention the derived classes, in particular because valadoc gtkdoc
does not show the hierarchy.
Also mention that they correspond to parts of DIDL-Lite in the
ContentDirectory spec.

11 years agoserver: WritableContainer: Minor improvements.
Murray Cumming [Mon, 17 Sep 2012 10:23:46 +0000 (12:23 +0200)]
server: WritableContainer: Minor improvements.

11 years agoserver: Improve the RygelWritableContainer documentation.
Murray Cumming [Mon, 17 Sep 2012 09:54:24 +0000 (11:54 +0200)]
server: Improve the RygelWritableContainer documentation.

This resolves some of the confusion in the API caused by it using
add_item (instead of CreateObject as in the ContentDirectory spec)
but still using create_classes and can_create().
Personally I'd prefer to change those to add too.

However, I noticed two more valadoc bugs, mentioned here in TODO
comments.

11 years agoserver: Make some SimpleContainer methods protected and documented.
Murray Cumming [Thu, 13 Sep 2012 10:27:50 +0000 (12:27 +0200)]
server: Make some SimpleContainer methods protected and documented.

Make get_all_children() and is_child_id_unique() protected and
document them as being useful when implementing derived classes,
because they are only used in plugins that derive their own
containers.

11 years agoserver: Add/improve docs for MediaServer and co.
Murray Cumming [Thu, 13 Sep 2012 10:15:43 +0000 (12:15 +0200)]
server: Add/improve docs for MediaServer and co.

11 years agoserver: Make ContentDirectoryError internal.
Murray Cumming [Tue, 11 Sep 2012 09:51:23 +0000 (11:51 +0200)]
server: Make ContentDirectoryError internal.

Because it is used by ContentDirectory, which is internal.

This removes it from the librygel-server API documentation.

11 years agorenderer: Make docs C-like rather than vala-like.
Murray Cumming [Tue, 11 Sep 2012 07:39:09 +0000 (09:39 +0200)]
renderer: Make docs C-like rather than vala-like.

11 years agorenderer: Document implementation classes as such.
Murray Cumming [Tue, 11 Sep 2012 07:23:30 +0000 (09:23 +0200)]
renderer: Document implementation classes as such.

11 years agorenderer: Simple documentation
Murray Cumming [Mon, 10 Sep 2012 11:53:12 +0000 (13:53 +0200)]
renderer: Simple documentation

11 years agorenderer: Improve the Playbin.Renderer documentation.
Murray Cumming [Mon, 10 Sep 2012 11:40:21 +0000 (13:40 +0200)]
renderer: Improve the Playbin.Renderer documentation.

Based on examples/standalone-renderer.c

11 years agorenderer: Improve Renderer docs slightly.
Murray Cumming [Mon, 10 Sep 2012 09:12:36 +0000 (11:12 +0200)]
renderer: Improve Renderer docs slightly.

11 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Mon, 24 Sep 2012 08:11:56 +0000 (11:11 +0300)]
[l10n] Updated Estonian translation

11 years agoUpdated Russian translation
Yuri Myasoedov [Sun, 23 Sep 2012 15:57:00 +0000 (19:57 +0400)]
Updated Russian translation

11 years ago[l10n] Updated German translation
Mario Blättermann [Sun, 23 Sep 2012 10:48:31 +0000 (12:48 +0200)]
[l10n] Updated German translation

11 years agocore: Move executable configuration out of core
Jens Georg [Thu, 30 Aug 2012 06:43:29 +0000 (08:43 +0200)]
core: Move executable configuration out of core

The files are only ever used by the rygel executable and are not necessary in
libcore.

11 years agorygel,core: Move buildconfig to libcore
Jens Georg [Fri, 14 Sep 2012 09:27:42 +0000 (11:27 +0200)]
rygel,core: Move buildconfig to libcore

11 years agovcs: Update .gitignore
Jens Georg [Fri, 14 Sep 2012 09:32:03 +0000 (11:32 +0200)]
vcs: Update .gitignore

11 years agoUpdated Arabic translation
os_ [Fri, 21 Sep 2012 07:38:58 +0000 (08:38 +0100)]
Updated Arabic translation

11 years agoupdate Punjabi Translation
A S Alam [Fri, 21 Sep 2012 03:38:13 +0000 (09:08 +0530)]
update Punjabi Translation

11 years agohindi updated file
Rajesh Ranjan [Fri, 21 Sep 2012 02:52:22 +0000 (08:22 +0530)]
hindi updated file

11 years agorenderer: Add checks for GstPlayBin2
Murray Cumming [Mon, 10 Sep 2012 10:35:17 +0000 (12:35 +0200)]
renderer: Add checks for GstPlayBin2

11 years agoUpdated Bulgarian translation
Alexander Shopov [Thu, 20 Sep 2012 03:05:26 +0000 (06:05 +0300)]
Updated Bulgarian translation

11 years agoupdated Tamil translation
Dr.T.Vasudevan [Wed, 19 Sep 2012 16:08:04 +0000 (21:38 +0530)]
updated Tamil translation

11 years agoUpdated Thai translation
Akom Chotiphantawanon [Wed, 19 Sep 2012 04:46:41 +0000 (11:46 +0700)]
Updated Thai translation

11 years agobuild: Dist the service files
Jens Georg [Mon, 17 Sep 2012 22:18:44 +0000 (00:18 +0200)]
build: Dist the service files

11 years agodoc: Headers are always in srcdir
Jens Georg [Mon, 17 Sep 2012 22:17:56 +0000 (00:17 +0200)]
doc: Headers are always in srcdir

We can't build vala out-of-tree, so rygel-*.h is always in $(srcdir)

Conflicts:
doc/reference/librygel-renderer/Makefile.am

11 years agomedia-export: Drop file suffix filter
Jens Georg [Mon, 17 Sep 2012 11:43:48 +0000 (13:43 +0200)]
media-export: Drop file suffix filter

Use content-type based filter instead

11 years agobuild: Dist uuid.vapi
Jens Georg [Mon, 17 Sep 2012 11:38:43 +0000 (13:38 +0200)]
build: Dist uuid.vapi

11 years agoUpdated Czech translation
Marek Černocký [Tue, 18 Sep 2012 08:30:32 +0000 (10:30 +0200)]
Updated Czech translation

11 years agodocs: Show hierarchy, properties and signals
Murray Cumming [Mon, 17 Sep 2012 11:31:29 +0000 (13:31 +0200)]
docs: Show hierarchy, properties and signals

We needed to pass the .so to valadoc.

11 years agoUpdated Danish translation
Ask H. Larsen [Sat, 15 Sep 2012 21:44:20 +0000 (23:44 +0200)]
Updated Danish translation

11 years agoUpdated Korean translation
Changwoo Ryu [Sat, 15 Sep 2012 09:24:28 +0000 (18:24 +0900)]
Updated Korean translation

11 years agoserver: Always set complete seek range
Jens Georg [Thu, 6 Sep 2012 15:57:54 +0000 (17:57 +0200)]
server: Always set complete seek range

So the pipeline generates EOS when it reaches the end; that prevents
that for 0-n requests the pipeline is running all the time, spamming
useless idle callbacks.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671361

11 years agoUpdated Portuguese translation
Duarte Loreto [Wed, 12 Sep 2012 22:50:17 +0000 (23:50 +0100)]
Updated Portuguese translation

11 years agoserver: Make ContentDirectoryError internal.
Murray Cumming [Tue, 11 Sep 2012 09:51:23 +0000 (11:51 +0200)]
server: Make ContentDirectoryError internal.

Because it is used by ContentDirectory, which is internal.

This removes it from the librygel-server API documentation.

11 years agoserver: Fix the documentation generation.
Murray Cumming [Tue, 11 Sep 2012 09:41:06 +0000 (11:41 +0200)]
server: Fix the documentation generation.

11 years ago[l10n] Updated Italian translation.
Milo Casagrande [Mon, 10 Sep 2012 19:50:22 +0000 (21:50 +0200)]
[l10n] Updated Italian translation.

11 years agoUpdated Greek translation
Tom Tryfonidis [Sat, 8 Sep 2012 12:57:20 +0000 (15:57 +0300)]
Updated Greek translation

11 years agoFix typo
Piotr Drąg [Thu, 6 Sep 2012 23:17:43 +0000 (01:17 +0200)]
Fix typo

Also fix it in po files to minimize damage to translations.

11 years agoFinnish translation update by Jiri Grönroos
Timo Jyrinki [Thu, 6 Sep 2012 05:59:54 +0000 (08:59 +0300)]
Finnish translation update by Jiri Grönroos

11 years agoUpdated British English translation
Bruce Cowan [Wed, 5 Sep 2012 13:53:27 +0000 (14:53 +0100)]
Updated British English translation

11 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 5 Sep 2012 11:23:21 +0000 (13:23 +0200)]
Updated Norwegian bokmål translation

11 years agoUpdated Hungarian translation
Gabor Kelemen [Tue, 4 Sep 2012 19:26:57 +0000 (21:26 +0200)]
Updated Hungarian translation

11 years agoUpdated Polish translation
Piotr Drąg [Tue, 4 Sep 2012 18:37:52 +0000 (20:37 +0200)]
Updated Polish translation

11 years agocore,data: Fix AVC transcoder
Jens Georg [Fri, 31 Aug 2012 20:56:28 +0000 (22:56 +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.

11 years agoexamples: Add startup scripts for various daemons
Jens Georg [Tue, 7 Aug 2012 22:35:18 +0000 (00:35 +0200)]
examples: Add startup scripts for various daemons

11 years agobuild: Add copyright to autogen.sh
Jens Georg [Thu, 30 Aug 2012 18:26:43 +0000 (20:26 +0200)]
build: Add copyright to autogen.sh

11 years agoexamples: Add license and doc for server example
Jens Georg [Thu, 30 Aug 2012 18:22:29 +0000 (20:22 +0200)]
examples: Add license and doc for server example

11 years agomedia-export: Mark created item as place-holder
Jens Georg [Thu, 30 Aug 2012 18:16:51 +0000 (20:16 +0200)]
media-export: Mark created item as place-holder

11 years agomedia-export: Add message if we don't extract
Jens Georg [Thu, 30 Aug 2012 18:16:17 +0000 (20:16 +0200)]
media-export: Add message if we don't extract

11 years agocore: Prepend generated filename with UUID
Jens Georg [Thu, 30 Aug 2012 17:45:45 +0000 (19:45 +0200)]
core: Prepend generated filename with UUID

Make it easier for media-export to pick up the file by not modifying the
extension.

11 years agotests: Add missing fix from previous commit
Jens Georg [Thu, 30 Aug 2012 16:54:02 +0000 (18:54 +0200)]
tests: Add missing fix from previous commit

11 years agocore: Set explicit sort criteria
Jens Georg [Thu, 30 Aug 2012 14:58:16 +0000 (16:58 +0200)]
core: Set explicit sort criteria

11 years agocore: Make sure parent container is alive
Jens Georg [Thu, 30 Aug 2012 14:54:41 +0000 (16:54 +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.

11 years agomedia-export: Fix search
Mark Ryan [Thu, 30 Aug 2012 11:03:10 +0000 (13:03 +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

11 years agoUpdated Indonesian translation
Andika Triwidada [Thu, 30 Aug 2012 10:40:39 +0000 (17:40 +0700)]
Updated Indonesian translation

11 years agoUpdated Polish translation
Piotr Drąg [Sat, 25 Aug 2012 02:50:17 +0000 (04:50 +0200)]
Updated Polish translation

11 years agoPrepare 0.15.2 RYGEL_0_15_2
Jens Georg [Mon, 20 Aug 2012 19:52:44 +0000 (21:52 +0200)]
Prepare 0.15.2

11 years agobuild: Fix test build
Jens Georg [Mon, 20 Aug 2012 20:15:27 +0000 (22:15 +0200)]
build: Fix test build

11 years agobuild: Override install target
Jens Georg [Sun, 19 Aug 2012 11:19:03 +0000 (13:19 +0200)]
build: Override install target

Disable "make install" if configure was called with
--enable-uninstalled. Some paths are compiled-in relatively to source
directories and it doesn't make sense to install libraries and data
files then.

11 years agobuild: Fix typo
Jens Georg [Sun, 19 Aug 2012 10:28:07 +0000 (12:28 +0200)]
build: Fix typo

11 years agorygel: Drop misc.vapi
Jens Georg [Sat, 18 Aug 2012 10:50:56 +0000 (12:50 +0200)]
rygel: Drop misc.vapi

execvp is part of posix.vapi since 0.16.1

11 years agomedia-export: Use proper collation
Jens Georg [Fri, 17 Aug 2012 22:58:33 +0000 (00:58 +0200)]
media-export: Use proper collation

Use proper collation in query containers.

11 years agoall: Simplify sort criteria default fallback
Jens Georg [Fri, 17 Aug 2012 22:38:29 +0000 (00:38 +0200)]
all: Simplify sort criteria default fallback