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

Encoding hangs with OUT_ALLOC enabled #514

Closed
Austin-Hu opened this issue Apr 3, 2020 · 2 comments · Fixed by #523
Closed

Encoding hangs with OUT_ALLOC enabled #514

Austin-Hu opened this issue Apr 3, 2020 · 2 comments · Fixed by #523
Labels
bug Something isn't working

Comments

@Austin-Hu
Copy link
Contributor

It's suggested to renable OUT_ALLOC by reverting PR #494 , some encoding would hang such as:

./SvtHevcEncApp -i bbb_1920x1080_420p.yuv -w 1920 -h 1080 -n 5000 -hierarchical-levels 0

Because randomly POC 278 (279 or 280) could be posted from EntropyCoding kernel, but they couldn't go through (single thread) Packetization which already hangs to dequeue the object from Output FIFO when handling latter pictures (such as POC 405) which may enter Packetization ahead of POC 278.

@Austin-Hu Austin-Hu added the bug Something isn't working label Apr 3, 2020
@Austin-Hu
Copy link
Contributor Author

So the issue can be also worked around by PR #512 .

@tianjunwork
Copy link
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants