index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
xtea.c
Age
Commit message (
Expand
)
Author
2016-05-11
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-04-07
build: Split test programs off into separate files
Diego Biurrun
2015-11-22
Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'
Derek Buitenhuis
2015-11-13
xtea: Add functions for little endian mode
Martin Storsjö
2015-10-16
avutil: undo FF_API_CRYPTO_CONTEXT deprecation
James Almer
2015-08-02
Merge commit '5d8bea3bb2357bb304f8f771a4107039037c5549'
Hendrik Leppkes
2015-07-31
xtea: add av_xtea_alloc()
James Almer
2014-04-07
xtea: Add Doxy @file and group
Timothy Gu
2013-11-03
avutil/xtea: add Doxy @file and group
Timothy Gu
2013-09-11
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-09-10
Drop pointless directory name prefixes from #includes in the current dir
Diego Biurrun
2013-08-11
avutil/xtea: make const tables static const
Michael Niedermayer
2012-12-29
xtea: fix unused variable warning for config_small
Michael Niedermayer
2012-12-05
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
Michael Niedermayer
2012-12-04
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-10-08
xtea: give constants the correct type
Michael Niedermayer
2012-10-04
Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'
Michael Niedermayer
2012-10-03
xtea: Test inplace decryption
Michael Niedermayer
2012-10-03
xtea: Fix CBC decryption when src==dst
Michael Niedermayer
2012-10-03
xtea: Factorize testing into a separate function
Martin Storsjö
2012-09-30
xtea: fix decryption with --enable-small
Giorgio Vazzana
2012-09-30
xtea: move iv decrypt handling code into xtea_crypt_ecb()
Michael Niedermayer
2012-09-30
xtea-test: test inplace decryption
Michael Niedermayer
2012-09-30
xtea: fix CBC mode when src=dst
Giorgio Vazzana
2012-09-30
xtea-test: factorize test code
Michael Niedermayer
2012-09-11
xtea: optimize core, about 4-5% faster.
Michael Niedermayer
2012-07-05
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-05
xtea: Make the count parameter match the documentation
Samuel Pitoiset
2012-07-05
xtea: invert branch and loop precedence
Luca Barbato
2012-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-04
Add XTEA encryption support in libavutil
Samuel Pitoiset