Re: [FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-19 Thread Michael Niedermayer
On Fri, Dec 19, 2014 at 11:33:04AM +0530, supraja reddy wrote: > Updated patch . > > Thanks, > > Supraja > > On Fri, Dec 19, 2014 at 3:01 AM, Giorgio Vazzana wrote: [...] > > the rest LGTM, thanks. patch applied maybe the Changelog should be updated to mention CBC thanks [...] -- Michael

Re: [FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-18 Thread supraja reddy
Updated patch . Thanks, Supraja On Fri, Dec 19, 2014 at 3:01 AM, Giorgio Vazzana wrote: > > 2014-12-18 11:09 GMT+01:00 supraja reddy : > > Sorry for the mistake . I seem to have got cbc completely wrong. > > I have made the changes . Please let me know if there is anything > missing. > > > From

Re: [FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-18 Thread Giorgio Vazzana
2014-12-18 11:09 GMT+01:00 supraja reddy : > Sorry for the mistake . I seem to have got cbc completely wrong. > I have made the changes . Please let me know if there is anything missing. > From 0bf794bc43ed7055f83bcd07cb5c1e2f4445e813 Mon Sep 17 00:00:00 2001 > From: Supraja Meedinti > Date: Thu,

Re: [FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-18 Thread supraja reddy
Sorry for the mistake . I seem to have got cbc completely wrong. I have made the changes . Please let me know if there is anything missing. Supraja On Thu, Dec 18, 2014 at 2:57 PM, Giorgio Vazzana wrote: > > Hello, > > 2014-12-17 19:53 GMT+01:00 supraja reddy : > > I hope this fixes all the issu

Re: [FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-18 Thread Giorgio Vazzana
Hello, 2014-12-17 19:53 GMT+01:00 supraja reddy : > I hope this fixes all the issues . > From 16c8db86ebf92f68a8a750dcbe5e3598a8bd69b5 Mon Sep 17 00:00:00 2001 > From: Supraja Meedinti > Date: Thu, 18 Dec 2014 00:17:45 +0530 > Subject: [PATCH] libavutil: Added cbc mode to cast128 > > Signed-off-

Re: [FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-17 Thread supraja reddy
I hope this fixes all the issues . Supraja On Wed, Dec 17, 2014 at 10:54 PM, Giorgio Vazzana wrote: > > Hello, > > 2014-12-17 10:27 GMT+01:00 Carl Eugen Hoyos : > > supraja reddy gmail.com> writes: > > > >> -- CAST128 symmetric block cipher, ECB mode > >> +- CAST128 symmetric block cipher > > >

Re: [FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-17 Thread Giorgio Vazzana
Hello, 2014-12-17 10:27 GMT+01:00 Carl Eugen Hoyos : > supraja reddy gmail.com> writes: > >> -- CAST128 symmetric block cipher, ECB mode >> +- CAST128 symmetric block cipher > > This line is part of the "2.5" paragraph, please > do not change this paragraph as 2.5 was already > released. > >> -vo

Re: [FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-17 Thread Carl Eugen Hoyos
supraja reddy gmail.com> writes: > -- CAST128 symmetric block cipher, ECB mode > +- CAST128 symmetric block cipher This line is part of the "2.5" paragraph, please do not change this paragraph as 2.5 was already released. > -void av_cast5_crypt(struct AVCAST5 *ctx, uint8_t *dst, > const uint

[FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-16 Thread supraja reddy
Hi , Attached patch adds cbc mode to the existing code. Supraja From 3255d0bbaf31bf3c39b0e22882e52b34882f37d4 Mon Sep 17 00:00:00 2001 From: Supraja Meedinti Date: Wed, 17 Dec 2014 10:16:43 +0530 Subject: [PATCH] libavutil: Added cbc mode to cast128 Signed-off-by: Supraja Meedinti --- Changel