summaryrefslogtreecommitdiff
path: root/libavutil/attributes.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/attributes: add support for clang in AV_NOWARN_DEPRECATEDJames Almer2022-03-161-1/+1
* avutil/attributes: Fix too many warning: false is not defined [-Wundef]Limin Wang2020-05-301-1/+1
* Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.Dale Curtis2020-05-271-0/+6
* Merge commit '8e2346154e6d58b733fd20326ce706f82fd91b3e'James Almer2017-10-211-6/+6
|\
| * libavutil: Hook up the rest of the gcc specific attributes to clang as wellMartin Storsjö2017-03-221-6/+6
* | Merge commit '3aa9c523e9cf4f4a5e239ac737281e096c884907'James Almer2017-10-211-1/+1
|\ \ | |/
| * libavutil: Define the noreturn attribute for clang in MSVC mode as wellMartin Storsjö2017-03-211-1/+1
* | Merge commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5'Clément Bœsch2017-02-021-3/+2
|\ \ | |/
| * libavutil: Always use some GCC style attributes on clangMartin Storsjö2016-07-211-2/+2
* | avutil/attributes: add av_warn_unused_resultGanesh Ajjanagadde2015-10-051-0/+6
* | avutil/attributes: add AV_GCC_VERSION_AT_MOSTJames Almer2015-09-181-0/+2
* | avutil/attributes: Add () to protect the AV_GCC_VERSION_AT_LEAST() argumentsMichael Niedermayer2015-02-171-1/+1
* | Merge commit '5858a67f135a7395c548482c73cf3d39bcdd3022'Michael Niedermayer2013-11-031-1/+1
|\ \ | |/
| * attributes: disable flatten on llvm/clangVittorio Giovara2013-11-031-1/+1
* | lavu/attributes: Don't define av_restrictAlex Smith2013-09-211-4/+0
* | Merge commit '33b88f2a4ae54d5397c45e39a5326289ebdc7747'Michael Niedermayer2013-09-201-0/+2
|\ \ | |/
| * msvc/icl: Use __declspec(noinline)Alex Smith2013-09-201-0/+2
| * msvc/icl: Use __declspec(deprecated)Alex Smith2013-09-201-0/+2
* | lavu: provide msvc implementation of attribute_deprecatedKirill Gavrilov2013-09-061-0/+8
* | lavu: disable av_uninit for clangPaul B Mahol2012-07-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-28/+6
|\ \ | |/
| * attributes: add av_noreturnReinhard Tartler2012-07-031-0/+6
| * attributes: drop pointless define guardsReinhard Tartler2012-07-031-22/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-301-0/+2
|\ \ | |/
| * attributes: Add a definition of av_always_inline for MSVCRonald S. Bultje2012-06-301-0/+2
* | attributes: move av_restrict fallback from internal to attributesMichael Niedermayer2012-06-171-0/+4
* | enable C99-external_inline for iclJ. Bohl2012-06-171-0/+4
* | revert "extern inline" usageMichael Niedermayer2012-06-151-4/+0
* | new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl2012-06-151-0/+8
* | avutil: add av_noreturnMichael Niedermayer2011-11-111-0/+8
* | lavu/attributes: introduce AV_NOWARN_DEPRECATED.Nicolas George2011-09-251-0/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-0/+2
|\ \ | |/
| * Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö2011-06-231-0/+2
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-3/+3
|\ \ | |/
| * Remove unnecessary icc version checksMans Rullgard2011-03-231-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-311-0/+13
* | Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos2011-03-021-4/+4
* | Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-311-0/+13
|/
* Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos2010-11-101-1/+1
* av_alias is an attribute and belongs to attributes.hMichael Niedermayer2010-05-131-0/+8
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* av_builtin_constant_p()Michael Niedermayer2010-04-021-0/+6
* Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård2010-03-081-0/+107