147 Commits (2681924b0f3f35840dd9d9825df9f9239c448b22)

Author SHA1 Message Date
Diego Biurrun 4cc843facd rtp: remove disabled code 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Anton Khirnov 925e908bc7 avio: make url_write() internal. 14 years ago
Anton Khirnov 403ee835e7 avio: make url_open_dyn_packet_buf internal. 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò 119cc033fc Make RTPFirstDynamicPayloadHandler static to rtpdec.c 14 years ago
Diego Elio Pettenò 69ad22c7a7 Make ff_realmedia_mp3_dynamic_handler static. 14 years ago
Martin Storsjö 79d482b108 rtpdec: Don't set RTP timestamps if they already are set by the depacketizer 14 years ago
Martin Storsjö 3a1cdcc798 rtpdec: Emit timestamps for packets before the first RTCP packet, too 14 years ago
Martin Storsjö bbd8f5477d rtsp: Don't set the RTP time base from the sample rate if no sample rate is set 14 years ago
Luca Barbato a4a3bade0a Reinstate default time_base for rtp streams 14 years ago
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