| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
8c0ceafb0f |
urlprotocol: receive a list of protocols from the caller
This way, the decisions about which protocols are available for use in any given situations can be delegated to the caller. |
9 years ago |
|
|
2758cdedfb |
lavf: reorganize URLProtocols
Instead of a linked list constructed at av_register_all(), store them in a constant array of pointers. Since no registration is necessary now, this removes some global state from lavf. This will also allow the urlprotocol layer caller to limit the available protocols in a simple and flexible way in the following commits. |
9 years ago |
|
|
f2c614e8c4 |
srtpproto: fix option flag type
Signed-off-by: Martin Storsjö <martin@martin.st> |
11 years ago |
|
|
350ad50bf4 |
lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500
Signed-off-by: Martin Storsjö <martin@martin.st> |
12 years ago |
|
|
2f3bada63e |
lavf: Add a protocol for SRTP encryption/decryption
This is mostly useful for encryption together with the RTP muxer, but could also be set up as IO towards the peer with the SDP demuxer with custom IO. Signed-off-by: Martin Storsjö <martin@martin.st> |
13 years ago |