Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Release V1.2.0

Compare
Choose a tag to compare
@wenquan-mao wenquan-mao released this 14 Aug 11:50
· 7 commits to 30f7ea771a1686b93e0e773b5e1b4e57e14546a4 since this release
  • OMAF Packing Library

    • Support late-binding mode, option for extractor track generation
    • Support packing for cube-map projection in late-binding mode
    • Optimize tile partition for extractor generation
    • Plugin mode to support customized packing method
    • bug fix: memory leak, hang / crash in some condition
  • OMAF Dash Access Library

    • Support late-binding mode: tile-selection and bit-stream rewriting in client side
    • Support cube-map projection in late-binding mode
    • Enable NDK cross-compiling, Add JNI support for Dash Access API
    • Optimization of downloading and segmentation parsing for fault-tolerance and stability
    • Plugin mode to support customized FOV sequence operation
  • 360SCVP (Stream Concatenation and Viewport Processing) Library

    • Support Cube-map projection: tile processing and viewport processing
    • optimization for tile selection to improve performance and accuracy
  • Reference OMAF Player

    • Support Cube-map projection
    • Support multiple video streams decoding and tile rendering
    • Code refactor
  • FFmpeg Plugins & Encoder Library

    • Encoder Library: Enable local session support to improve performance
    • Encoder Library: Bug fix for memory leak, resource release, share memory usage, call mechanism, etc.
    • FFmpeg Plugins: add option for Cube-map projection support
    • FFmpeg Plugins: add option for late-binding support