summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.h
Commit message (Expand)AuthorAgeFilesLines
* rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö2011-11-301-0/+1
* rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks2011-11-181-0/+1
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-121-12/+12
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-241-2/+2
* avio: make URLContext internal.Anton Khirnov2011-04-081-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-251-1/+0
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-011-0/+1
* rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö2010-12-051-0/+4
* rtpdec: Allow dynamic payload handlers to handle static payload types, tooMartin Storsjö2010-12-051-0/+3
* drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-3/+0
* drop rtp_get_local_port() which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-3/+0
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-011-1/+20
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-011-1/+1
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-251-0/+5
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-161-2/+0
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö2010-07-141-0/+2
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-281-0/+5
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-281-0/+2
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-251-32/+1
* 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
OpenPOWER on IntegriCloud