Skip to content

Commit

Permalink
libavutil: Add CAST128 symmetric block cipher
Browse files Browse the repository at this point in the history
Only ECB mode is supported at the moment

Signed-off-by: Supraja Meedinti <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
Supraja Meedinti authored and michaelni committed Oct 17, 2014
1 parent 2c4d6a3 commit 0eabbe2
Show file tree
Hide file tree
Showing 5 changed files with 616 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version <next>:
- HEVC/H.265 RTP payload format (draft v6) packetizer
- SUP/PGS subtitle demuxer
- ffprobe -show_pixel_formats option
- CAST128 symmetric block cipher, ECB mode

version 2.4:
- Icecast protocol
Expand Down
3 changes: 3 additions & 0 deletions libavutil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ HEADERS = adler32.h \
bprint.h \
bswap.h \
buffer.h \
cast5.h \
channel_layout.h \
common.h \
cpu.h \
Expand Down Expand Up @@ -82,6 +83,7 @@ OBJS = adler32.o \
blowfish.o \
bprint.o \
buffer.o \
cast5.o \
channel_layout.o \
cpu.o \
crc.o \
Expand Down Expand Up @@ -151,6 +153,7 @@ TESTPROGS = adler32 \
base64 \
blowfish \
bprint \
cast5 \
cpu \
crc \
des \
Expand Down
Loading

0 comments on commit 0eabbe2

Please sign in to comment.