summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples: Simulate image rendering in vala exampleJens Georg2013-10-102-0/+31
|
* examples: Simplify C renderer exampleJens Georg2013-10-071-93/+43
|
* build: Don't use relative pathsJens Georg2013-05-101-1/+1
|
* all: Add sidecar file support for pluginsJens Georg2013-04-308-0/+39
| | | | | | | | | Install a .plugin file with each plugin that provides some meta-information about the plugin, allowing us to not load the module if the user has disabled it instead blindly loading each .so we come across and let the module check whether it's enabled or not https://bugzilla.gnome.org/show_bug.cgi?id=693658
* fullscreen-renderer: Fix some compiler warningsMurray Cumming2013-01-211-5/+5
|
* Revert "docs: Change C example code license."Murray Cumming2013-01-1711-44/+194
| | | | This reverts commit 41cccb3575f20c257c54f8af8cb01903eed1f63a.
* docs: Change C example code license.Murray Cumming2013-01-1711-194/+44
| | | | LGPL is not really appropriate for example code.
* Remove a vala-generated header blockMurray Cumming2013-01-161-3/+0
|
* examples: Use correct preset nameJens Georg2012-12-191-1/+1
|
* examples: hq-preset for MPEG2 transcodingJens Georg2012-12-182-0/+17
| | | | | | Courtesy of Luis de Bethencourt, taken from https://github.com/luisbg/rygel/tree/presets
* examples: Hide mouse cursorJens Georg2012-12-181-0/+4
|
* examples: Make blackJens Georg2012-12-181-0/+23
|
* examples: Add keybinding to shut down rendererJens Georg2012-12-181-0/+29
|
* example plugins: The _construct() functions can be staticMurray Cumming2012-12-182-2/+2
|
* examples: Implement _PS for example rendererJens Georg2012-12-131-1/+78
|
* renderer: Add playback speeds supportChristophe Guiraud2012-12-131-0/+18
| | | | | | | | | | - allow to specify value other than 1.0 for playback speed. - allowed playback speed values are specified by the renderer player plugins. - add the X_DLNA_PS to the result of GetCurrentTransportAction invoked from a renderer. https://bugzilla.gnome.org/show_bug.cgi?id=690056
* examples: Fix C renderer exampleJens Georg2012-12-123-28/+43
|
* build: Improve the buildMurray Cumming2012-12-125-62/+49
| | | | | | | | | | | | | | | * configure.ac: Mention dependencies as executable/library-specific PKG_CHECK_MODULES() calls, instead of having one PKG_CHECK_MODULE() call for each dependency and then listing those depdendencies' CFLAGS and LIBS individually in each Makefile.am. Also define the _VALAFLAGS in the same place, keeping things consistent. * common.am: Clean this up, using more obvious variable names. * various Makefile.am: Use the new structure. Do not use AM_CFLAGS, instead specifying the CFLAGS, LIBS and VALAFLAGS for each executable/library. As well as being cleaner, this would allow us to convert to a non-recursive autotools build sometime in the future. https://bugzilla.gnome.org/show_bug.cgi?id=689960
* renderer: Check player if it can do time-seekJens Georg2012-12-062-0/+14
|
* examples: Add fullscreen renderer exampleJens Georg2012-12-062-0/+113
|
* examples: Remove duplicate includeJens Georg2012-12-061-1/+0
|
* Change --with-media-engine=none to =simpleMurray Cumming2012-12-052-4/+0
|
* docs: librygel-renderer-gst: Rename the exampleMurray Cumming2012-11-232-3/+3
|
* examples: Add a C version of the example renderer pluginMurray Cumming2012-11-227-3/+721
|
* example renderer plugin: Rename this with a -vala prefix.Murray Cumming2012-11-193-19/+19
| | | | | | So that things are clearer when I add the C version, and so that there is no conflict caused by two plugins containing the same symbols.
* Update .gitignore files now we have C files.Murray Cumming2012-11-192-0/+2
|
* examples: Add a C version of the example server pluginMurray Cumming2012-11-196-1/+312
|
* example server plugin: Rename this with a -vala prefix.Murray Cumming2012-11-194-17/+28
| | | | | | So that things are clearer when I add the C version, and so that there is no conflict caused by two plugins containing the same symbols.
* server: Make more member variables be propertiesMurray Cumming2012-11-191-1/+3
| | | | | | And update the standalone-server example appropriately. See bug #686211 .
* core,plugins: Add server capabilitiesJens Georg2012-10-291-1/+3
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=676024
* Fix the build in renderer example.Murray Cumming2012-10-251-0/+1
|
* Add example renderer pluginMurray Cumming2012-10-255-1/+230
| | | | | | | This is a fairly stupid example but it does at least show what needs to be implemented, even if the example does not actually contain much implementation. Bug #686632
* Add an example server pluginMurray Cumming2012-10-225-0/+154
| | | | | | | | | * configure.ac: Add an --enable-example-plugins option. * autogen.sh: Add --enable-example-plugins * examples/: Add an example server plugin implemented in Vala. * src/librygel-core/rygel-plugin.vala: * src/librygel-core/rygel-plugin.vala: Document the name, title, and description parameters used by the example.
* docs: Add overview documentation.Murray Cumming2012-10-121-1/+1
| | | | | These mention the most interesting classes and show the example code from examples/.
* example: Fix service description in init scriptJens Georg2012-10-081-1/+1
|
* renderer: Add get_playbin()Murray Cumming2012-10-061-4/+3
| | | | This avoids the need to get the default player just to get the playbin.
* Expand LIBADDs to everything neededAndreas Henriksson2012-10-061-0/+1
| | | | | Put every used library in the LIBADD to be able to build with a gupnp stack that doesn't leak linker flags.
* all: Bump API and so versionJens Georg2012-10-051-3/+3
|
* build: Enable building Rygel without GStreamerJens Georg2012-10-052-11/+17
| | | | | | | | | | If no GStreamer is available, build Rygel without a media engine and all Plugins that require GStreamer, such as: * test * gst-launch * media-export * playbin
* renderer: Remove GStreamer referencesJens Georg2012-10-052-1/+4
| | | | | Change API to be more like libserver. Extract Playbin-specific implementation into an additional library.
* server,engine: Move MediaEngine into .soJens Georg2012-10-052-2/+14
|
* examples: Fix serving filesJens Georg2012-10-051-0/+5
|
* example: Fix tiny typoMurray Cumming2012-09-241-1/+1
|
* build: Dist the service filesJens Georg2012-09-181-0/+6
|
* examples: Add startup scripts for various daemonsJens Georg2012-08-315-0/+286
|
* examples: Add license and doc for server exampleJens Georg2012-08-301-0/+33
|
* core,server,examples,doc: Add librygel-serverJens Georg2012-07-272-1/+101
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679648
* core,renderer: Extract base class for librariesJens Georg2012-07-271-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679648
* examples: Fix distcheck when the .h/.c are distedMurray Cumming2012-07-031-1/+3
|
* librenderer: Move code into its own directoryMurray Cumming2012-07-031-2/+2
|