summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmpcrypt.c
Commit message (Collapse)AuthorAgeFilesLines
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
| | | | Signed-off-by: Martin Storsjö <[email protected]>
* rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö2012-07-241-0/+2
| | | | | | Our implementation of RTMPE is heavily based on librtmp. Signed-off-by: Martin Storsjö <[email protected]>
* RTMPTE protocol supportSamuel Pitoiset2012-07-231-4/+29
| | | | Signed-off-by: Martin Storsjö <[email protected]>
* RTMPE protocol supportSamuel Pitoiset2012-07-231-0/+309
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by: Martin Storsjö <[email protected]>