[FFmpeg-cvslog] tools: added twofish support

2015-02-21 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Sat Feb 21 19:23:39 2015 +0530| [daebe6319ed759980daf062f97ce983361a16292] | committer: Michael Niedermayer tools: added twofish support Signed-off-by: Supraja Meedinti Reviewed-by: Nicolas George Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] libavutil: cosmetic: inserted spaces wherever necessary

2014-12-16 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Wed Dec 17 02:19:42 2014 +0530| [abbcc68e5cefc09265d2665e507f69907cd5b8ca] | committer: Michael Niedermayer libavutil: cosmetic: inserted spaces wherever necessary Signed-off-by: Supraja Meedinti Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] libavutil: Added cbc mode to cast128

2014-12-19 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Thu Dec 18 15:44:32 2014 +0530| [4e1ecfe21476ee2631525a7d6dc2a0bc8151d0a9] | committer: Michael Niedermayer libavutil: Added cbc mode to cast128 Signed-off-by: Supraja Meedinti Previous version reviewed-by: Giorgio Vazzana Signed-off-by: Michael

[FFmpeg-cvslog] libavutil: Added Camellia symmetric block cipher

2015-01-02 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Wed Dec 31 22:08:18 2014 +0530| [c6bb651bce2b17aa4e278ee8f354fd21d08952d1] | committer: Michael Niedermayer libavutil: Added Camellia symmetric block cipher Signed-off-by: Supraja Meedinti Previous version of this patch reviewed-by: Giorgio

[FFmpeg-cvslog] libavutil: Added twofish symmetric block cipher

2015-01-28 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Mon Jan 26 00:27:20 2015 +0530| [6ad749b5335444e5ca2223997d2ab2a215363327] | committer: Michael Niedermayer libavutil: Added twofish symmetric block cipher Signed-off-by: Supraja Meedinti Reviewed-by: Giorgio Vazzana Signed-off-by: Michael

[FFmpeg-cvslog] libavutil: optimize camellia cipher

2015-02-09 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Tue Feb 10 00:34:55 2015 +0530| [9a18247ec0cfec156a1006cabe81f99c0df803dd] | committer: Michael Niedermayer libavutil: optimize camellia cipher Before the changes : lavu CAMELLIA size: 1048576 runs: 1024 time: 32.541 +- 0.044 After

[FFmpeg-cvslog] libavutil: camellia: remove unwanted memory loads

2015-02-10 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Tue Feb 10 21:42:07 2015 +0530| [8d5a8501195283e6f09f0d0b929cf2e893194df7] | committer: Michael Niedermayer libavutil: camellia: remove unwanted memory loads lavu CAMELLIA size: 1048576 runs: 1024 time: 21.549 +- 0.17 Signed-off-by

[FFmpeg-cvslog] libavutil: optimize twofish cipher

2015-02-17 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Wed Feb 18 01:06:53 2015 +0530| [092ee6cd32e45d7069555c6e5cc0f043328826c2] | committer: Michael Niedermayer libavutil: optimize twofish cipher before: lavu TWOFISH size: 1048576 runs: 1024 time: 90.052 +- 4.630 after: lavu

[FFmpeg-cvslog] tests: fate: adding fate-test for twofish

2015-02-18 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Wed Feb 18 19:01:03 2015 +0530| [4b7c26843ce9f23ff3c5e1eafac5c96f164ad68e] | committer: Michael Niedermayer tests: fate: adding fate-test for twofish Signed-off-by: Supraja Meedinti Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] libavutil: Add CAST128 symmetric block cipher

2014-10-17 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Sat Oct 18 00:10:25 2014 +0530| [0eabbe2101f1cd54ff961ebbff7b3f9ffb599208] | committer: Michael Niedermayer libavutil: Add CAST128 symmetric block cipher Only ECB mode is supported at the moment Signed-off-by: Supraja Meedinti Signed-off-by