summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-21lavu/attributes: Don't define av_restrictAlex Smith1-4/+0
2013-09-20Merge commit '33b88f2a4ae54d5397c45e39a5326289ebdc7747'Michael Niedermayer1-0/+2
2013-09-20msvc/icl: Use __declspec(noinline)Alex Smith1-0/+2
2013-09-20msvc/icl: Use __declspec(deprecated)Alex Smith3-4/+15
2013-09-06lavu: provide msvc implementation of attribute_deprecatedKirill Gavrilov1-0/+8
2012-07-16lavu: disable av_uninit for clangPaul B Mahol1-1/+1
2012-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-100/+185
2012-07-03attributes: add av_noreturnReinhard Tartler2-1/+7
2012-07-03attributes: drop pointless define guardsReinhard Tartler1-22/+0
2012-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer14-30/+141
2012-06-30attributes: Add a definition of av_always_inline for MSVCRonald S. Bultje1-0/+2
2012-06-17attributes: move av_restrict fallback from internal to attributesMichael Niedermayer2-4/+4
2012-06-17enable C99-external_inline for iclJ. Bohl1-0/+4
2012-06-15revert "extern inline" usageMichael Niedermayer1-4/+0
2012-06-15new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl2-2/+10
2011-11-11avutil: add av_noreturnMichael Niedermayer1-0/+8
2011-09-25lavu/attributes: introduce AV_NOWARN_DEPRECATED.Nicolas George1-0/+18
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö3-1/+6
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer31-154/+345
2011-03-23Remove unnecessary icc version checksMans Rullgard3-5/+5
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-02Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos3-7/+7
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard3-15/+14
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard3-15/+14
2010-11-10Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos3-3/+3
2010-05-13av_alias is an attribute and belongs to attributes.hMichael Niedermayer2-8/+8
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-04-02av_builtin_constant_p()Michael Niedermayer1-0/+6
2010-03-08Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård3-78/+109