]> git.sesse.net Git - ffmpeg/history - libavutil/xtea.c
h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()
[ffmpeg] / libavutil / xtea.c
2016-04-07 Diego Biurrunbuild: Split test programs off into separate files
2015-11-13 Martin Storsjöxtea: Add functions for little endian mode
2015-07-31 James Almerxtea: add av_xtea_alloc()
2014-04-06 Timothy Guxtea: Add Doxy @file and group
2013-09-10 Diego BiurrunDrop pointless directory name prefixes from #includes...
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-03 Michael Niedermayerxtea: Test inplace decryption
2012-10-03 Michael Niedermayerxtea: Fix CBC decryption when src==dst
2012-10-03 Martin Storsjöxtea: Factorize testing into a separate function
2012-07-05 Samuel Pitoisetxtea: Make the count parameter match the documentation
2012-07-05 Luca Barbatoxtea: invert branch and loop precedence
2012-07-04 Samuel PitoisetAdd XTEA encryption support in libavutil