78 Commits (4172951ba7e5e8450d2b081fa9516454fdfa1329)

Author SHA1 Message Date
Martin Storsjö 86b6e387cc rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known 14 years ago
Martin Storsjö 2eeefe205f rtpdec: Handle MP3 in RealRTSP 14 years ago
Martin Storsjö 4838cdab21 rtpdec: Skip padding bytes at the end of packets 14 years ago
Martin Storsjö 1e515c4280 rtpdec: Add functions for finding depacketizers by name or payload id 14 years ago
Martin Storsjö 35014efcc6 rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658 14 years ago
Martin Storsjö 946df0598b rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors 14 years ago
Martin Storsjö 65cdee9c95 rtpdec: Don't use the no reordering codepath if there already is a queue 14 years ago
Martin Storsjö ddcf841191 rtpdec: Handle wrapping seq numbers in has_next_packet properly 14 years ago
Martin Storsjö d678a6fd82 rtpdec: Parse the next packet in the sequence if it is available, if the previous packet didn't return any data 14 years ago
Martin Storsjö 91ec7aea20 rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error codes through 14 years ago
Martin Storsjö f6e138b4f4 rtpdec: Don't call the depacketizer to return more data unless it actually said it has more data 14 years ago
Martin Storsjö 4ffff36751 rtpdec: Split out storing of the depacketization return value to a separate function 14 years ago
Martin Storsjö b7952ed184 rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets 14 years ago
Martin Storsjö 45658b7414 rtpdec: Store the previous return value for mpegts when it was -1, too 14 years ago
Robert Schlabbach 243ac3fdaa rtpdec: Keep track of the previous return value from rtp_parse_packet_internal for mpegts packets 14 years ago
Robert Schlabbach 9446b4bbbc rtpdec: Handle RTP header extension 14 years ago
Martin Storsjö 3ece3e4c56 Add RTP depacketization of the X-QT QuickTime format 14 years ago
Martin Storsjö 58ee09911e rtpdec: Reorder received RTP packets according to the seq number 14 years ago
Martin Storsjö 0260741876 rtpdec: Split out the part of rtp_parse_packet that does the parsing of new packets 14 years ago
Martin Storsjö ad4ad27fb6 rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 14 years ago
Martin Storsjö 0048a2a8d3 Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 14 years ago
Josh Allmann b20359f51a rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet 14 years ago
Josh Allmann 682d28a965 Reindent 14 years ago
Josh Allmann ff328c0225 rtpdec: Read RTCP compound packets 14 years ago
Josh Allmann 7f3468d392 rtp: Replace hardcoded RTCP packet types with defines 14 years ago
Luca Abeni 952139a322 Do not use the server SSRC as client SSRC in the RTP demuxer 14 years ago
Josh Allmann 51291e6005 Add RTP depacketization of VP8 14 years ago
Martin Storsjö 1ddc176ec4 Add RTP depacketization of MP4A-LATM 14 years ago
Martin Storsjö 965a3ddb1f Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 15 years ago
Josh Allmann a59096e4a7 Add a depacketizer for QDM2 15 years ago
Martin Storsjö d74c6145fb rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE 15 years ago
Josh Allmann 4449df6baf Add RTP depacketization of SVQ3 15 years ago
Josh Allmann 824535e3c6 rtpdec: Malloc the fmtp value buffer 15 years ago
Josh Allmann 016bc031eb rtpdec: Add generic function for iterating over FMTP configuration lines 15 years ago
Josh Allmann ca937a5508 RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp 15 years ago
Josh Allmann 73e6c53e64 rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler 15 years ago
Josh Allmann 9b3788efc3 RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c 15 years ago
Martin Storsjö 5948f82227 Reset RTCP timestamps after seeking, add range start offset to the packets timestamps 15 years ago
Martin Storsjö 2cab6b48ad Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext 15 years ago
Martin Storsjö 0950e1703b Reindent 15 years ago
Martin Storsjö 0e4b185a8d Fix leaks in the AAC RTP depacketizer 15 years ago
Josh Allmann 06a36faf4c Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Josh Allmann 887af2aa12 RTP depacketization of Theora 15 years ago
Martin Storsjö f65919af7e Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
Ronald S. Bultje fc78b0cb7e Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, 15 years ago
Martin Storsjö 9c8fa20d7e When using RTP-over-UDP, send dummy packets during stream setup, similar to 15 years ago
Ronald S. Bultje 556aa7a102 RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
Alexis Ballier 9125806e34 Fix warnings about implicit function declaration when compiling rtpdec.c 15 years ago
Ronald S. Bultje 45aa90807f Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 15 years ago