[FFmpeg-devel] H.263 packetizing into RTP

Martin Storsjö martin
Tue Apr 7 00:29:36 CEST 2009


On Mon, 6 Apr 2009, Michael Niedermayer wrote:

> On Mon, Apr 06, 2009 at 11:24:16PM +0300, Martin Storsj? wrote:
> > 
> > I implemented two different alternatives of this; one searching forward 
> > using ff_h263_find_resync_marker and uses the last one found, the other 
> > alternative uses a local reimplementation of the function searching in 
> > reverse direction, which is potentially a bit more efficient since it 
> > doesn't necessarily have to search through the whole frame each time.
> > 
> > Which one of these do you prefer?
> 
> the reverse search one

Luca, as far as I can see, this one should be ok to include now, after 
polishing it up with some copyright and license headers.

// Martin



More information about the ffmpeg-devel mailing list