[FFmpeg-cvslog] r19516 - in trunk: Changelog libavformat/rtp_asf.c libavformat/rtsp.h

Diego Biurrun diego
Mon Jul 27 16:07:58 CEST 2009


On Mon, Jul 27, 2009 at 04:00:10PM +0200, rbultje wrote:
> 
> Log:
> Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See
> discussion in "[PATCH] RTSP-MS 14/15: ASF packet parsing" thread on mailinglist.
> 
> --- trunk/libavformat/rtp_asf.c	Mon Jul 27 15:01:44 2009	(r19515)
> +++ trunk/libavformat/rtp_asf.c	Mon Jul 27 16:00:10 2009	(r19516)
> @@ -27,11 +27,73 @@
>  
> +static int
> +rtp_asf_fix_header(uint8_t *buf, int len)

ugly

> @@ -79,12 +145,142 @@ asfrtp_parse_sdp_line (AVFormatContext *
>  
> +static int
> +asfrtp_parse_packet (AVFormatContext *s, PayloadContext *asf, AVStream *st,
> +                     AVPacket *pkt, uint32_t *timestamp,
> +                     const uint8_t *buf, int len, int flags)

double ugly

Diego



More information about the ffmpeg-cvslog mailing list