116 Commits (90c02ae1429b7f50cefdaeeca04b51f978cd1921)

Author SHA1 Message Date
  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
  Miroslav Slugeň df9c1cfb48 libavformat: add support for G726 audio decoder in RTP and RTSP streams 13 years ago
  Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
  Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
  John Brooks c1847c932b Correct buffer handling for RTCP packets 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 e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
  Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
  Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
  Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
  Diego Elio Pettenò 53d3f66bae Make RTPFirstDynamicPayloadHandler static to rtpdec.c 14 years ago
  Diego Elio Pettenò c2ec089c5a Make ff_realmedia_mp3_dynamic_handler static. 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