Tag: Multimedia
Work
Multimedia
Igalia has experience from almost the silicon up to the application layer, having worked on multimedia applications, down to touching the communication with DSP chips that decode multimedia information.
News
Recipe: Synchronize music folder to an external device
This is easy to come up with, but as I end up having to dig through rsync’s manual page to find the relevant options to copy my music to a device that has a non-Unix filesystem, it may be good to just write the recipe down here. Note that I am...
pnormand
Started pushing #gstreamer 0.11 #webkit patches: https://t.co/OofgK3wB at 12:36 Jan 26th 2012 by Philippe Normand
pnormand
#gstreamer hackfest kickstarting! One nice opportunity to work on my gst-0.11 port of #webkit at 10:46 Jan 25th 2012 by Philippe Normand
GStreamer video decoder for SysLink
This blog post is another one of our series about SysLink (1, 2): finally I came with a usable GStreamer element for video decoding, which talks directly with the SysLink framework in the OMAP4’s kernel. As we stated before, SysLink is a set of...
jasuarez
Grilo core and plugins 0.1.18 released http://ur1.ca/6jjn6 http://ur1.ca/6jjn7 #gnome #grilo #igalia at 19:15 Dec 9th 2011 by Juan A. Suárez
Projects
Grilo
Grilo is a framework designed to ease access to multimedia content provided by heterogeneous sources.
Vagalume
Vagalume is a client for Last.fm and compatible online radio services.
GDigicam
The GDigicam framework is designed to develop software to control digital cameras, easing the creation of graphical applications. GDigicam is part of Nokia's Maemo 5 operating system.
GStreamer
GStreamer is a framework for creating multimedia applications.
MAFW
The Media Application Framework (MAFW) eases the development of multimedia applications for Nokia's Maemo platform.
Labs projects
MAFWGriloSource
MAFWGriloSource is a MAFW source powered by Grilo to provide access to different sources in the Maemo 5 official multimedia player (Fremantle).
Commits
test-ui: Load settings from file
Besides the hard-coded settings in Grilo Test UI application, we load settings stored in $HOME/.config/grilo-test-ui/grilo.conf file. Thus, user can store it his own settings to be used. Signed-off-by: Juan A. Suarez Romero
Juan A. Suárez13/12/2011wc-test: Remove it
Actually, this application was used as a tool to develop GrlNet, but actually it isn't real test. So let's remove it. Signed-off-by: Juan A. Suarez Romero
Juan A. Suárez23/11/2011build: conditional creation of grl-net.pc files
If libsoup is not available, then the grl-net library will not be built. Hence we shall not create the grl-net.pc files. Otherwise we will compile plugins that will not be able to be loaded. Signed-off-by: Víctor Manuel Jáquez Leal
Víctor Jáquez22/11/2011build: avoid the export of NETCACHE variable
NETCACHE variables is not used for compiler tasks, so the PKG_CHECK_MODULES can be replaced by a PKG_CHECK_EXISTS, which does not export an automake variable, as we only need to know if cache operations are supported in libsoup given the version...
Víctor Jáquez22/11/2011