summaryrefslogtreecommitdiff
path: root/libavformat/rtmpdigest.c
Commit message (Collapse)AuthorAge
* Merge commit 'b864230c49089b087eef56988a3d6a784f6f9827'James Almer2017-10-21
| | | | | | | * commit 'b864230c49089b087eef56988a3d6a784f6f9827': rtmp: Move RTMP digest calculation to a separate file Merged-by: James Almer <jamrial@gmail.com>
* rtmp: Move RTMP digest calculation to a separate fileDiego Biurrun2017-03-20
The rtmpcrypt protocol requires it.