Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit a3a0076

Browse files
ChenXiaomin0306U1X6WK
authored andcommitted
Update CHANGELOG for V1.10 release (#38)
Signed-off-by: Chen Xiaomin <[email protected]>
1 parent c5c0451 commit a3a0076

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

src/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# **Changelog**
22

3+
---
4+
## [1.10.0] - 2022-06-27
5+
**Features & bug fix:**
6+
- OMAF Packing Library
7+
+ Support DASH MPD writer plugin mechanism
8+
+ Support DASH packing for multi-view streams
9+
+ Support Chunk Location Box in customized CMAF segment writer plugin according to configuration
10+
+ Fix incorrect segment duration setting for float type frame rate
11+
+ Fix unsecure file handling
12+
13+
- OMAF Dash Access Library
14+
+ Support MPD parsing, view selection, segment downloading/parsing, and parsed packets synchronization for multi-view streaming.
15+
+ Support client simulator tool to trace the downloading and do the analysis.
16+
+ Support Chunk Location Box downloading and parsing, chunk downloading according to Chunk Location Box parsing result.
17+
+ Support CMAF chunk info type parsing according to segment
18+
+ Fix memory leak, null-ptr, un-initialization issues
19+
20+
- 360SCVP (Stream Concatenation and Viewport Processing) Library
21+
+ Support NovelViewSEI generation and parsing
22+
+ Support rotation conversion
23+
+ Support novel view info parsing from XML file
24+
+ Fix incorrect HEVC short_term_ref_pic_set parsing and multiple AUD NAL units parsing
25+
+ Fix uninitialized variable issue and pointer check issue
26+
27+
- Reference OMAF Player
28+
+ Support multi-view source mode, auto view selector, multi-view decoding for multi-view source rendering
29+
+ Fix Android build issues
30+
+ Fix memory leak, un-initialization and double free issues.
31+
32+
- FFmpeg Plugins & Encoder Library
33+
+ Encoder Library: Support single reference frame for B frame in hardware accelerated encoding
34+
+ Encoder Library: Support forced IDR frame setting in hardware accelerated encoding
35+
+ Encoder Library: Support GPU copy in hardware accelerated encoding
36+
+ Encoder Library: Fix encode & decode frame sync issue
37+
+ FFmpeg Plugins: Add option for CMAF chunk info type setting in DASH packing
38+
+ FFmpeg Tool: Add DASH packing sample application based on DASH packing muxer
39+
40+
- Deployment
41+
+ Support two docker containers built using docker build kit, one providing build environment and access for more operation, and the other only containing the must-have files and dependencies.
42+
+ Support non-root for security benefit in runtime deployment
43+
+ Support high and static UID to avoid host conflict
44+
345
---
446
## [1.8.0] - 2021-12-7
547
**Features & bug fix:**

0 commit comments

Comments
 (0)