Changelog for
libyami-devel-1.3.2-28.1.x86_64.rpm :
* Tue Nov 23 2021 Bjørn Lie
- Drop conditionals for no longer supported versions of openSUSE and stop passing no longer needed nor recognized options with-package-name and with-package-origin to configure.- Pass enable-dmabuf=\"yes\" and enable-egl=\"yes\" to configure, build dmabuf and egl support, we already had the BuildRequires in place, just not the needed options. Add explicit pkgconfig(libva-wayland) BuildRequires, already pulled in, as configure checks for it.- Drop pkgconfig(libv4l2) BuildRequires: Currently not used.- Stop exporting CXXFLAGS=\"-Wno-error\", fixed in version 1.3.2.- Do general spec modernization, replace gcc-c++ with generic c++_compiler, also add explicit c_compiler BuildRequires.
* Mon Dec 23 2019 Sean Kelley - Updated to version 1.3.2
* fix build for Celadon android project
* fix vp9parser for iHD driver
* fix build on GCC9
* refactor mpeg2 decoder, make it more readable
* fix YamiParser::NalRreader::getPos corner case
* Tue Jun 25 2019 Bjørn Lie - Add export CXXFLAGS=\"-Wno-error\", needed to fix build after gcc9. This needs to be fixed upstream.
* Sat Dec 29 2018 bjorn.lieAATTgmail.com- Update to version 1.3.1:
* libyami-1.3.1 release
* fix bug https://github.com/intel/libyami/issues/833- Use release tarballs and drop service/git checkout.
* Fri Jul 20 2018 mimi.vxAATTgmail.com- Update to version 1.3.0+20180629.0067a64:- move to git version - fixes for GCC8+ are almost in all commits- drop fix-build-with-libva-1.x.diff
* unittest: decoder, enable lowlatency test
* configure.ac: bump API version to 0.5.5 for VIDEO_DECODE_BUFFER_FLAG
* h264, h265: add VIDEO_DECODE_BUFFER_FLAG_FRAME_END to inidicate frame end
* h264dec: fix low lantecy mode
* Add flags for SDL signoff called SDL325 - Compile With Defenses Enabled
* android: re-enable android build
* vp8enc: make some deconsturctor virtulized
* interface: remove extern C for decoder,encoder,vpp
* egl: protect YamiV4L2_UseEglImage with __ENABLE_EGL__
* v4l2: fix compile warnning for V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE
* Tue Feb 06 2018 olafAATTaepfle.de- Align libva version with configure.ac to fix build
* Sun Dec 31 2017 zaitorAATTopensuse.org- Add conditional pkgconfig(libva-wayland) BuildRequires and pass conditional --enable-wayland=\"yes\" to configure, build wayland support for selected versions of openSUSE.
* Fri Dec 22 2017 alarrosaAATTsuse.com- Add fix-build-with-libva-1.x.diff to fix builds with libva 1. The patch is only applied when building in Leap 42.x .
* Mon Dec 04 2017 adrien.plazasAATTsuse.com- Update to version 1.3.0:
* Implement H.264 SVC-T new reference mode.
* Implement H.264 low latency mode.
* Improve v4l2 interface,support dynamic resolution change.
* JPEG decoder fixes and Y800 support.- Changes from version 1.2.0:
* Depends on libva 1.8.1.
* Improve vp9 10 bit decoder conformance.
* Improve h265 8/10 bit decoder conformance.
* Add decoder/display zero-copy API.
* Use decoder/display zero copy API in v4l2 decoder.
* Expose vp9 qp setting to the user.
* Change API from 0.4.0 to 0.5.0 for following interface changes: - Get/set surface in SurfaceAllocParams. - Add VIDEO_DATA_MEMORY_TYPE_EXTERNAL_DMA_BUF.
* Tue Mar 21 2017 jengelhAATTinai.de- Correct RPM groups again. Fix error in description.
* Sun Feb 19 2017 mpluskalAATTsuse.com- Cleanup spec file:
* Run spec-clener
* Trim not needed sections
* Use correct rpm groups
* Install license
* Correct openSUSE spelling
* Sat Jan 21 2017 seanvkAATTposteo.de- Update for Release 1.1.0
* Thu Jan 19 2017 seanvkAATTposteo.de- Initial SPEC file