[SCM] libyami/master: Update Description
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Nov 9 19:56:28 UTC 2016
The following commit has been merged in the master branch:
commit 34efa09b86eee5d86e5fc7fa6fc173428c783e02
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date: Wed Nov 9 20:51:44 2016 +0100
Update Description
diff --git a/debian/control b/debian/control
index 2235e26..4a7e41a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,31 +17,27 @@ Package: libyami-dev
Section: libdevel
Architecture: any
Depends: libyami1 (= ${binary:Version}), ${misc:Depends}
-Description: SDK base on Video Acceleration(VA) API -- development files
+Description: high-level abstraction for Video Acceleration (VA) API (development files)
Video Acceleration API (VA API) is a library ("libVA") and API specification
- which enables and provides access to graphics hardware (GPU) acceleration
- for video processing on Linux and UNIX based operating systems. Accelerated
- processing includes video decoding,video encoding, subpicture blending and
- rendering. But its abstract level is very low, user need more than 6000
- lines of code to get a decent h264 decoder. libyami build on top of libva,
- provide high level api for video processing.For decoder, you only need sent
- bitstream to libyami and get video frame from libyami. Libyami will help do
- bistream parsing, reference frame manage, etc. It will make your life easier.
+ which enables and provides access to graphics hardware (GPU) acceleration for
+ video processing on Linux and UNIX based operating systems. Accelerated
+ processing includes video decoding, video encoding, subpicture blending and
+ rendering. libyami builds on top of libva, and provides high level API for
+ video processing. It will help with bitstream parsing, reference frame
+ management, etc.
.
- This package provides the development environment for libyami.
+ This package provides the development files for libyami.
Package: libyami1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: SDK base on Video Acceleration (VA) API -- runtime
+Description: high-level abstraction for Video Acceleration (VA) API (shared library)
Video Acceleration API (VA API) is a library ("libVA") and API specification
- which enables and provides access to graphics hardware (GPU) acceleration
- for video processing on Linux and UNIX based operating systems. Accelerated
- processing includes video decoding,video encoding, subpicture blending and
- rendering. But its abstract level is very low, user need more than 6000
- lines of code to get a decent h264 decoder. libyami build on top of libva,
- provide high level api for video processing.For decoder, you only need sent
- bitstream to libyami and get video frame from libyami. Libyami will help do
- bistream parsing, reference frame manage, etc. It will make your life easier.
+ which enables and provides access to graphics hardware (GPU) acceleration for
+ video processing on Linux and UNIX based operating systems. Accelerated
+ processing includes video decoding, video encoding, subpicture blending and
+ rendering. libyami builds on top of libva, and provides high level API for
+ video processing. It will help with bitstream parsing, reference frame
+ management, etc.
.
- This package provides the main libyami library.
+ This package provides the shared library for libyami.
--
libyami packaging
More information about the pkg-multimedia-commits
mailing list