summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.h
Commit message (Expand)AuthorAge
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-12
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* avio: make URLContext internal.Anton Khirnov2011-04-08
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-25
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-01
* rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö2010-12-05
* rtpdec: Allow dynamic payload handlers to handle static payload types, tooMartin Storsjö2010-12-05
* drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs2010-10-23
* drop rtp_get_local_port() which is not part of public API and not used anymoreAurelien Jacobs2010-10-23
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-01
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-01
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-25
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-16
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö2010-07-14
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-28
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-28
* 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