118 Commits (e0d5ac6ae3a83e6718a6731e391e168da187bce0)

Author SHA1 Message Date
Martin Storsjö c136a813d7 rtp: Support packetization/depacketization of opus 12 years ago
Martin Storsjö 69673138c5 rtpdec: Remove a useless ff_ prefix from a static symbol 12 years ago
Dmitry Samonenko b6bf1490da rtpdec: Support depacketizing speex 12 years ago
Samuel Pitoiset 3c19815416 rtp: Depacketization of JPEG (RFC 2435) 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Ronald S. Bultje dfb57fc596 rtpdec: Don't explicitly include unistd.h any longer 13 years ago
Martin Storsjö 89c3960544 rtpdec: Add a depacketizer for iLBC 13 years ago
Martin Storsjö 456001486e rtsp: Don't expose the MS-RTSP RTX data stream to the caller 13 years ago
Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 13 years ago
Martin Storsjö 298a587f44 rtp: Factorize the check for distinguishing RTCP packets from RTP 13 years ago
Martin Storsjö 08bddfcde5 rtpdec: Support H263 in RFC 2190 format 13 years ago
Martin Storsjö ad7beb2cac rtpdec: Use our own SSRC in the SDES field when sending RRs 13 years ago
Miroslav Slugeň 06d7325ab1 rtpdec: Add support for G726 audio 13 years ago
John Brooks 525c5b08fb rtpdec: only use RTCP for PTS when synchronizing multiple streams 13 years ago
John Brooks 12348ca25e rtpdec: unwrap RTP timestamps for PTS calculation 13 years ago
John Brooks b8a1b880ee rtpdec: Simplify finalize_packet 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Martin Storsjö bfc6db4477 rtpdec: Add ff_ prefix to all nonstatic symbols 13 years ago
John Brooks 07b77fe387 rtpdec: Read the packet length for all RTCP packet types 13 years ago
John Brooks 5d6ecf5345 rtpdec: Fix the minimum packet length for RTCP SR packets 13 years ago
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