aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.h
Commit message (Expand)AuthorAgeFilesLines
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-201-0/+1
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-201-0/+1
* Make rtp protocol obey rfc3550Luca Barbato2010-04-191-1/+5
* Fix leaks in the AAC RTP depacketizerMartin Storsjö2010-04-051-0/+1
* Add void to a function prototype that takes no arguments. Fixes a potentialRonald S. Bultje2010-04-051-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-231-1/+1
* Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje2010-02-161-1/+0
* When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö2010-02-161-0/+13
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-031-0/+2
* Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje2009-02-261-0/+1
* Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje2009-02-261-1/+2
* Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2009-02-171-5/+0
* Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2009-02-061-0/+1
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-0/+187