summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.h
Commit message (Expand)AuthorAgeFilesLines
* 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