summaryrefslogtreecommitdiff
path: root/libavformat/protocols.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/zlib_wrapper: Add wrapper for deflateInit()Andreas Rheinhardt2022-03-191-2/+0
* lavf/protocols: avoid discarding const in avio_enum_protocols()Anton Khirnov2021-12-071-9/+9
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avformat: add a concat protocol that takes a line break delimited list of res...James Almer2021-07-021-0/+1
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-271-21/+0
* libavformat: add librist protocolPaul B Mahol2021-03-131-0/+1
* avformat/gopher: Add support for Gopher over TLSparazyd2021-03-111-0/+1
* URLContext: switch to child_class_iterate()Anton Khirnov2020-06-101-0/+16
* avformat: Add AMQP version 0-9-1 protocol supportAndriy Gelman2020-03-091-0/+1
* avformat/avio: add avio_protocol_get_classSteven Liu2020-01-301-0/+10
* avformat: Add ZeroMQ as a protocolAndriy Gelman2019-09-021-0/+1
* Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'James Almer2018-03-291-0/+1
|\
| * Add Haivision SRT protocolSven Dueking2018-03-281-0/+1
* | Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'James Almer2017-11-011-4/+1
|\ \ | |/
| * tls: Hide backend implementation details from usersDiego Biurrun2017-06-021-2/+1
* | avformat: Add Pro-MPEG CoP #3-R2 FEC protocolVlad Tarca2016-11-131-0/+1
* | avformat: Add tee protocolMichael Niedermayer2016-07-191-0/+1
* | Merge commit '06edef3d5e072ef3c4face9ce946d2d9c36cc477'Derek Buitenhuis2016-05-121-140/+1
|\ \ | |/
| * Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-191-107/+1
* | avformat/protocols: Fix ff_urlcontext_child_class_next()Michael Niedermayer2016-02-291-1/+1
* | Merge commit '832a202c47a246ed15e3edc6b05dfcfa7d82c4b2'Derek Buitenhuis2016-02-291-7/+34
|\ \ | |/
| * protocols: make the list of protocols staticAnton Khirnov2016-02-221-7/+34
* | Merge commit '7d61dc95d741ca134d59b1f34c4e10c4c4e36f56'Derek Buitenhuis2016-02-291-0/+20
|\ \ | |/
| * lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov2016-02-221-0/+20
* | Merge commit '0fa00d05911aa8043ecad8dead4a73cab7faadf6'Derek Buitenhuis2016-02-291-0/+15
|\ \ | |/
| * lavf: move avio_enum_protocols() to protocols.cAnton Khirnov2016-02-221-0/+15
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-4/+48
|/
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-0/+164