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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-14doxygen: Set EXAMPLE_PATH from within doxy-wrapper.shDiego Biurrun
This allows using the libav source path as the example path.
2014-02-14Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.shDiego Biurrun
2013-05-24doxy: enable TYPEDEF_HIDES_STRUCTAnton Khirnov
This means that typedef struct SomeStruct {...} SomeStruct will only be documented as SomeStruct in the doxy, without a pointless entry in the typedefs list.
2013-05-17doxy: don't sort struct members alphabeticallyAnton Khirnov
The declaration order is more meanigful in most cases.
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-15doxygen: remove obsolete options from DoxyfileJanne Grunau
The options USE_INLINE_TREES, SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS became obsolete with doxygen 1.8.1 (releaded 2012-05-19). The generated outpu for older doxygen versions should not change since they were set to the default value.
2012-10-26doxygen: Add av_alloc_size to list of predefined macrosDiego Biurrun
This avoids Doxygen believing the attribute is the function name.
2012-10-26doxygen: Drop some pointless entries from PREDEFINED macros listDiego Biurrun
2012-10-23Move Doxyfile into the doc/ subdirectoryDiego Biurrun