[FFmpeg-devel] [PATCH] Function to parse Dirac sequence header

Diego Biurrun diego
Fri Nov 28 17:33:07 CET 2008


On Tue, Nov 11, 2008 at 07:07:29PM +0200, Kostya wrote:
> On Tue, Nov 11, 2008 at 04:26:48PM +0100, Michael Niedermayer wrote:
> > On Tue, Nov 11, 2008 at 04:03:37PM +0100, Diego Biurrun wrote:
> [...]
> > > 
> > > So, do we have a sensible suggestion?
> > 
> > There are many suggestions sadly i think each has some arguments against it.
> > h26L_get_u_uvlc()
> > h26L_get_ue_golomb()    (more consistant with the very similar H264 one)
> > get_interleaved_ue_golomb() (long and some may argue against "golomb")
> > get_iue_golomb()
> > get_rue_golomb() (r being reversible here, that is the interleaved vlcs can be
> >                   decoded right to left)
> 
> IMO, get_{interleaved,reversible}_ue() would be better since it's not that long,
> clear enough and does not pile (hey, even H.264 spec uses ue() convention).

Is this acceptable for everybody?

Diego




More information about the ffmpeg-devel mailing list