summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstav1parse.c
Commit message (Expand)AuthorAgeFilesLines
* Use gst_buffer_new_memdup()Tim-Philipp Müller2021-05-241-4/+4
* Use new gst_buffer_new_copy()Tim-Philipp Müller2021-05-231-4/+4
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-0/+3
* 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