August 25, 2010
View 7f3468d

rtp: Replace hardcoded RTCP packet types with defines

Josh Allmann authored on 2010/08/25 18:15:31
August 9, 2010
View b5c4bb9

rtpenc_xiph: Set the ident value via a define

Martin Storsjö authored on 2010/08/09 19:31:59
March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
March 1, 2009
View 3aa7ac6

Document ff_rtp_codec_id()

Luca Abeni authored on 2009/03/01 04:34:50
View d3da8a4

Fix typo in a comment

Luca Abeni authored on 2009/03/01 03:23:19
View c3efd98

Document ff_rtp_enc_name()

Luca Abeni authored on 2009/03/01 03:21:43
View d3a5794

Document ff_rtp_get_codec_info()

Luca Abeni authored on 2009/03/01 02:24:56
February 17, 2009
View bf6d981

Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not a static function

Luca Abeni authored on 2009/02/17 17:12:51
View e5f483c

Move to rtp.h the prototypes of all the functions defined in rtp.c

Luca Abeni authored on 2009/02/17 17:09:34
February 16, 2009
View b0a880b

Document ff_rtp_get_payload_type()

Luca Abeni authored on 2009/02/16 19:21:14
View 0550b58

Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not a static function

Luca Abeni authored on 2009/02/16 18:36:21
February 7, 2009
View 18c7b35

Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore

Luca Abeni authored on 2009/02/07 05:42:21
February 6, 2009
View 302879c

Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h

Luca Abeni authored on 2009/02/06 19:35:52
View 1a45a9f

Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument to the parse_packet() function pointer in RTPDynamicProtocolHandlers. This allows these functions to peek back and retrieve values from the demuxer's context (or RTSPState). The ASF/RTP payload parser will use this to be able to parse SDP values (which occur even before the payload ID is given), store them in the RTSPState and then retrieve them while parsing payload data. See "[PATCH] RTSP-MS 13/15: add RTSP demuxer AVFormatContext to parse_packet() function pointer (was: transport context)" mailinglist thread.

Ronald S. Bultje authored on 2009/02/06 10:37:19
February 5, 2009
View 21da81d

Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c does not need to abuse read_buf_index

Luca Abeni authored on 2009/02/05 23:53:25