summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAge
* avformat/rtmpproto: send proper status for response to play commandMarton Balint2022-04-22
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* libavformat: Split version.hMartin Storsjö2022-03-16
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-08
* lavf/rtmp: Add option to set TCP_NODELAY for rtmpNick Ruff2021-06-20
* avformat/rtmpproto: Only include RTMP protocols that are enabledAndreas Rheinhardt2021-02-02
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* avformat/rtmpproto: use av_reallocp_array()Limin Wang2020-05-06
* lavf/rtmpproto: Don't unref uninitialized buffersJun Zhao2019-12-07
* lavf/rtmpproto: fix the playpath truncation if the len > 512Jun Zhao2019-11-17
* avformat/rtmpproto: fix memleak when open rtmp failedSteven Liu2019-10-28
* avformat/rtmpptoto: add logging context to logSteven Liu2019-10-08
* libavformat/rtmpproto: Plug leak if sending bytes read report fails.Josh Allmann2018-01-25
* Merge commit 'b864230c49089b087eef56988a3d6a784f6f9827'James Almer2017-10-21
|\
| * rtmp: Move RTMP digest calculation to a separate fileDiego Biurrun2017-03-20
* | Merge commit '15a92e0c402c830b607f905d6bf203b6cfb4fa8c'James Almer2017-09-26
|\|
| * rtmp: Correctly handle the Window Acknowledgement Size packetsMartin Storsjö2017-02-03
* | Merge commit 'a1a143adb0fd11c474221431417cff25db7d920f'James Almer2017-09-26
|\|
| * rtmp: Rename packet types to closer match the specMartin Storsjö2017-02-03
| * rtmp: Account for bytes_read wraparoundLuca Barbato2017-01-29
* | rtmpproto: Fix error returnDerek Buitenhuis2017-07-07
* | rtmpproto: send swfverify value as swfurl if latter is unusedRicardo Constantino2017-05-07
* | Merge commit 'f4ca8ea92a8b36fe723412aefafc1b2fa89f8dc6'Clément Bœsch2017-03-29
|\|
| * rtmpproto: Restructure zlib code to avoid unreachable code warningDiego Biurrun2016-11-02
* | Merge commit 'c541a44e029e8a4f21db028c34fee3ad1c10a409'Clément Bœsch2017-03-27
|\|
| * Revert "rtmpproto: Don't include a client version in the unencrypted C1 hands...Luca Barbato2016-10-30
* | Merge commit '7d8d726be7dc46343ab1c98c339c1ed44bcb07c1'Clément Bœsch2017-03-23
|\|
| * rtmpproto: Don't include a client version in the unencrypted C1 handshakeMartin Storsjö2016-10-14
* | Merge commit '9f23f77a532ca9c2b7dc4b5328bc413e4f6f5b56'Clément Bœsch2017-03-23
|\|
| * rtmpproto: Don't include the libavformat version as "clientid"Martin Storsjö2016-10-14
* | Merge commit '8b5e0d17e70400eaf5dc3845b5c1df8b2b88d830'Clément Bœsch2017-03-23
|\|
| * rtmpproto: Send chunk size on the network channelMartin Storsjö2016-10-14
* | Merge commit 'd6ded94036e43a04889f4ff2813a7f7dd60b82fe'Clément Bœsch2017-03-23
|\|
| * rtmpproto: Lengthen the filename buffer when receiving streamsMartin Storsjö2016-10-14
* | Merge commit '7395784ba72742b6daa62d35db4028e09f3fdf06'Clément Bœsch2017-03-23
|\|
| * rtmpproto: Check the return from ff_amf_read_stringMartin Storsjö2016-10-14
* | avformat/rtmpproto: change rtmp_open from url_open to url_open2Steven Liu2017-03-22
* | lavf/rtmpproto: Make bytes_read variables 64bit.Carl Eugen Hoyos2017-01-25
* | avformat/rtmpproto: Fix RTMP control message handling error in listen mode.Hiroyuki OYAMA2016-10-21
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-21
|\|
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\|
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | Merge commit '64f8c439fd663fec4d57ac21af572d498fe21f7a'Hendrik Leppkes2016-01-01
|\|
| * rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö2015-12-13