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
2017-05-14Update for 3.3.1Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-12Update for 3.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
Thanks to Mathieu Malaterre <malat@debian.org> for reporting the Que/Queue typo. (https://bugs.debian.org/839542) Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2016-08-03avutil/hash: Add more detailed Doxygen documentationTimothy Gu
2016-08-03Doxyfile: Set STRIP_FROM_INC_PATH to project rootTimothy Gu
Show proper #include's on struct pages. Before: #include <buffer.h> After #include <libavutil/buffer.h>
2016-08-01Doxygen: Re-enable JAVADOC_AUTOBRIEFTimothy Gu
2016-07-31Doxyfile: Reset unused options back to defaultTimothy Gu
Silences a few warnings.
2016-07-31doxygen: Remove outdated EXPAND_AS_DEFINEDTimothy Gu
2016-07-30doxygen: Set tab size to 4Timothy Gu
2016-07-30doxygen: Update Doxyfile for Doxygen 1.8.8Timothy Gu
2016-07-30doxygen: Fix PREDEFINED syntaxTimothy Gu
2016-03-29fix some a/an typosLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2015-09-18avutil/attributes: add AV_GCC_VERSION_AT_MOSTJames Almer
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2014-07-08doc/Doxyfile: use 5 columns for alphabetical indexMichael Niedermayer
This reverts a hunk from 671005558a295945f5d4cfd1abca6832af479c0b Reduces diff to what we use on the server Suggested-by: Timothy Gu Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-05Doxyfile: imitate gcc for better libavutil/attributes.h documentationTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-04Doxyfile: enable browser-based search engineTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-14Merge commit 'e6c175dfd51e4b0e6deeae72cd8a161b22af3492'Michael Niedermayer
* commit 'e6c175dfd51e4b0e6deeae72cd8a161b22af3492': Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.sh Conflicts: doc/Doxyfile See: 7d0ca5b7e43676cc23834ccd19d40744f7328b77 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-14Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.shDiego Biurrun
2013-08-12Fix wrong use of "an" in some comments.Thilo Borgmann
2013-07-10Update back for git mastern2.1-devMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-10Update for 2.0Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-24Merge commit 'e69222c50755030eef921e899e38b71a111093d9'Michael Niedermayer
* commit 'e69222c50755030eef921e899e38b71a111093d9': doxy: enable TYPEDEF_HIDES_STRUCT Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-18Merge commit 'e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae'Michael Niedermayer
* commit 'e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae': doxy: don't sort struct members alphabetically Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-17doxy: don't sort struct members alphabeticallyAnton Khirnov
The declaration order is more meanigful in most cases.
2013-04-01doxygen: dont strip code commentsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
* 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>
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-16Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd'Michael Niedermayer
* 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>
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-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
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-25Doxyfile: update examples path and patternsStefano Sabatini
2012-10-24doxygen: disable header/footer/stylesheetMichael Niedermayer
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>
2012-10-24Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'Michael Niedermayer
* 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>
2012-10-23Move Doxyfile into the doc/ subdirectoryDiego Biurrun