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 (Expand)Author
2022-03-16avutil/attributes: add support for clang in AV_NOWARN_DEPRECATEDJames Almer
2020-05-30avutil/attributes: Fix too many warning: false is not defined [-Wundef]Limin Wang
2020-05-27Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.Dale Curtis
2017-10-21Merge commit '8e2346154e6d58b733fd20326ce706f82fd91b3e'James Almer
2017-10-21Merge commit '3aa9c523e9cf4f4a5e239ac737281e096c884907'James Almer
2017-03-22libavutil: Hook up the rest of the gcc specific attributes to clang as wellMartin Storsjö
2017-03-22libavutil: Define the noreturn attribute for clang in MSVC mode as wellMartin Storsjö
2017-02-02Merge commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5'Clément Bœsch
2016-07-21libavutil: Always use some GCC style attributes on clangMartin Storsjö
2015-10-05avutil/attributes: add av_warn_unused_resultGanesh Ajjanagadde
2015-09-18avutil/attributes: add AV_GCC_VERSION_AT_MOSTJames Almer
2015-02-17avutil/attributes: Add () to protect the AV_GCC_VERSION_AT_LEAST() argumentsMichael Niedermayer
2013-11-03Merge commit '5858a67f135a7395c548482c73cf3d39bcdd3022'Michael Niedermayer
2013-11-03attributes: disable flatten on llvm/clangVittorio Giovara
2013-09-21lavu/attributes: Don't define av_restrictAlex Smith
2013-09-20Merge commit '33b88f2a4ae54d5397c45e39a5326289ebdc7747'Michael Niedermayer
2013-09-20msvc/icl: Use __declspec(noinline)Alex Smith
2013-09-20msvc/icl: Use __declspec(deprecated)Alex Smith
2013-09-07lavu: provide msvc implementation of attribute_deprecatedKirill Gavrilov
2012-07-16lavu: disable av_uninit for clangPaul B Mahol
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03attributes: add av_noreturnReinhard Tartler
2012-07-03attributes: drop pointless define guardsReinhard Tartler
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-30attributes: Add a definition of av_always_inline for MSVCRonald S. Bultje
2012-06-17attributes: move av_restrict fallback from internal to attributesMichael Niedermayer
2012-06-17enable C99-external_inline for iclJ. Bohl
2012-06-15revert "extern inline" usageMichael Niedermayer
2012-06-15new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl
2011-11-11avutil: add av_noreturnMichael Niedermayer
2011-09-25lavu/attributes: introduce AV_NOWARN_DEPRECATED.Nicolas George
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-23Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Remove unnecessary icc version checksMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-02Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard
2010-11-10Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos
2010-05-13av_alias is an attribute and belongs to attributes.hMichael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-02av_builtin_constant_p()Michael Niedermayer
2010-03-09Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård