forked from intel/gstreamer-media-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
43 lines (36 loc) · 1.68 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Version 1.4.0-rc0
* Enable NV12 linear dmabuf sharing support using by camera sensor.
Version 1.3.3-rc10
* Implemented wayland windown resize
* Fixed wayland window resize race condition issue.
* Only drop the NAL parameters set when convert AVC at first time.
* Set the damage area according to the largest rect on Wayland.
Version 1.3.3
* Added H264 decoder support input format in NAL packaging format (AVC stream-format).
Version 1.3.0
* Split mfxdecode into separate MFX decoder plugins.
* Added VCM rate control method and new properties in MFX encoder.
* Fixed seeking issues with MFX-encoded videos by setting correct IDR intervals.
* Fixed memory leak issue in MFX encoder plugin when muxing to avcc or hvc1.
* Added a new framerate property in mfxvpp.
* Fixed memory leak issues with mfxdecode and mfxvpp.
* Refined CMake compile options for decoder and renderer support.
* Fixed CMake compilation issues for Ubuntu 16.04 LTS.
Version 1.2.0
* Implemented text overlay support with MFX VPP surface composition.
Version 1.1.0
* Implemented GstColorBalance interface on mfxvpp.
* Renamed mfxsink to mfxsinkelement.
* Implemented mfxsink which is a bin plugin consist of mfxsinkelement and mfxvpp.
* Fixed memory leak issues in mfxsinkelement and mfxdecode.
* Implemented video seeking.
* Added VP9 decode support.
* Supports playback via gst-play-1.0 and playbin element.
Version 1.0.0
* Added X11 rendering with DRI3 backend.
* Implemented decoder flushing mechanism after video finish decoding,
* Implemented H.264, HEVC, JPEG and MPEG2 encoder plugins.
* Fixed frame lagging bug at the start of the video
* Implemented VC-1 parser for VC-1 Simple, Main, and Advanced profile.
Version 0.1.0
* Initial release