summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix deprecations in meson filesJens Georg2022-06-041-1/+1
|
* examples: Fix removing files form ignorelistJens Georg2020-07-301-2/+2
|
* examples: Fix typo in mx-infoJens Georg2020-07-301-1/+1
|
* examples: Remove init files other than systemdJens Georg2020-07-262-176/+0
|
* doc: Remove outdated Ubuntu readmeJens Georg2020-07-261-57/+0
| | | | Applies to GStreamer 0.10 Rygel and upstart
* examples: Add play/pause to space keyJens Georg2020-07-121-2/+26
| | | | For fullscreen renderer
* examples: Fix a commentJens Georg2020-07-121-1/+1
|
* examples: Change device name of fullscreen rendererJens Georg2020-07-121-1/+1
|
* media-export: Get rid of "blacklist"Jens Georg2020-06-151-22/+22
|
* examples: Remove deprecated functionJens Georg2020-02-231-3/+1
|
* build: Drop AutotoolsJens Georg2019-10-207-182/+0
|
* examples: have mx-info show blacklistJens Georg2019-08-181-1/+13
|
* examples: Actually commit changes in mx-infoJens Georg2019-08-181-0/+1
|
* examples: Fix unblacklisting in mx-infoJens Georg2019-08-181-1/+2
|
* build: Add missing resourceJens Georg2019-02-121-6/+14
|
* examples: Properly initialize user dataJens Georg2019-02-121-1/+1
| | | | Otherwise the full-screen renderer crashes if the logo is not available
* Port build system to mesonJens Georg2018-11-288-6/+93
|
* all: Fix compiler warnings in C codeJens Georg2018-10-147-39/+31
|
* examples: Port mx-info to Python 3Jens Georg2018-01-111-10/+8
|
* examples: Fix build when wayland backend is disabled in GTK+Ting-Wei Lan2017-12-241-4/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=791921
* Prepare 0.35.0RYGEL_0_35_0Jens Georg2017-08-091-1/+2
|
* examples: Fix full-screen renderer for waylandJens Georg2017-04-281-1/+9
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Show logo in fullscreen rendererJens Georg2017-04-283-2/+41
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Fix standalone server exampleSamuel CUELLA2017-01-171-0/+1
|
* examples: Fix for new APIJens Georg2016-06-202-1/+5
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Add option to unblacklist from mx-infoJens Georg2016-01-161-41/+54
| | | | | | Use -u to remove a file from blacklist. Signed-off-by: Jens Georg <mail@jensge.org>
* all: Update license text to LGPLv2.1 properJens Georg2015-11-0217-134/+139
| | | | | | We always claimed being LGPLv2.1 but the license text said differently. Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Add small script for media-export dbJens Georg2015-08-021-0/+123
| | | | | | | | mx-info takes a list of files or uris and shows the information that is saved in MediaExport's database for those uris and for recent versions if the file is in the blacklist. Signed-off-by: Jens Georg <mail@jensge.org>
* renderer-gst: Enable setting the user_agentAron Rosenberg2015-05-152-4/+43
| | | | | | | | | Setting the user_agent on the underlying gst element Including modifications to use the user-agent in HEAD requests as well to be consistent. https://bugzilla.gnome.org/show_bug.cgi?id=748769
* examples: Fix C server exampleJens Georg2015-05-091-2/+2
| | | | | | Was using the wrong functions to add uris to items. Signed-off-by: Jens Georg <mail@jensge.org>
* all: Refactoring of the MediaObject class hierarchyCraig Pratt2015-02-082-5/+6
| | | | | | | | Introduce a MediaFileItem class that represents a single file Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=720218
* ruih: Initial RUIH service implementationScott Deboy2014-11-082-0/+70
| | | | Initial implementation of RemoteUIServer:1 spec
* examples: Set license of GI examples to BSDJens Georg2014-09-282-1/+52
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Fix renderer exampleJens Georg2014-09-281-1/+64
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Add python examples for introspectionJens Georg2014-08-192-0/+78
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* all: Hide MediaObject.urisJens Georg2014-07-071-3/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* all: Move Rygel.DLNAProfile into coreJens Georg2014-02-081-3/+3
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Fix C renderer pluginRichard Röjfors2013-11-181-1/+58
| | | | | | Add new properties. https://bugzilla.gnome.org/show_bug.cgi?id=712336
* renderer: Implement DLNA byte seekingJussi Kukkonen2013-11-101-0/+18
| | | | | | | | | | 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
* 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
|