Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-03Add support for 3DES to DES moduleReimar Döffinger
Originally committed as revision 16971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-03Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger
Originally committed as revision 16970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
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
2008-03-19add missing #include "common.h" to libavutil headersMåns Rullgård
Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng
in libavutil. Fix a compilation failure in r12489. Originally committed as revision 12498 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-18revert r12489.Benoit Fouet
Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-18Pure, const and malloc attributes to libavutil.Zuxy Meng
Patch by Zuxy Meng: zuxy meng gmail com Original thread: [FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil Date: 03/18/2008 6:09 AM Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-26This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross
stdint.h. This has the sideeffect of fixing the build on Interix. patch by Pete Ross, pross xvid org Originally committed as revision 12225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-24Add missing #includes to fix 'make checkheaders'.Diego Biurrun
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-20Document ff_des_encdecReimar Döffinger
Originally committed as revision 10822 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-19cosmetics: Add #endif comment.Diego Biurrun
Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-19Add support for DES en- and decryption.Reimar Döffinger
Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk