| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/rtmpproto: free hmac context properly | James Almer | 2015-07-29 | 1 | -1/+1 |
* | avformat/rtmpproto: use AVHMAC instead of a custom implementation | James Almer | 2015-07-29 | 1 | -29/+10 |
* | avformat/rtmpproto: increase hardcoded url/path lengths | Paul B Mahol | 2015-07-01 | 1 | -2/+2 |
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
|\ |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | | avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-22 | 1 | -4/+3 |
* | | Merge commit '491805636cef50d3f582bd345e1460eeb739ea48' | Michael Niedermayer | 2014-11-28 | 1 | -1/+1 |
|\| |
|
| * | rtmpproto: Fix a typo in a comment | Martin Storsjö | 2014-11-28 | 1 | -1/+1 |
* | | Merge commit '01eac895ab350027467ffbe7278740f89ae8be75' | Michael Niedermayer | 2014-11-28 | 1 | -29/+27 |
|\| |
|
| * | rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess | Martin Storsjö | 2014-11-28 | 1 | -5/+27 |
* | | Merge commit '3c3b8003a13d9c3668c0bb6d79d2376da3b2b352' | Michael Niedermayer | 2014-11-28 | 1 | -11/+6 |
|\| |
|
| * | rtmpproto: Simplify code for copying data into the output packet | Martin Storsjö | 2014-11-28 | 1 | -11/+6 |
* | | Merge commit '857e6667f9061ae261c0b951113e4efc4329b05e' | Michael Niedermayer | 2014-11-28 | 1 | -0/+3 |
|\| |
|
| * | rtmpproto: Clarify a comment | Martin Storsjö | 2014-11-28 | 1 | -1/+3 |
* | | avformat/rtmpproto: only prepend @setMetaData for onMetaData and |RtmpSampleA... | Jeffrey Wescott | 2014-11-24 | 1 | -3/+27 |
* | | Merge commit 'a490391157dcf4dc6b65352ec3eea2781dd0a404' | Michael Niedermayer | 2014-11-05 | 1 | -4/+2 |
|\| |
|
| * | rtmpproto: Ignore errors from the getStreamLength method | Martin Storsjö | 2014-11-05 | 1 | -0/+3 |
| * | rtmpproto: remove dead code | Vittorio Giovara | 2014-10-20 | 1 | -3/+0 |
* | | avformat/rtmpproto: Do not fail when the length cannot be determined for live... | Michael Niedermayer | 2014-11-04 | 1 | -0/+5 |
* | | rtmpproto: Don't mistake app for playpath. | Kacper Michajłow | 2014-10-19 | 1 | -14/+25 |
* | | Merge commit '0034314a69e76a53534a74cceef865cfcb7b42cc' | Michael Niedermayer | 2014-10-18 | 1 | -3/+2 |
|\| |
|
| * | rtmp: Always call rtmp_close() on rtmp_open() failure | Alexander Drozdov | 2014-10-18 | 1 | -4/+3 |
* | | Merge commit '9bec3ca2b878c83d2337bc6095bd51c3e3f8eef0' | Michael Niedermayer | 2014-10-18 | 1 | -0/+42 |
|\| |
|
| * | rtmpproto: Add pause support | Uwe L. Korn | 2014-10-17 | 1 | -0/+42 |
* | | Merge commit 'f4cd8b80b9cb2a9a4112d8abb1d3b93cd3b4e467' | Michael Niedermayer | 2014-10-18 | 1 | -0/+5 |
|\| |
|
| * | rtmpproto: Track last received timestamp | Uwe L. Korn | 2014-10-17 | 1 | -0/+5 |
* | | Merge commit 'e65c776d18dc14df8a279e017760862f9fc8763b' | Michael Niedermayer | 2014-10-17 | 1 | -0/+106 |
|\| |
|
| * | rtmpproto: Add getStreamLength call to query duration | Uwe L. Korn | 2014-10-17 | 1 | -0/+106 |
* | | Merge commit '324b23dde1bc8638959eb32419c95a93906db272' | Michael Niedermayer | 2014-10-17 | 1 | -3/+42 |
|\| |
|
| * | rtmpproto: Add function to read a number response | Uwe L. Korn | 2014-10-17 | 1 | -3/+42 |
* | | Merge commit '79dd756e143a54efc25d64e90505f0dca6cbc4ec' | Michael Niedermayer | 2014-10-16 | 1 | -1/+1 |
|\| |
|
| * | rtmpproto: Fix a typo | Martin Storsjö | 2014-10-15 | 1 | -1/+1 |
* | | RTMP: fix FD leak in rtmp_open() | Alexander Drozdov | 2014-09-30 | 1 | -1/+1 |
* | | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit '59cb5747ec3c5cd842b94e574c37889521c97cc4' | Michael Niedermayer | 2014-06-02 | 1 | -1/+65 |
|\| |
|
| * | rtmpproto: read metadata to set correct FLV header | Uwe L. Korn | 2014-06-01 | 1 | -1/+65 |
* | | rtmpproto: info out for unsupported auth vars | Reynaldo H. Verdejo Pinochet | 2014-05-16 | 1 | -0/+2 |
* | | rtmpproto: avoid setting auth var value if null | Reynaldo H. Verdejo Pinochet | 2014-05-16 | 1 | -11/+14 |
* | | Merge commit '0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e' | Michael Niedermayer | 2014-05-08 | 1 | -1/+2 |
|\| |
|
| * | rtmpproto: Check the buffer sizes when copying app/playpath strings | Martin Storsjö | 2014-05-08 | 1 | -4/+5 |
* | | avformat/rtmpproto: add FFMIN() to av_strlcpy() | Michael Niedermayer | 2014-05-08 | 1 | -2/+2 |
* | | Merge commit '7ce3bd9614717e545af8fb8455032c807e389b78' | Michael Niedermayer | 2014-05-07 | 1 | -2/+14 |
|\| |
|
| * | rtmpproto: Support alternative slist parameter in rtmp URLs | Uwe L. Korn | 2014-05-06 | 1 | -2/+14 |
| * | rtmpproto: Handle RTMP chunk size packets before the connect packet | Stephan Soller | 2014-04-14 | 1 | -0/+12 |
* | | avformat/rtmpproto: Added handling of an initial RTMP chunk size packet. | Stephan Soller | 2014-04-14 | 1 | -0/+13 |
* | | Merge commit '6477139721f559b26eafd415e23e13ea2b0c27e1' | Michael Niedermayer | 2014-04-14 | 1 | -1/+1 |
|\| |
|
| * | rtmpproto: Make sure to pass on the error code if read_connect failed | Martin Storsjö | 2014-04-14 | 1 | -1/+1 |
* | | Merge commit '24eb3c791606fe98a1591c13a8b2ba6c342bb3b5' | Michael Niedermayer | 2014-01-21 | 1 | -2/+2 |
|\| |
|
| * | rtmpproto: Avoid using uninitialized memory | Martin Storsjö | 2014-01-20 | 1 | -2/+2 |