Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (46618f5a1cdf07500bf95a7abad6891270eec5b6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (46618f5a1cdf07500bf95a7abad6891270eec5b6)
  • Date: Wed, 9 Oct 2013 19:53:46 -0500

GIT changes to master grimoire by Jeremy Blosser <jblosser AT sourcemage.org>:

ChangeLog | 1 +
kernels/mtdev/DETAILS | 4 ++--
kernels/mtdev/HISTORY | 3 +++
libs/libva/DEPENDS | 3 +++
libs/libva/DETAILS | 26 ++++++++++++++++++++++++++
libs/libva/HISTORY | 3 +++
6 files changed, 38 insertions(+), 2 deletions(-)

New commits:
commit 46618f5a1cdf07500bf95a7abad6891270eec5b6
Author: Jeremy Blosser <jblosser AT sourcemage.org>
Commit: Jeremy Blosser <jblosser AT sourcemage.org>

libs/libva: new spell, Video Acceleration (VA) API for Linux

commit b705dcfb7df7e4cb39b085db7340b27edfdc86cf
Author: Jeremy Blosser <jblosser AT sourcemage.org>
Commit: Jeremy Blosser <jblosser AT sourcemage.org>

kernels/mtdev: 1.1.4

diff --git a/ChangeLog b/ChangeLog
index 7b769de..93c0197 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2013-10-09 Jeremy Blosser <jblosser AT sourcemage.org>
* wm-addons/batterymon-clone: new spell, updated clone of batterymon
+ * libs/libva: new spell, Video Acceleration (VA) API for Linux

2013-09-29 Vlad Glagolev <stealth AT sourcemage.org>
* libs/libquvi-scripts: new spell, support scripts for libquvi calls
diff --git a/kernels/mtdev/DETAILS b/kernels/mtdev/DETAILS
index 4219dc4..b91c532 100755
--- a/kernels/mtdev/DETAILS
+++ b/kernels/mtdev/DETAILS
@@ -1,6 +1,6 @@
SPELL=mtdev
- VERSION=1.1.2
-
SOURCE_HASH=sha512:edd63be4a23b38202fa4a24f25f0f0ba90ff784c89da3a2f85b501cebbeecedf49c889594e2f46dd4913ddf184a68921a1f294dceba3a6db61f302ee91d3d5ac
+ VERSION=1.1.4
+
SOURCE_HASH=sha512:75da652e720cce9efcc23c2b72a0d8050096f054eff1338e02477816e107d469a7f9c5f4973146d38d939c3515ea39e926c70cf8f2ca0372c83c75506c61732b
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://bitmath.org/code/mtdev/
diff --git a/kernels/mtdev/HISTORY b/kernels/mtdev/HISTORY
index bee9958..7402547 100644
--- a/kernels/mtdev/HISTORY
+++ b/kernels/mtdev/HISTORY
@@ -1,3 +1,6 @@
+2013-10-09 Jeremy Blosser <jblosser AT sourcemage.org>
+ * DETAILS: 1.1.4
+
2012-03-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.2
spell created
diff --git a/libs/libva/DEPENDS b/libs/libva/DEPENDS
new file mode 100755
index 0000000..0da5b3c
--- /dev/null
+++ b/libs/libva/DEPENDS
@@ -0,0 +1,3 @@
+depends mesalib &&
+depends libdrm &&
+depends libxfixes
diff --git a/libs/libva/DETAILS b/libs/libva/DETAILS
new file mode 100755
index 0000000..4f9c2fd
--- /dev/null
+++ b/libs/libva/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=libva
+ VERSION=1.2.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=http://www.freedesktop.org/software/vaapi/releases/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:20a24e65169da97c03501abfd1dc59e92de5388b3d395e82cedfed0ff6d1ac888ec5c356e879c21a1f5ddf048c112a9a8cb61b6ffa155a62ae10aab909db15c9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.freedesktop.org/wiki/Software/vaapi/";
+ LICENSE[0]=MIT
+ ENTERED=20131007
+ SHORT="Video Acceleration (VA) API for Linux"
+cat << EOF
+The main motivation for VA-API (Video Acceleration API) is to enable
+hardware accelerated video decode/encode at various entry-points (VLD,
+IDCT, Motion Compensation etc.) for the prevailing coding standards
+today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
+Extending XvMC was considered, but due to its original design for MPEG-2
+MotionComp only, it made more sense to design an interface from scratch
+that can fully expose the video decode capabilities in today's GPUs.
+
+The current video decode/encode interface is window system independent,
+so that potentially it can be used with graphics sub-systems other than
+X. In a nutshell it is basically a scheme to pass various types of data
+buffers from the application to the GPU for decoding or encoding.
+Feedback on the API is greatly welcomed, as this is intended to be a
+community collaborative effort.
+EOF
diff --git a/libs/libva/HISTORY b/libs/libva/HISTORY
new file mode 100644
index 0000000..0716b9f
--- /dev/null
+++ b/libs/libva/HISTORY
@@ -0,0 +1,3 @@
+2013-10-07 Jeremy Blosser <jblosser AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (46618f5a1cdf07500bf95a7abad6891270eec5b6), Jeremy Blosser, 10/09/2013

Archive powered by MHonArc 2.6.24.

Top of Page