summaryrefslogtreecommitdiff
path: root/libavformat/asfcrypt.h
Commit message (Collapse)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
| | | | Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add #endif comment.Aurelien Jacobs2007-10-21
| | | | Originally committed as revision 10829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for decrypting asf filesReimar Döffinger2007-10-20
Originally committed as revision 10821 to svn://svn.ffmpeg.org/ffmpeg/trunk