summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstav1parse.c
Commit message (Expand)AuthorAgeFilesLines
* av1parse: set the default alignment for input and output.He Junyan2021-01-261-6/+7
* av1parse: Reset the annex_b when meet TU inside a buffer.He Junyan2021-01-261-0/+3
* av1parse: Output each OBU when output is aligned to obu.He Junyan2021-01-261-41/+42
* av1parse: Always copy the OBU to cache.He Junyan2021-01-261-40/+44
* av1parse: Improve the logic when to drop the OBU.He Junyan2021-01-261-15/+9
* av1parse: Fix some issues in the src caps.He Junyan2021-01-231-17/+26
* videoparsers: av1: Add the AV1 parse.He Junyan2021-01-191-0/+1699