Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 4c73239

Browse files
author
Nabiullin, Oleg
committed
Release v1.3a
1 parent 3e0dc9b commit 4c73239

9 files changed

+25
-19
lines changed

CHANGELOG.md

+18-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1-
# Intel® Media SDK open source release v1.3!
1+
# Intel® Media SDK open source release v1.3a!
22
**Whats new**
3+
- Aligned with [Intel® Media Server Studio 2018 R1](https://software.intel.com/en-us/intel-media-server-studio)
34
- Add SCD support
45
- API 1.25
5-
- 1:N performance improvements
6-
- Support open source [Intel® Media Driver for VAAPI](https://github.com/intel/media-driver)
6+
- 1:N joined sessions performance improvements
7+
- Supports CentOS 7.4 - providing new features, security updates
78
- Multi-Frame encode APIs support added helping to improve transcoding dencity in multi-stream scenario, following known limitations apply to current implementation:
8-
- Only H264 Encode is supported at a moment.
9-
- Optimized only for Xeon E3 1500 v5 series.
10-
- Performance can be worse than usual single-frame in next known cases:
11-
- 4K resolution encoding.
12-
- N:N with HEVC decode present in pipeline.
13-
- cases where framerates differs significantly like 30 and 60 for different streams.
9+
- Only H264 Encode is supported at a moment
10+
- Optimized only for Intel® Iris™ Pro Graphics 580
11+
- Performance can be worse than usual single-frame in next known cases:
12+
- N:N with HEVC decode present in pipeline
13+
- cases where framerates differs significantly like 30 and 60 for different streams
1414
- Following functionality is not supported with multi-frame encode operation and when set, multiframe will be disabled:
15-
- When number of slices is controlled by parameters *NumSlice*, *NumSliceI*, *NumSliceP*, *NumSliceB*.
16-
- ‘intra refresh’ parameters are not supported.
17-
- MFX_MF_AUTO implemented at a moment.
18-
- FEI is not supported by open source driver for multiframe operation, proper SDK behavior is not validated.
19-
- Supported MaxNumFrames is 3, Only 2 will be used for next cases: *EnableMBQP*, *EnableMAD*, *EnableMBForceIntra*, *MBDisableSkipMap*.
15+
- When number of slices is controlled by parameters *NumSlice*, *NumSliceI*, *NumSliceP*, *NumSliceB*
16+
- ‘intra refresh’ parameters are not supported
17+
- MFX_MF_AUTO implemented at a moment
18+
- FEI is not supported by driver for multiframe operation, proper SDK behavior is not validated.
19+
- Supported MaxNumFrames is 3, Only 2 will be used for next cases: *EnableMBQP*, *EnableMAD*, *EnableMBForceIntra*, *MBDisableSkipMap*
20+
21+
**Known limitations**:
22+
- Copy from video to system memory with `mfxInitParam::GPUCopy = MFX_GPUCOPY_OFF` leads to performance degradation up to x10 comparing to Intel® Media Server Studio release
23+
- Intel® Media Server Studio [limitations](https://software.intel.com/en-us/articles/intel-media-server-studio-release-notes)
2024

2125
# Intel® Media SDK open source release v1.2!
2226
**Whats new**

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ Intel® Media SDK provides an API to access hardware-accelerated video decode, e
66
**Supported video pre-processing filters**: Color Conversion, Deinterlace, Denoise, Resize, Rotate
77

88
# Important note
9-
The current version of Intel Media SDK compatible with the open source [Linux* Graphics Driver](https://github.com/intel/media-driver) [commit f7662547ab9cec5b98d144b0943067e2251825e8](https://github.com/intel/media-driver/commit/f7662547ab9cec5b98d144b0943067e2251825e8).
10-
Intel Media SDK depends on a special version of [LibVA commit df544cd5a31e54d4cbd33a391795a8747ddaf789](https://github.com/01org/libva/commit/df544cd5a31e54d4cbd33a391795a8747ddaf789).
9+
10+
The current version of Intel Media SDK is only compatible with the Linux* Graphics Driver from [Intel® Media Server Studio for Linux*](https://software.intel.com/en-us/intel-media-server-studio). You need to download and install Intel Media Server Studio 2018 R1 _before_ you build Intel Media SDK.
11+
Intel Media SDK depends on a special version of [LibVA](https://www.freedesktop.org/wiki/Software/vaapi/) which comes with Intel Media Server Studio installation and is not in upstream, so this version is not compatible with the LibVA/driver available at [01org](https://01.org/linuxgraphics/downloads ).
12+
1113

1214
# FAQ
1315
You can find answers for the most frequently asked questions [here](https://software.intel.com/sites/default/files/managed/c0/8e/intel-media-sdk-open-source-faq.pdf).
@@ -30,7 +32,7 @@ Intel Media SDK is licensed under MIT license. See [LICENSE](./LICENSE) for deta
3032
See [CONTRIBUTING](./CONTRIBUTING.md) for details. Thank you!
3133

3234
# System requirements
33-
**Operating System:** CentOS 7.3, Ubuntu 16.04.
35+
**Operating System:** CentOS 7.4, Ubuntu 16.04.
3436
**Hardware:**
3537
Intel platforms with integrated graphics:
3638
- Intel® Xeon® E3-1200 v4 family with C226 chipset
@@ -44,9 +46,9 @@ Please find documentation under the `doc/` folder or navigate to [Intel Media Se
4446
## Requirements
4547
- Git* (with [LFS](https://git-lfs.github.com/) support)
4648
- Perl* v5.16+
47-
- Cmake* v2.8+
49+
- CMake* v2.8.5+
4850
- GCC* v4.8+
49-
- Intel [Media Driver for VAAPI](https://github.com/intel/media-driver)
51+
- Intel Media Server Studio 2018 R1
5052

5153
## Build steps
5254

doc/dynamic_slice_shutdown.pdf

130 Bytes
Binary file not shown.

doc/mediasdk-man.pdf

0 Bytes
Binary file not shown.
131 Bytes
Binary file not shown.

doc/mediasdkfei-man.pdf

0 Bytes
Binary file not shown.

doc/mediasdkjpeg-man.pdf

0 Bytes
Binary file not shown.

doc/mediasdkusr-man.pdf

0 Bytes
Binary file not shown.

doc/mediasdkvp8-man.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)