Author | SHA1 | Message | Date |
---|---|---|---|
|
96ff6d3805 |
lavf/rtp_h261: Replace restrict with av_restrict.
Fixes compilation on Windows. |
10 years ago |
|
a505c0d737 |
rtp: Initial H.261 support
The packetizer only supports splitting at GOB headers - if such aren't available frequently enough, it splits at any random byte offset (not at a macroblock boundary either, which would be allowed by the spec) and sends a payload header pretend that it starts with a GOB header. As long as a receiver doesn't try to handle such cases cleverly but just drops broken frames, this shouldn't matter too much in practice. Signed-off-by: Martin Storsjö <martin@martin.st> |
10 years ago |
|
50a4d5cfc6 | Add support for H.261 RTP payload format (RFC 4587) | 10 years ago |