aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAgeFilesLines
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-4/+6
* Merge commit '64f8c439fd663fec4d57ac21af572d498fe21f7a'Hendrik Leppkes2016-01-011-2/+2
|\
| * rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö2015-12-131-2/+2
* | Merge commit 'e55376a1fd5abebbb0a082aa20739d58c2260a37'Hendrik Leppkes2015-10-141-3/+3
|\|
| * rtmpproto: Write correct flv packet sizes at the end of packetsMichael Niedermayer2015-10-141-3/+4
| * rtmpproto: free hmac context properlyJames Almer2015-07-301-1/+1
| * rtmpproto: use AVHMAC instead of a custom implementationJames Almer2015-07-291-29/+10
* | avformat/rtmpproto: Fix 2 more cases of the 2nd packet size being wrongMichael Niedermayer2015-10-021-2/+3
* | avformat/rtmpproto: Fix 2nd packet sizeMichael Niedermayer2015-09-161-1/+1
* | avformat/rtmpproto: free hmac context properlyJames Almer2015-07-291-1/+1
* | avformat/rtmpproto: use AVHMAC instead of a custom implementationJames Almer2015-07-291-29/+10
* | avformat/rtmpproto: increase hardcoded url/path lengthsPaul B Mahol2015-07-011-2/+2
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-1/+1
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* | avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-221-4/+3
* | Merge commit '491805636cef50d3f582bd345e1460eeb739ea48'Michael Niedermayer2014-11-281-1/+1
|\|
| * rtmpproto: Fix a typo in a commentMartin Storsjö2014-11-281-1/+1
* | Merge commit '01eac895ab350027467ffbe7278740f89ae8be75'Michael Niedermayer2014-11-281-29/+27
|\|
| * rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccessMartin Storsjö2014-11-281-5/+27
* | Merge commit '3c3b8003a13d9c3668c0bb6d79d2376da3b2b352'Michael Niedermayer2014-11-281-11/+6
|\|
| * rtmpproto: Simplify code for copying data into the output packetMartin Storsjö2014-11-281-11/+6
* | Merge commit '857e6667f9061ae261c0b951113e4efc4329b05e'Michael Niedermayer2014-11-281-0/+3
|\|
| * rtmpproto: Clarify a commentMartin Storsjö2014-11-281-1/+3
* | avformat/rtmpproto: only prepend @setMetaData for onMetaData and |RtmpSampleA...Jeffrey Wescott2014-11-241-3/+27
* | Merge commit 'a490391157dcf4dc6b65352ec3eea2781dd0a404'Michael Niedermayer2014-11-051-4/+2
|\|
| * rtmpproto: Ignore errors from the getStreamLength methodMartin Storsjö2014-11-051-0/+3
| * rtmpproto: remove dead codeVittorio Giovara2014-10-201-3/+0
* | avformat/rtmpproto: Do not fail when the length cannot be determined for live...Michael Niedermayer2014-11-041-0/+5
* | rtmpproto: Don't mistake app for playpath.Kacper Michajłow2014-10-191-14/+25
* | Merge commit '0034314a69e76a53534a74cceef865cfcb7b42cc'Michael Niedermayer2014-10-181-3/+2
|\|
| * rtmp: Always call rtmp_close() on rtmp_open() failureAlexander Drozdov2014-10-181-4/+3
* | Merge commit '9bec3ca2b878c83d2337bc6095bd51c3e3f8eef0'Michael Niedermayer2014-10-181-0/+42
|\|
| * rtmpproto: Add pause supportUwe L. Korn2014-10-171-0/+42
* | Merge commit 'f4cd8b80b9cb2a9a4112d8abb1d3b93cd3b4e467'Michael Niedermayer2014-10-181-0/+5
|\|
| * rtmpproto: Track last received timestampUwe L. Korn2014-10-171-0/+5
* | Merge commit 'e65c776d18dc14df8a279e017760862f9fc8763b'Michael Niedermayer2014-10-171-0/+106
|\|
| * rtmpproto: Add getStreamLength call to query durationUwe L. Korn2014-10-171-0/+106
* | Merge commit '324b23dde1bc8638959eb32419c95a93906db272'Michael Niedermayer2014-10-171-3/+42
|\|
| * rtmpproto: Add function to read a number responseUwe L. Korn2014-10-171-3/+42
* | Merge commit '79dd756e143a54efc25d64e90505f0dca6cbc4ec'Michael Niedermayer2014-10-161-1/+1
|\|
| * rtmpproto: Fix a typoMartin Storsjö2014-10-151-1/+1
* | RTMP: fix FD leak in rtmp_open()Alexander Drozdov2014-09-301-1/+1
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Merge commit '59cb5747ec3c5cd842b94e574c37889521c97cc4'Michael Niedermayer2014-06-021-1/+65
|\|
| * rtmpproto: read metadata to set correct FLV headerUwe L. Korn2014-06-011-1/+65
* | rtmpproto: info out for unsupported auth varsReynaldo H. Verdejo Pinochet2014-05-161-0/+2
* | rtmpproto: avoid setting auth var value if nullReynaldo H. Verdejo Pinochet2014-05-161-11/+14
* | Merge commit '0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e'Michael Niedermayer2014-05-081-1/+2
|\|
| * rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö2014-05-081-4/+5