]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec.h
ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.
[ffmpeg] / libavformat / rtpdec.h
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-23 Ronald S. BultjePrefix non-static RTSP functions with ff_.
2010-02-16 Ronald S. BultjeRemove first_rtcp_ntp_time. This is used to prevent...
2010-02-16 Martin StorsjöWhen using RTP-over-UDP, send dummy packets during...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-02-26 Ronald S. BultjeImplement marker bit, which is used for several RTP...
2009-02-26 Ronald S. BultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-17 Luca AbeniMove to rtp.h the prototypes of all the functions defin...
2009-02-06 Luca AbeniMove RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h