summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAge
...
* rtpdec: Parse the next packet in the sequence if it is available, if the prev...Martin Storsjö2010-10-13
* rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...Martin Storsjö2010-10-13
* rtpdec: Don't call the depacketizer to return more data unless it actually sa...Martin Storsjö2010-10-13
* rtpdec: Split out storing of the depacketization return value to a separate f...Martin Storsjö2010-10-13
* rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packetsMartin Storsjö2010-10-08
* rtpdec: Store the previous return value for mpegts when it was -1, tooMartin Storsjö2010-10-08
* rtpdec: Keep track of the previous return value from rtp_parse_packet_interna...Robert Schlabbach2010-10-08
* rtpdec: Handle RTP header extensionRobert Schlabbach2010-10-06
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-06
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-01
* rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p...Martin Storsjö2010-10-01
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-01
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-15
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-29
* ReindentJosh Allmann2010-08-29
* rtpdec: Read RTCP compound packetsJosh Allmann2010-08-29
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
* Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni2010-08-23
* Add RTP depacketization of VP8Josh Allmann2010-08-16
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-12
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* Add a depacketizer for QDM2Josh Allmann2010-07-14
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö2010-07-14
* Add RTP depacketization of SVQ3Josh Allmann2010-07-01
* rtpdec: Malloc the fmtp value bufferJosh Allmann2010-06-28
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-28
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-25
* rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann2010-06-25
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh 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
* ReindentMartin Storsjö2010-04-05
* Fix leaks in the AAC RTP depacketizerMartin Storsjö2010-04-05
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* RTP depacketization of TheoraJosh Allmann2010-03-22
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
* 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
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-10
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-01
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-28
* Add support for mp3 over RTP in rtpdec.cLuca Abeni2009-12-23
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje2009-03-20
* Don't let finalize_packet() touch pkt->stream_index. Instead, let individualRonald S. Bultje2009-03-03
* Reindent after r17764.Ronald S. Bultje2009-03-03
* In the current implementation of rtp_parse_packet(), finalize_packet() isRonald S. Bultje2009-03-03
* Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje2009-02-26