October 29, 2013
View d3e1325

Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'

Michael Niedermayer authored on 2013/10/29 19:06:24
October 28, 2013
View feeafb4

lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects

Anton Khirnov authored on 2013/10/28 15:31:13
July 15, 2011
View 5dc6bd86

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/07/15 03:44:58
July 2, 2011
View 96c1e6d

doxygen: Make sure parameter names match between .c and .h files.

Diego Biurrun authored on 2011/07/02 21:47:34
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
October 2, 2010
View ad4ad27

rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer

Martin Storsjö authored on 2010/10/02 02:43:27
July 2, 2010
View 0baf34d

Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.

Diego Biurrun authored on 2010/07/02 21:48:32
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
January 7, 2009
View 7c68a17

Parse the OpaqueData field for every AVStream represented by this "set of streams" (a single RTSPStream / RDTDemuxContext can represent several AVStreams, that's just how Real/RDT was designed...). This will fill in most of the AVStream/AVCodecContext header fields, similar to reading a RM file header would. See "[PATCH] multi-stream MDPR parsing" thread on mailinglist.

Ronald S. Bultje authored on 2009/01/07 23:45:13
View 3ca4542

Parse the ASMRuleBook SDP line to dynamically create one new AVStream for each "rule" described in the ASMRuleBook. Each rule represents a stream of identical content compared to other streams in the same rulebook, but with a possibly different codec/bitrate/etc. See "[PATCH] rdt.c: ASM rulebook parsing and AVStream creation" thread on mailinglist.

Ronald S. Bultje authored on 2009/01/07 23:38:44
December 1, 2008
View 79a1f3c

document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia patches #2" thread.

Ronald S. Bultje authored on 2008/12/01 05:40:04
View e0d1eab

Change function prototype from taking an AVStream to taking an index to the stream itself, plus a name change to signify that there may be multiple AVStreams per RDT set. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML.

Ronald S. Bultje authored on 2008/12/01 05:39:16
November 16, 2008
View 108cd24

Make function comment a bit more linguistically correct.

Ronald S. Bultje authored on 2008/11/16 05:43:57
View 114732f

Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in "[PATCH] RDT/Realmedia patches #2" thread.

Ronald S. Bultje authored on 2008/11/16 05:41:59
November 15, 2008
View 239dec2

Rename variables in ff_rdt_parse_header() and callers to match the comment documentation in that function. See discussion on ML in the "[PATCH] RDT/Realmedia patches #2" thread.

Ronald S. Bultje authored on 2008/11/15 11:22:47