Author | SHA1 | Message | Date |
---|---|---|---|
|
832a202c47 |
protocols: make the list of protocols static
Disallow other code to touch it directly, now it's only accessible through a blacklisting/whitelisting function. |
9 years ago |
|
7d61dc95d7 |
lavf: move urlcontext_child_class_next() to protocols.c
It needs to access the list of protocols directly, so it more properly belongs there. |
9 years ago |
|
0fa00d0591 |
lavf: move avio_enum_protocols() to protocols.c
It's a more appropriate place for it. |
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 |