1
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Juliusz Chroboczek f9ec0f9b43 Implement empty VP8 headers.
According to RFC 7741 Section 4.4, a packetizer may ignore VP8
partition boundaries.  In that case, it might generate VP8
packets with S=0 and no data at all in the header.
2023-01-06 22:59:20 +01:00
Juliusz Chroboczek 34017cd130 Fix codecs tests. 2021-08-06 13:35:04 +02:00
Juliusz Chroboczek 4f7be19644 Implement pid and mark rewriting for VP9, fix VP9 sync bits.
The sync bits were incorrect.  In addition, we need to set the
marker at the new end of the frame when doing spatial decimation.
2021-08-03 13:09:43 +02:00
Juliusz Chroboczek a8dfc32f9e Fix keyframe tests.
The keyframe detection has been moved into codecs.
2021-07-30 15:26:21 +02:00
Juliusz Chroboczek 89780b866b Move packet parsing code into its own package. 2021-07-29 21:30:39 +02:00