av1_frame_split.c |
@file
This bitstream filter splits AV1 Temporal Units into packets containing
just one frame, plus any leading and trailing OBUs that may be present at
the beginning or end, respectively.
Temporal Units already containing only one frame will be passed through
unchanged. When splitting can't be performed, the Temporal Unit will be
passed through containing only the remaining OBUs starting from the first
one after the last successfully split frame.
|
8377 |
moz.build |
|
545 |
null.c |
@file
Null bitstream filter -- pass the input through unchanged.
|
989 |
vp9_superframe_split.c |
@file
This bitstream filter splits VP9 superframes into packets containing
just one frame.
|
5002 |