Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefix non-static RTSP functions with ff_. | Ronald S. Bultje | 2010-02-23 | 1 | -1/+1 |
* | Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, | Ronald S. Bultje | 2010-02-16 | 1 | -1/+0 |
* | When using RTP-over-UDP, send dummy packets during stream setup, similar to | Martin Storsjö | 2010-02-16 | 1 | -0/+13 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -0/+2 |
* | Implement marker bit, which is used for several RTP payloads currently | Ronald S. Bultje | 2009-02-26 | 1 | -0/+1 |
* | Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing | Ronald S. Bultje | 2009-02-26 | 1 | -1/+2 |
* | Move to rtp.h the prototypes of all the functions defined in rtp.c | Luca Abeni | 2009-02-17 | 1 | -5/+0 |
* | Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore | Luca Abeni | 2009-02-06 | 1 | -0/+1 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -0/+187 |