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

2015-07-20 Thread Vesselin Bontchev
20.07.2015, 04:15, "Michael Niedermayer" : > On Mon, Jul 20, 2015 at 02:16:28AM +0300, Vesselin Bontchev wrote: >> >>  Date: Sun, 19 Jul 2015 22:25:53 +0200 >>  Subject: [PATCH] Add support for TEA (Tiny Encryption Algorithm) > > fails fate test > reference file './tests/ref/fate/tea' not found

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

2015-07-19 Thread Michael Niedermayer
On Mon, Jul 20, 2015 at 02:16:28AM +0300, Vesselin Bontchev wrote: > Thanks for all the feedback. > > Vesselin > libavutil/Makefile |3 > libavutil/tea.c | 213 > +++ > libavutil/tea.h | 71 +++ > tests/fate

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

2015-07-19 Thread Vesselin Bontchev
Thanks for all the feedback. VesselinFrom 6e427af7f9450856c5d96734647e760d1d0f7ce2 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev Date: Sun, 19 Jul 2015 22:25:53 +0200 Subject: [PATCH] Add support for TEA (Tiny Encryption Algorithm) --- libavutil/Makefile |3 + libavutil/tea.c