summaryrefslogtreecommitdiff
path: root/libavutil/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-101-43/+0
* avutil/utils: Remove racy check from avutil_version()Andreas Rheinhardt2021-09-291-5/+0
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* lavc: drop VDAClément Bœsch2017-10-231-3/+0
* lavu/utils: Use "__asm__" like everywhere else in the codebase.Carl Eugen Hoyos2017-10-081-1/+1
* lavu: add av_fourcc_make_string() and av_fourcc2str()Clément Bœsch2017-03-291-0/+23
* avutil/avassert: Add av_assertX_fpu()Michael Niedermayer2016-10-221-0/+13
* Correct two build/built typosTimothy Gu2016-01-111-1/+1
* lavu: disable wrong value check in get_version() upon api bump.Ronald S. Bultje2015-08-181-0/+2
* Merge commit '1316df7aa98c4784f190d107206d0bb12c590b89'Michael Niedermayer2015-07-031-1/+1
|\
| * lavu: add an API function to return the Libav version stringwm42015-07-021-0/+7
| * avutil: Add av_get_time_base_q()Derek Buitenhuis2014-04-221-0/+5
* | lavu: add an API function to return the FFmpeg version stringwm42015-07-011-0/+5
* | avutil: check pixdescs in a different placewm42015-02-101-3/+0
* | avutil: move internal function out of public headerwm42015-02-101-1/+1
* | Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* | fix spelling errorsAndreas Cadhalpun2014-07-121-1/+1
* | avutil: Add av_get_time_base_q()Derek Buitenhuis2014-04-221-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-301-1/+1
|\ \ | |/
| * lavu: Move preprocessor macros in a separate fileLuca Barbato2013-12-291-1/+1
* | Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0'Michael Niedermayer2013-12-271-1/+1
|\ \ | |/
| * avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-1/+1
* | avutil/utils: run ff_check_pixfmt_descriptors() only when ASSERT_LEVEL is > 0Michael Niedermayer2013-12-061-0/+2
* | avutil/utils: check that size_t is unsignedMichael Niedermayer2013-10-261-0/+2
* | lavu/utils: silence warnings about incompatible pointer typesPaul B Mahol2013-06-151-1/+1
* | avutil/utils: check and warn about llrint() brokennessMichael Niedermayer2013-06-151-0/+4
* | avutil/avutil_version: Run checks just onceMichael Niedermayer2013-04-161-1/+5
* | avutil/pixdesc: support for self-checking the descriptorsMichael Niedermayer2013-04-161-0/+3
* | lavu: add helper functions for integer lists.Nicolas George2013-04-121-0/+19
* | lavu: test for broken binutils on ARMMichael Niedermayer2013-01-051-0/+5
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-041-0/+1
|\ \ | |/
* | libavutil: increase LIBAVUTIL_VERSION_MICRO to 100Michael Niedermayer2011-12-221-0/+1
* | avutil: check sampleformats enum, pict type enum and media type enum against ...Michael Niedermayer2011-12-171-0/+4
* | pixfmts: Selfcheck against insertions / deletions in the enum.Michael Niedermayer2011-12-171-0/+3
* | lavu: add av_get_media_type_string() convenience functionStefano Sabatini2011-08-201-0/+12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-0/+14
|\ \ | |/
| * lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-261-0/+14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
|/
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-031-2/+2
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+12
* Cosmetics: fix weird indent.Stefano Sabatini2008-08-081-1/+1
* Implement avutil_version().Stefano Sabatini2008-08-081-0/+29