summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.h
Commit message (Expand)AuthorAge
...
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-25
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-20
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-20
* Make rtp protocol obey rfc3550Luca Barbato2010-04-19
* Fix leaks in the AAC RTP depacketizerMartin Storsjö2010-04-05
* Add void to a function prototype that takes no arguments. Fixes a potentialRonald S. Bultje2010-04-05
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje2010-02-16
* When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö2010-02-16
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje2009-02-26
* Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje2009-02-26
* Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2009-02-17
* Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2009-02-06
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06