Re: [FFmpeg-devel] [PATCH] tools/crypto_bench: add CAST5 support

2014-10-21 Thread James Almer
On 21/10/14 8:02 AM, Michael Niedermayer wrote: > On Sat, Oct 18, 2014 at 06:10:39PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> tools/crypto_bench.c | 45 + >> 1 file changed, 45 insertions(+) > > LGTM Pushed, thanks. _

Re: [FFmpeg-devel] [PATCH] tools/crypto_bench: add CAST5 support

2014-10-21 Thread Michael Niedermayer
On Sat, Oct 18, 2014 at 06:10:39PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > tools/crypto_bench.c | 45 + > 1 file changed, 45 insertions(+) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB C

Re: [FFmpeg-devel] [PATCH] tools/crypto_bench: add CAST5 support

2014-10-20 Thread supraja reddy
Glad to hear that !! :) Supraja ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] tools/crypto_bench: add CAST5 support

2014-10-18 Thread James Almer
On 18/10/14 9:42 PM, Timothy Gu wrote: > On Sat, Oct 18, 2014 at 2:10 PM, James Almer wrote: >> Signed-off-by: James Almer >> --- >> tools/crypto_bench.c | 45 + >> 1 file changed, 45 insertions(+) >> > > Any benchmark results available? A Linux x86_

Re: [FFmpeg-devel] [PATCH] tools/crypto_bench: add CAST5 support

2014-10-18 Thread Timothy Gu
On Sat, Oct 18, 2014 at 2:10 PM, James Almer wrote: > Signed-off-by: James Almer > --- > tools/crypto_bench.c | 45 + > 1 file changed, 45 insertions(+) > Any benchmark results available? Timothy ___ ffmpeg

[FFmpeg-devel] [PATCH] tools/crypto_bench: add CAST5 support

2014-10-18 Thread James Almer
Signed-off-by: James Almer --- tools/crypto_bench.c | 45 + 1 file changed, 45 insertions(+) diff --git a/tools/crypto_bench.c b/tools/crypto_bench.c index 0f62068..6037ead 100644 --- a/tools/crypto_bench.c +++ b/tools/crypto_bench.c @@ -75,6 +75,7 @@