|
1 | 1 | # **Changelog**
|
| 2 | + |
| 3 | +--- |
| 4 | +## [1.8.0] - 2021-12-7 |
| 5 | +**Features & bug fix:** |
| 6 | +- OMAF Packing Library |
| 7 | + + Support DASH segment writer plugin mechanism |
| 8 | + + Support customized CMAF compliant segment writer plugin to generate CMAF segments |
| 9 | + + Support CMAF compliance in DASH MPD file |
| 10 | + + Support CMAF chunk duration correction to align with video GOP size |
| 11 | + |
| 12 | +- OMAF Dash Access Library |
| 13 | + + Support ISOBMFF segment index box parsing and CMAF chunk downloading and parsing |
| 14 | + + Support CMAF compliant DASH MPD file parsing |
| 15 | + + Support E2E latency tracking |
| 16 | + |
| 17 | +- 360SCVP (Stream Concatenation and Viewport Processing) Library |
| 18 | + + Support HEVC bitstream parsing for multiple short-term reference picture sets and reference picture lists modification |
| 19 | + |
| 20 | +- Reference OMAF Player |
| 21 | + + Android Player: Add different framerate rendering and CMAF support |
| 22 | + + Linux Player: Add CMAF support |
| 23 | + + Linux Player: Support segment-duration adaptive time-out threshold setting |
| 24 | + + bug fix: memory leak in android player |
| 25 | + |
| 26 | +- FFmpeg Plugins & Encoder Library |
| 27 | + + Encoder Library: Support hardware accelerated encoding |
| 28 | + + Encoder Library: Extend config file for hardware accelerated encoding |
| 29 | + + Encoder Library: Fix incorrect frame list issue, bitrate overflow issue and asyn depth wrong value issue |
| 30 | + + Encoder Library: Add fake coded frame checking log for hardware accelerated encoding |
| 31 | + + FFmpeg Plugins: Add option for CMAF segment generation |
| 32 | + + FFmpeg Plugins: Support 8K resolution SDI I/O input |
| 33 | + |
| 34 | +- Live360SDK Library |
| 35 | + + Support video bitstream re-writing, FOV selection etc. functions for the edge |
| 36 | + + Update WebRTC 360 sample with the library |
| 37 | + + Upgrade WebRTC 360 sample to OWT5.0 |
| 38 | + + Support dynamic input config parameters in WebRTC 360 sample |
| 39 | + |
2 | 40 | ---
|
3 | 41 | ## [1.6.0] - 2021-6-4
|
4 | 42 | **Features & bug fix:**
|
|
0 commit comments