This repository was archived by the owner on Jul 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
[do not submit] [IM360-166] no safestring and glog for android v1.8.0 #78
Draft
inteltiger
wants to merge
488
commits into
OpenVisualCloud:V1.8.0
Choose a base branch
from
inteltiger:skip-safemem-glog-v1.8.0
base: V1.8.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[do not submit] [IM360-166] no safestring and glog for android v1.8.0 #78
inteltiger
wants to merge
488
commits into
OpenVisualCloud:V1.8.0
from
inteltiger:skip-safemem-glog-v1.8.0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…in multi-decoder. 2. Add scopelock for video decoder map. 3. Correct IDLE status judgement. 4. Use start pts to correct isReady in decoder manager when adding a new decoder. 5. Move isFlush flag to member data in video decoder. 6. Reset PENDING/IDLE video decoder when adding a new decoder. Signed-off-by: Luo, Ying <[email protected]>
Command example as following: ./ffmpeg -thread_count 16 -thread_type 4 -c:v libopenhevc \ -i /xxx/xxx.mp4 -f null /dev/null
…ash access lib. 2. Use pts in player for better point tracing. 3. Update trace event in MtHQ header file. Signed-off-by: Luo, Ying <[email protected]>
Signed-off-by: Luo, Ying <[email protected]>
…er calculation in 360SCVP library for I360SCVP_getTilesInViewport API. 2. change 360SCVP library tiles selection API calling from I360SCVP_getFixedNumTiles to I360SCVP_getTilesInViewport to get dynamically changed tiles number based on viewport 3. change extractor track generation from fixed tiles number to dynamically changed tiles number based on viewport 4. modify OMAF packing plugin API to support dynamically changed extractor track layout 5. add repetitive low resolution tiles for some extractor track layout to make sure all low resolution tiles can be packed 6. update unit test for extractor track Signed-off-by: Chen Xiaomin <[email protected]>
…fix segment duration parsing error Signed-off-by: Chen Xiaomin <[email protected]>
Signed-off-by: Chen Xiaomin <[email protected]>
…t enabling/disabling fixed resolutin mode in extractor track packing.
…use the actually parsed value Signed-off-by: Chen Xiaomin <[email protected]>
Signed-off-by: Luo, Ying <[email protected]>
…escription in player document. Signed-off-by: Luo, Ying <[email protected]>
Signed-off-by: Chen Xiaomin <[email protected]>
Signed-off-by: dahanhan <[email protected]>
Signed-off-by: Luo, Ying <[email protected]>
…mal range Meanwhile, fix an uninitialized variable usage issue Signed-off-by: Chen Xiaomin <[email protected]>
Signed-off-by: Chen Xiaomin <[email protected]>
…ter binding mode Signed-off-by: Chen Xiaomin <[email protected]>
Signed-off-by: dahanhan <[email protected]>
…echanism 2. Enable logging callback in VROmafPacking library The default logging callback is glog. Signed-off-by: Chen Xiaomin <[email protected]>
…ent libraries haven't been installed Signed-off-by: Chen Xiaomin <[email protected]>
Signed-off-by: Chen Xiaomin <[email protected]>
…ed to client Signed-off-by: dahanhan <[email protected]>
…le libxcam support.
… log in VROmafPacking library Signed-off-by: Chen Xiaomin <[email protected]>
Signed-off-by: dahanhan <[email protected]>
Signed-off-by: dahanhan <[email protected]>
Signed-off-by: Luo, Ying <[email protected]>
Signed-off-by: Luo Ying <[email protected]>
Signed-off-by: Jing Sun <[email protected]>
…h_writer to plugins/DashWriter_Plugin 2. move segment related operations into plugins/DashWriter_Plugin from VROmafPacking 3. change DashWriter_Plugin call in VROmafPacking Signed-off-by: Chen Xiaomin <[email protected]>
…ssing class in isolib 2. add calling of CMAF segment writer plugin in VROmafPacking library 3. add CMAF support in DASH MPD file in VROmafPacking library 4. extend VROmafPacking API to enable CMAF segment generation 5. add CMAF chunk duration correction to align with GOP size in VROmafPacking 6. implement DASH MPD update for CMAF live streaming mode in VROmafPacking Signed-off-by: Chen Xiaomin <[email protected]>
…hunk downloading in VOD/Live. 2. Add prft box parsing and e2e latency tracking. 3. Add unit tests for cmaf downloading and mpd check. Signed-off-by: Luo, Ying <[email protected]>
…/V segment sample size separately. 2. Erase hard-coded stream ID assignment. Signed-off-by: Luo, Ying <[email protected]>
…dering. 2. Fix memory leak issue when remove downloading tasks. 3. Modify opening node state change process and viewport update process. 4. Erase redundant atomic fetch_sub task operation. Signed-off-by: Luo, Ying <[email protected]>
Signed-off-by: Luo, Ying <[email protected]>
Signed-off-by: Luo, Ying <[email protected]>
Signed-off-by: Chen Xiaomin <[email protected]>
Signed-off-by: Luo, Ying <[email protected]>
…in VOD due to possibly incomplete chunk num in last cmaf segment. Signed-off-by: Luo, Ying <[email protected]>
Signed-off-by: Luo, Ying <[email protected]>
Signed-off-by: Chen Xiaomin <[email protected]>
Along with some URL update for DashAccess unit tests.
…check issue in callback function in CmafSegment. Signed-off-by: Luo, Ying <[email protected]>
…tion. Signed-off-by: Luo, Ying <[email protected]>
… up are both enabled. 1. Fix long latency due to some disorder catch up tasks. Signed-off-by: Luo, Ying <[email protected]>
[8b104bf0] Add hardware accelerated cubification plugin and enabling scripts [f56a35e6] Add SubEncoderMSDK [3d793923] Fix frame list issue for distributed_encoder [4b622970] Add option in DASH packing plugin for segment writer plugin setting [ba5f2419] Add CMAF segment options in packing muxer plugin [cbdae5a1] Make several bug fixes [0535ccb0] Restore the default preset value to 9
Signed-off-by: Luo Ying <[email protected]>
Signed-off-by: Chen Xiaomin <[email protected]>
updated the workaround for v1.6.0 tag Test: sanity check for tile selection in android passed
hzhan80
approved these changes
Jun 20, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
updated the workaround for v1.6.0 tag
Test: sanity check for tile selection in android passed