History | View | Annotate | Download (57.7 KB)
Do not generate LaTeX Doxygen documentation by default.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
Turn off the useless default chatter that doxygen prints to the console.
Originally committed as revision 24215 to svn://svn.ffmpeg.org/ffmpeg/trunk
Do not generate documentation for .d files; they do not contain source code.
Originally committed as revision 24122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').
This is the version available in Debian stable, so it should be a reasonablebaseline that can be expected to be present on all developer machines.
Originally committed as revision 24064 to svn://svn.ffmpeg.org/ffmpeg/trunk
cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'.
Originally committed as revision 24063 to svn://svn.ffmpeg.org/ffmpeg/trunk
cosmetics: Reorder config file entries to the format used by doxygen 1.5.6.
Originally committed as revision 24062 to svn://svn.ffmpeg.org/ffmpeg/trunk
Revert update of Doxygen configuration file via 'doxygen -u'.It will be redone with some cosmetics split out in a moment.
Originally committed as revision 24061 to svn://svn.ffmpeg.org/ffmpeg/trunk
This is the version available in Debian stable, so it should be a reasonablebaseline that can be expected to be available on all developer machines.
Originally committed as revision 23968 to svn://svn.ffmpeg.org/ffmpeg/trunk
Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
Originally committed as revision 22593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Exclude .svn and .git directories from doxygen documentation.
Originally committed as revision 21229 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix the spelling for the project name, from "ffmpeg" to "FFmpeg".
Originally committed as revision 20339 to svn://svn.ffmpeg.org/ffmpeg/trunk
HAVE_3DNOW --> HAVE_AMD3DNOW
Originally committed as revision 16798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Misc spelling fixes, prefer American over British English.
Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove intrinsics checks, they are no longer used.partly based on a patch by Zuxy Meng, zuxy.meng gmail com
Originally committed as revision 6684 to svn://svn.ffmpeg.org/ffmpeg/trunk
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
moving Doxyfile from ffmpeg/libavcodec to ffmpeg
Originally committed as revision 3318 to svn://svn.ffmpeg.org/ffmpeg/trunk