[FFmpeg-cvslog] r10723 - in trunk/libavutil: Makefile rc4.c rc4.h

Reimar Döffinger Reimar.Doeffinger
Sun Oct 14 09:08:33 CEST 2007


Hello,
On Sun, Oct 14, 2007 at 02:07:41AM +0200, Aurelien Jacobs wrote:
> On Sat, 13 Oct 2007 12:42:11 +0200 (CEST)
> reimar <subversion at mplayerhq.hu> wrote:
> 
> > Author: reimar
> > Date: Sat Oct 13 12:42:11 2007
> > New Revision: 10723
> > 
> > Log:
> > Add RC4 encryption/decryption function
> > 
> > [...]
> > 
> > Added: trunk/libavutil/rc4.h
> > ==============================================================================
> > --- (empty file)
> > +++ trunk/libavutil/rc4.h	Sat Oct 13 12:42:11 2007
> > @@ -0,0 +1 @@
> > +void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
> 
> Multiple inclusion protection welcome.

I'll add them if someone gives a reason why they wouldn't be a
completely useless waste of bytes ;-)

Greetings,
Reimar D?ffinger




More information about the ffmpeg-cvslog mailing list