Skip to content

Commit

Permalink
Implemented AV1 bitstream parser
Browse files Browse the repository at this point in the history
Implemented according to bitstream spec at
https://aomediacodec.github.io/av1-spec/.

It will be used to do AV1 subsample encryption later.

Issue #453.

Change-Id: I84d8a2a780d95f2c9f430ee598838b97474cc0af
  • Loading branch information
kqyang committed Sep 28, 2018
1 parent 19f80d8 commit fc0c5dd
Show file tree
Hide file tree
Showing 5 changed files with 2,156 additions and 0 deletions.
Loading

0 comments on commit fc0c5dd

Please sign in to comment.