summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-26avutil/utils: check that size_t is unsignedMichael Niedermayer1-0/+2
2013-06-15lavu/utils: silence warnings about incompatible pointer typesPaul B Mahol1-1/+1
2013-06-15avutil/utils: check and warn about llrint() brokennessMichael Niedermayer1-0/+4
2013-04-16avutil/avutil_version: Run checks just onceMichael Niedermayer1-1/+5
2013-04-16avutil/pixdesc: support for self-checking the descriptorsMichael Niedermayer3-0/+29
2013-04-12lavu: add helper functions for integer lists.Nicolas George4-0/+58
2013-01-05lavu: test for broken binutils on ARMMichael Niedermayer1-0/+5
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer52-181/+254
2011-12-22libavutil: increase LIBAVUTIL_VERSION_MICRO to 100Michael Niedermayer2-1/+2
2011-12-17avutil: check sampleformats enum, pict type enum and media type enum against ...Michael Niedermayer1-0/+4
2011-12-17pixfmts: Selfcheck against insertions / deletions in the enum.Michael Niedermayer1-0/+3
2011-08-20lavu: add av_get_media_type_string() convenience functionStefano Sabatini3-1/+22
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer64-421/+804
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini7-23/+63
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer10-21/+21
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer10-11/+11
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau10-11/+11
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau10-21/+21
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini10-20/+20
2009-11-18Add functions to return library license and library configuration.Diego Biurrun13-0/+129
2008-08-08Cosmetics: fix weird indent.Stefano Sabatini1-1/+1
2008-08-08Implement avutil_version().Stefano Sabatini3-1/+35