[FFmpeg-devel] FOMS 2009 FFmpeg outbrief

Reimar Döffinger Reimar.Doeffinger
Wed Jan 28 13:52:54 CET 2009


On Wed, Jan 28, 2009 at 12:37:40AM +0100, Michael Niedermayer wrote:
> On Tue, Jan 27, 2009 at 09:38:53PM +0100, Reimar D?ffinger wrote:
> > On Tue, Jan 27, 2009 at 08:34:23PM +0000, M?ns Rullg?rd wrote:
> > > libavutil/des.o:
> > > ff_des_encdec
> > > 
> > > libavutil/lzo.o:
> > > lzo1x_decode
> > [...]
> > > libavutil/rc4.o:
> > > ff_rc4_enc
> > 
> > All mine, they are not public only because I/we didn't want to commit to
> > supporting it in the future...
> 
> Will you fix it? Its pretty much thinking about if the ABI/API is optimal
> and renaming them.

The API for rc4/DES is horrible from a conceptual standpoint, it should be the same
as for AES.
But on the other hand the API of these is "optimal" for the way we
currently use it internally...
One issue is e.g. that av_aes_crypt uses count to mean 16 byte blocks,
whereas DES would work on 8 byte blocks...




More information about the ffmpeg-devel mailing list