[FFmpeg-devel] [PATCH v1] Add support for TEA (Tiny Encryption Algorithm)

2015-07-19 Thread Vesselin Bontchev
Hi, I need support for TEA (Tiny Encryption Algorithm) in FFmpeg for my upcoming patch (which makes Audible AA files playable). Thanks, VesselinFrom 491afe746e3a1f723798224ee56fd57a028ed4da Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev Date: Sun, 19 Jul 2015 22:25:53 +0200 Subject: [PATCH] A

Re: [FFmpeg-devel] [PATCH v1] Add support for TEA (Tiny Encryption Algorithm)

2015-07-19 Thread James Almer
On 19/07/15 6:08 PM, Vesselin Bontchev wrote: > diff --git a/libavutil/tea.h b/libavutil/tea.h > new file mode 100644 > index 000..1db6987 > --- /dev/null > +++ b/libavutil/tea.h > @@ -0,0 +1,66 @@ > +/* > + * A 32-bit implementation of the TEA algorithm > + * Copyright (c) 2015 Vesselin Bontch