aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/teeproto.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/teeproto: Remove always-false checkAndreas Rheinhardt2023-09-101-4/+0
* avformat: Remove avformat and avio headers from protocolsAndreas Rheinhardt2023-09-101-2/+7
* avformat/teeproto: Remove useless AVClass without optionsAndreas Rheinhardt2023-09-101-14/+0
* avformat/teeproto: setup max_packet_sizeZhao Zhili2023-01-261-0/+12
* avformat/teeproto: set forgotten url_close()Michael Niedermayer2016-08-051-0/+1
* avformat/teeproto: Support parsing protocol optionsMichael Niedermayer2016-08-031-5/+14
* avformat/teeproto: Fix memset sizeofMichael Niedermayer2016-07-221-1/+1
* avformat: Add tee protocolMichael Niedermayer2016-07-191-0/+137