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
2012-10-23Move Doxyfile into the doc/ subdirectoryDiego Biurrun
2012-10-23doxygen: Build Doxygen documentation in the doc/ subdirectoryDiego Biurrun
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
Refactoring mmx2/mmxext YASM code with cpuflags will force renames. So switching to a consistent naming scheme beforehand is sensible. The name "mmxext" is more official and widespread and also the name of the CPU flag, as reported e.g. by the Linux kernel.
2012-01-11Fix a bunch of platform name and other typos.Diego Biurrun
2011-12-25doxy: add website-alike style to the html outputGautam Gupta
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-12-09doxy: change hue value to match our greenLuca Barbato
2011-07-14doxygen: Move function documentation into the macro generating the function.Diego Biurrun
This fixes a bunch of related warnings where Doxygen assumed that the documentation belonged to the macro and not the function.
2011-07-03Update Doxyfile to the format preferred by Doxygen 1.7.1 (via 'doxygen -u').Reinhard Tartler
This is the version available in Debian stable, so it should be a reasonable baseline that can be expected to be present on all developer machines. Moreover, this is the version that is used by the nightly cronjob that generates the online html version.
2011-07-02doxygen: be more permissive when searching for API examplesReinhard Tartler
2011-07-01doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and offsetof ↵Reinhard Tartler
macros Without this, members that have been declare with the DECLARE_ALIGNED macro don't show up at all in the generated documentation.
2011-06-30doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler
2011-03-18get rid of the last svn mentionsJanne Grunau
2011-03-16partially rename FFmpeg to LibavJanne Grunau
update mailing list references and irc channels in configure
2010-07-12Do not generate LaTeX Doxygen documentation by default.Diego Biurrun
Our general use case just requires HTML documentation, so skip the extra step. Originally committed as revision 24216 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-12Turn off the useless default chatter that doxygen prints to the console.Diego Biurrun
Originally committed as revision 24215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08Do not generate documentation for .d files; they do not contain source code.Diego Biurrun
Originally committed as revision 24122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-05Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').Diego Biurrun
This is the version available in Debian stable, so it should be a reasonable baseline that can be expected to be present on all developer machines. Originally committed as revision 24064 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-05cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'.Diego Biurrun
Originally committed as revision 24063 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-05cosmetics: Reorder config file entries to the format used by doxygen 1.5.6.Diego Biurrun
Originally committed as revision 24062 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-05Revert update of Doxygen configuration file via 'doxygen -u'.Diego Biurrun
It will be redone with some cosmetics split out in a moment. Originally committed as revision 24061 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-02Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').Diego Biurrun
This is the version available in Debian stable, so it should be a reasonable baseline that can be expected to be available on all developer machines. Originally committed as revision 23968 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-18Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård
Originally committed as revision 22593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16Exclude .svn and .git directories from doxygen documentation.Ramiro Polla
Originally committed as revision 21229 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-21Fix the spelling for the project name, from "ffmpeg" to "FFmpeg".Stefano Sabatini
Originally committed as revision 20339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-26HAVE_3DNOW --> HAVE_AMD3DNOWDiego Biurrun
Originally committed as revision 16798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-02Misc spelling fixes, prefer American over British English.Diego Biurrun
Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-13Remove intrinsics checks, they are no longer used.Diego Biurrun
partly based on a patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 6684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-15moving Doxyfile from ffmpeg/libavcodec to ffmpegMichael Niedermayer
Originally committed as revision 3318 to svn://svn.ffmpeg.org/ffmpeg/trunk