[FFmpeg-devel] [PATCH] RTSP-MS 14/15: ASF packet parsing

Ronald S. Bultje rsbultje
Tue Mar 24 12:57:46 CET 2009


Hi,

On Wed, Mar 18, 2009 at 7:29 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> On Tue, Feb 3, 2009 at 11:46 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
>> Oops. I'll resubmit the patch prop'ed up.
>
> Attached patch (sorry it took a while) fixes this.
>
> It also adds a new function ff_rtp_merge_data_packet() as suggested in
> another thread (I forgot which one), because this mechanism is shared
> by a whole lot of RTP payloads (e.g. X-QT, which I'll submit soon, I
> hope). Basically this takes data from a RTP packet and appends it to a
> buffer until a marker bit is set on a RTP packet, at which point it is
> returned by the demuxer (this is the mechanism by which small UDP/RTP
> packets can make up one big video frame, for example).

Ping? Luca (Abeni), could you review the merge function? Michael,
could you review the packet parsing code? I'd like this patch in, it's
the final one to get rtp_asf.c support going (along with the one-line
change in the asf demuxer).

Ronald



More information about the ffmpeg-devel mailing list