-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libyami: Autospec creation for update from version 1.3.0 to version 1…
….3.1 Anuj Mittal (1): Makefile.am: point to build dir for generated headers Gamester17 (1): Amendments to README.md Jay Sorg (1): use env var for device file to open U. Artie Eoff (4): encode/jpeg: allow encode quality to be configured encode/unittest: add simple quality set/get test for jpeg vaapi: VAEntrypointFEI not defined until libva-2.0 vpp/scaler: rotation not available until VAAPI 1.1.0 Xu Guangxin (16): travis: fix the build issue since we move from 01org to intel add Reporting a security issue Revert "com_unittest: modify over range resolution" common: fix guessResolutionOverflow fail common: fix typo for STATE_WDITH common: add RGB565 support unittest: common, add test for RGB16 unittest: common, add support for RGBA, BGRA, ARGB, ABGR unittest: common, add support for R210(RGB 10 bits) configure.ac: bump API version to 0.5.4 for RGB565 and RGB 10bits v4l2: fix compile warnning for V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE egl: protect YamiV4L2_UseEglImage with __ENABLE_EGL__ interface: remove extern C for decoder,encoder,vpp vp8enc: make some deconsturctor virtulized android: re-enable android build configure.ac: bump API version to 0.5.5 for VIDEO_DECODE_BUFFER_FLAG XuGuangxin (4): common: add XRGB, ARGB, XBGR, ABGR support common: add RGB 10 bits support h264dec: fix low lantecy mode h264, h265: add VIDEO_DECODE_BUFFER_FLAG_FRAME_END to inidicate frame end Yu, Linda (1): v4l2_decode:alloc 1 frame for generating thumbnail Zhanjun, Wang (6): fix bug intel/libyami#830 fix non initialization and remove potential memory leak for decoding unit tests. Add flags for SDL signoff called SDL325 - Compile With Defenses Enabled unittest: decoder, enable lowlatency test fix bug intel/libyami#833 libyami-1.3.1 release dongping wu (1): yamivpp: add rotation function for vpp jkyu (1): configure.ac: bump version to 1.3.0 root (1): fix memset issue when compile with enabling gtest Signed-off-by: Daniel Charles <[email protected]>
- Loading branch information
Showing
7 changed files
with
65 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := libyami | ||
URL = https://github.com/01org/libyami/archive/1.3.0.tar.gz | ||
URL = https://github.com/01org/libyami/archive/1.3.1.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8 | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
bebaca52bee945be008fd75e0cb32fde24abd0be/1.3.0.tar.gz | ||
c2757baf717cd236f203f58b14a0c14da7f07593/1.3.1.tar.gz |