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