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

Commit 52199a1

Browse files
author
Nabiullin, Oleg
committedSep 20, 2017
Pre-release 1.2 featuring SW BRC
1 parent 295182a commit 52199a1

File tree

118 files changed

+6903
-1596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+6903
-1596
lines changed
 

‎CHANGELOG.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# Intel® Media SDK open source release v1.1!
1+
# Intel® Media SDK open source release v1.2!
22
**Whats new**
3-
- Aligned with Intel® Media Server Studio 2017 R3, featuring CentOS 7.3 support
4-
- Intel® Media Server Studio [release notes](https://software.intel.com/en-us/articles/intel-media-server-studio-release-notes)
3+
- Added Software Bitrate Control support
4+
- Added C++ 11 support
55

66
**Known limitations**:
77
- 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
88
- Intel® Media Server Studio [limitations](https://software.intel.com/en-us/articles/intel-media-server-studio-release-notes)
99

10-
10+
# Intel® Media SDK open source release v1.1!
11+
**Whats new**
12+
- Aligned with Intel® Media Server Studio 2017 R3, featuring CentOS 7.3 support
13+
- Intel® Media Server Studio [release notes](https://software.intel.com/en-us/articles/intel-media-server-studio-release-notes)
14+
1115
# Intel® Media SDK first open source release!
12-
**Known limitations**:
13-
- 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
14-
- Intel® Media Server Studio [limitations](https://software.intel.com/en-us/articles/intel-media-server-studio-release-notes)

‎_studio/hevce_hw/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ file( GLOB_RECURSE srcs "${dir}/*.c" "${dir}/*.cpp" )
5858
list( APPEND sources ${srcs} )
5959

6060
list( APPEND LIBS
61+
mfx_common_hw
6162
umc_va_hw
6263
umc
6364
vm

0 commit comments

Comments
 (0)
This repository has been archived.