summaryrefslogtreecommitdiff
path: root/doc/Doxyfile
Commit message (Collapse)AuthorAge
* Fix wrong use of "an" in some comments.Thilo Borgmann2013-08-12
|
* Update back for git masterMichael Niedermayer2013-07-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Update for 2.0Michael Niedermayer2013-07-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'e69222c50755030eef921e899e38b71a111093d9'Michael Niedermayer2013-05-24
|\ | | | | | | | | | | | | * commit 'e69222c50755030eef921e899e38b71a111093d9': doxy: enable TYPEDEF_HIDES_STRUCT Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doxy: enable TYPEDEF_HIDES_STRUCTAnton Khirnov2013-05-24
| | | | | | | | | | | | This means that typedef struct SomeStruct {...} SomeStruct will only be documented as SomeStruct in the doxy, without a pointless entry in the typedefs list.
* | Merge commit 'e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae'Michael Niedermayer2013-05-18
|\| | | | | | | | | | | | | * commit 'e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae': doxy: don't sort struct members alphabetically Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doxy: don't sort struct members alphabeticallyAnton Khirnov2013-05-17
| | | | | | | | The declaration order is more meanigful in most cases.
* | doxygen: dont strip code commentsMichael Niedermayer2013-03-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '511cf612ac979f536fd65e14603a87ca5ad435f3': miscellaneous typo fixes Conflicts: libavcodec/4xm.c libavcodec/lagarith.c libavcodec/parser.c libavcodec/ratecontrol.c libavcodec/shorten.c libavcodec/vda_h264.c libavformat/dvenc.c libavformat/wtv.c tools/patcheck Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * miscellaneous typo fixesDiego Biurrun2012-12-21
| |
* | Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd'Michael Niedermayer2012-11-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd': APIChanges: add entry for av_read_packet deprecation mxfdec: fix typo in mxf_read_seek() avserver: use freopen to redirect stdin/out/err to /dev/null avserver: remove daemon mode configure: Check for -Werror parameters on clang doxygen: remove obsolete options from Doxyfile configure: Add option to disable all command line programs Conflicts: Changelog configure doc/APIchanges doc/ffserver.conf doc/ffserver.texi ffserver.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doxygen: remove obsolete options from DoxyfileJanne Grunau2012-11-15
| | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: configure: fix tests for 2-arg math functions doc: git-howto: Clarify comment about pushing series of commits ivi_common: Drop unused function parameter from decode_band() cook: Remove some silly Doxygen comments cook: Remove senseless maybe_reformat_buffer32() function cook: cosmetics: Better names for joint_decode() function parameters cook: cosmetics: Better name for ccpl COOKSubpacket member doxygen: Add av_alloc_size to list of predefined macros doxygen: Drop some pointless entries from PREDEFINED macros list h263: avoid memcpys over array bound in motion vector caching for obmc Conflicts: configure doc/git-howto.texi libavcodec/cook.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doxygen: Add av_alloc_size to list of predefined macrosDiego Biurrun2012-10-26
| | | | | | | | This avoids Doxygen believing the attribute is the function name.
| * doxygen: Drop some pointless entries from PREDEFINED macros listDiego Biurrun2012-10-26
| |
* | Doxyfile: update examples path and patternsStefano Sabatini2012-10-24
| |
* | doxygen: disable header/footer/stylesheetMichael Niedermayer2012-10-24
| | | | | | | | | | | | | | | | They dont work at all and trash the output totally also they are unmaintained -> that is if you want to maintain them contact us ! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'Michael Niedermayer2012-10-24
|/ | | | | | | | | | | | | | | | | * commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881': lavc: fix documentation for AVCodecContext.delay atrac3: return an error if extradata_size is not a specific known size lavc: use the correct API version guard macro for avcodec_encode_audio() Move Doxyfile into the doc/ subdirectory doxygen: Build Doxygen documentation in the doc/ subdirectory dfa: use av_memcpy_backptr() where previously impossible av_memcpy_backptr: Drop no longer necessary malloc padding Conflicts: .gitignore libavcodec/avcodec.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Move Doxyfile into the doc/ subdirectoryDiego Biurrun2012-10-23