summaryrefslogtreecommitdiff
path: root/libavformat/icecast.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/icecast: Add option to use TLS connectionMarvin Scholz2020-07-021-1/+5
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-251-2/+1
* avformat/icecast: Use AV_DICT_DONT_STRDUP_VAL to save an av_strdupAndreas Rheinhardt2019-12-211-2/+1
* avformat/icecast: Free the right buffer on errorAndreas Rheinhardt2019-12-191-4/+5
* avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100Jun Li2019-03-311-1/+1
* lavf/icecast: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-1/+1
|\
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-1/+1
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-1/+2
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-1/+1
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-1/+1
|\ \ | |/
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
| * Icecast: Send content-type in all casesMarvin Scholz2014-11-151-0/+2
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-1/+2
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* | avformat/icecast: Initialize .str based default for AV_OPT_TYPE_STRING typesMichael Niedermayer2015-10-311-7/+7
* | Merge commit '3a6bb9735053c453f806ceab1d91124648d90aca'Michael Niedermayer2014-11-151-1/+1
|\ \ | |/
| * Icecast: Send 100-continue header if possibleMarvin Scholz2014-11-151-0/+1
* | Icecast: Use 100-continue if possible for proper error handlingMarvin Scholz2014-11-111-0/+1
* | Icecast: always send a content-typeMarvin Scholz2014-11-111-0/+2
* | Merge commit '76c70e33d2244a688832f03b53862eb5d9ad3b01'Michael Niedermayer2014-10-131-0/+1
|\ \ | |/
| * icecast: Do not use chunked postMark McGough2014-10-121-0/+1
* | Merge commit 'eb9244f20210fd420fb9b3c98126f9cae525d1cc'Michael Niedermayer2014-08-041-14/+23
|\ \ | |/
| * Add Icecast protocolMarvin Scholz2014-08-041-0/+228
* libavformat: Add Icecast protocolePirat2014-08-041-0/+206