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
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