summaryrefslogtreecommitdiff
path: root/libavformat/asfcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/asfcrypt: Fix wrong array length in function declarationAndreas Rheinhardt2022-07-231-2/+2
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+2
* Merge commit '10de408738d28ab17aa5c1fdccd809b0637c12d5'Hendrik Leppkes2015-09-161-8/+18
|\
| * lavf: Update to the new crypto APIVittorio Giovara2015-09-131-8/+18
* | Merge commit '48a4ffa722c0874b251de9d201babed52cef0bcb'Michael Niedermayer2013-02-061-26/+36
|\ \ | |/
| * asf: K&R formatting cosmeticsDiego Biurrun2013-02-061-26/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-2/+1
|\ \ | |/
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-18/+18
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-18/+18
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* asfcrypt: fix unaligned accesses with armccMåns Rullgård2010-08-241-3/+3
* asfcrypt: fix unaligned read in ff_asfcrypt_dec()Måns Rullgård2010-08-231-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-1/+1
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-031-5/+8
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-5/+6
* Add support for decrypting asf filesReimar Döffinger2007-10-201-0/+172