Search Criteria
Package Details: libyami 1.3.2-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/libyami.git (read-only, click to copy) |
---|---|
Package Base: | libyami |
Description: | Yet Another Media Infrastructure: Intel VA-API Media codecs with hardware acceleration |
Upstream URL: | https://github.com/01org/libyami |
Keywords: | media player video |
Licenses: | Apache |
Submitter: | seanvk |
Maintainer: | seanvk |
Last Packager: | seanvk |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-28 21:08 (UTC) |
Last Updated: | 2019-08-15 21:41 (UTC) |
Dependencies (2)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libva-intel-driver (libva-intel-driver-gitAUR, libva-intel-driver-hybridAUR, libva-intel-driver-g45-h264AUR) (optional) – Hardware Video Acceleration on Intel x86 GPU
Latest Comments
seanvk commented on 2019-08-15 21:46 (UTC)
Updated to 1.3.2 release.
seanvk commented on 2019-06-24 22:05 (UTC)
Updated to 1.3.1 release.
Remedan commented on 2018-09-11 11:51 (UTC)
To get this to build with GCC 8.2.1 I had to change line 38 in the PKGBUILD from
make
tomake CXXFLAGS='-Wno-class-memaccess'
.Genues commented on 2018-08-22 08:31 (UTC) (edited on 2018-08-22 08:32 (UTC) by Genues)
Hi. Package not build for me, please help! Error:
mpeg2_parser.cpp:191:42: ошибка: «void memset(void, int, size_t)» clearing an object of non-trivial type «struct YamiParser::MPEG2::Slice»; use assignment or value-initialization instead [-Werror=class-memaccess] memset(&m_slice, 0, sizeof(Slice)); ^
In file included from mpeg2_parser.cpp:34: mpeg2_parser.h:249:12: замечание: «struct YamiParser::MPEG2::Slice» declared here struct Slice {
seanvk commented on 2017-07-17 16:44 (UTC) (edited on 2017-07-17 16:44 (UTC) by seanvk)
jarrebylove commented on 2017-06-20 14:06 (UTC)