Age | Commit message (Collapse) | Author |
|
We want to be a stand-alone package to support the xvboimagesink
plugin, so we don't want to replicate most of gst-plugins-base code
here. Delete mode of it, and rename ourselves appropriately.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
|
|
Add the XVBO gstreamer plugin, which works with xf86-video-armada,
allowing zero-copy playback by passing the buffer by reference to the
Xorg Xv backend. This is done via a mechanism similar to that employed
by Intel's XvMC implementation, but a little better.
A conforming implementation advertises its supported formats via the
usual Xv method, but includes a special "XVBO" fourcc in the list of
supported formats. This format takes two 32-bit native-endian words,
which are the fourcc for the format, and the DRM global name for the
buffer. The Xorg DDX recognises the XVBO fourcc, and extracts the
format and global name, imports the buffer and displays it.
This allows implementations that need to pass the frame directly to the
GPU and/or overlay to do so without incurring expensive CPU copy or
cache maintanence costs.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
|
|
consistent, plus more machine readable.
Original commit message from CVS:
* REQUIREMENTS: Update this file, change the formatting to make
it more consistent, plus more machine readable.
|
|
Original commit message from CVS:
* REQUIREMENTS:
* configure.ac: update liboil requirement to 0.3.6
* gst/videoscale/Makefile.am:
* gst/videoscale/vs_scanline.c: liboilify
|
|
Original commit message from CVS:
add libmms to REQUIREMENTS file
|
|
Original commit message from CVS:
update these two files to contain recent additions
|
|
Original commit message from CVS:
some cleanups in regards to requirements
|
|
Original commit message from CVS:
tiny cosmetic changes
|
|
Original commit message from CVS:
apparently we require a newer version of gnome-vfs
|
|
Original commit message from CVS:
second attempt
fixing gdkpixbuf stuff
|
|
Original commit message from CVS:
add pango and gtk
|
|
Original commit message from CVS:
fix swfdec link
|
|
Original commit message from CVS:
require libmpeg2 0.3.1
|
|
spec file.
Original commit message from CVS:
apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
|
|
Original commit message from CVS:
mpeg2dec req 0.3.0
|
|
Original commit message from CVS:
Fix libswfdec info. Update flac to reflect 1.0.2 backport.
|
|
Original commit message from CVS:
Add swfdec autoconf stuff
|
|
Original commit message from CVS:
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
|
|
Original commit message from CVS:
merge from release branch
|
|
Original commit message from CVS:
more mergeback from the latest release
|