| Commit message (Expand) | Author | Age | Files | Lines |
* | lib*/version: Move library version functions into files of their own | Andreas Rheinhardt | 2022-05-10 | 1 | -43/+0 |
* | avutil/utils: Remove racy check from avutil_version() | Andreas Rheinhardt | 2021-09-29 | 1 | -5/+0 |
* | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
* | lavc: drop VDA | Clément Bœsch | 2017-10-23 | 1 | -3/+0 |
* | lavu/utils: Use "__asm__" like everywhere else in the codebase. | Carl Eugen Hoyos | 2017-10-08 | 1 | -1/+1 |
* | lavu: add av_fourcc_make_string() and av_fourcc2str() | Clément Bœsch | 2017-03-29 | 1 | -0/+23 |
* | avutil/avassert: Add av_assertX_fpu() | Michael Niedermayer | 2016-10-22 | 1 | -0/+13 |
* | Correct two build/built typos | Timothy Gu | 2016-01-11 | 1 | -1/+1 |
* | lavu: disable wrong value check in get_version() upon api bump. | Ronald S. Bultje | 2015-08-18 | 1 | -0/+2 |
* | Merge commit '1316df7aa98c4784f190d107206d0bb12c590b89' | Michael Niedermayer | 2015-07-03 | 1 | -1/+1 |
|\ |
|
| * | lavu: add an API function to return the Libav version string | wm4 | 2015-07-02 | 1 | -0/+7 |
| * | avutil: Add av_get_time_base_q() | Derek Buitenhuis | 2014-04-22 | 1 | -0/+5 |
* | | lavu: add an API function to return the FFmpeg version string | wm4 | 2015-07-01 | 1 | -0/+5 |
* | | avutil: check pixdescs in a different place | wm4 | 2015-02-10 | 1 | -3/+0 |
* | | avutil: move internal function out of public header | wm4 | 2015-02-10 | 1 | -1/+1 |
* | | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | | fix spelling errors | Andreas Cadhalpun | 2014-07-12 | 1 | -1/+1 |
* | | avutil: Add av_get_time_base_q() | Derek Buitenhuis | 2014-04-22 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-12-30 | 1 | -1/+1 |
|\| |
|
| * | lavu: Move preprocessor macros in a separate file | Luca Barbato | 2013-12-29 | 1 | -1/+1 |
* | | Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0' | Michael Niedermayer | 2013-12-27 | 1 | -1/+1 |
|\| |
|
| * | avutil: Move library version related macros to version.h | Diego Biurrun | 2013-12-26 | 1 | -1/+1 |
* | | avutil/utils: run ff_check_pixfmt_descriptors() only when ASSERT_LEVEL is > 0 | Michael Niedermayer | 2013-12-06 | 1 | -0/+2 |
* | | avutil/utils: check that size_t is unsigned | Michael Niedermayer | 2013-10-26 | 1 | -0/+2 |
* | | lavu/utils: silence warnings about incompatible pointer types | Paul B Mahol | 2013-06-15 | 1 | -1/+1 |
* | | avutil/utils: check and warn about llrint() brokenness | Michael Niedermayer | 2013-06-15 | 1 | -0/+4 |
* | | avutil/avutil_version: Run checks just once | Michael Niedermayer | 2013-04-16 | 1 | -1/+5 |
* | | avutil/pixdesc: support for self-checking the descriptors | Michael Niedermayer | 2013-04-16 | 1 | -0/+3 |
* | | lavu: add helper functions for integer lists. | Nicolas George | 2013-04-12 | 1 | -0/+19 |
* | | lavu: test for broken binutils on ARM | Michael Niedermayer | 2013-01-05 | 1 | -0/+5 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 1 | -0/+1 |
|\| |
|
* | | libavutil: increase LIBAVUTIL_VERSION_MICRO to 100 | Michael Niedermayer | 2011-12-22 | 1 | -0/+1 |
* | | avutil: check sampleformats enum, pict type enum and media type enum against ... | Michael Niedermayer | 2011-12-17 | 1 | -0/+4 |
* | | pixfmts: Selfcheck against insertions / deletions in the enum. | Michael Niedermayer | 2011-12-17 | 1 | -0/+3 |
* | | lavu: add av_get_media_type_string() convenience function | Stefano Sabatini | 2011-08-20 | 1 | -0/+12 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -0/+14 |
|\| |
|
| * | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 1 | -0/+14 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
|/ |
|
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 1 | -0/+12 |
* | Cosmetics: fix weird indent. | Stefano Sabatini | 2008-08-08 | 1 | -1/+1 |
* | Implement avutil_version(). | Stefano Sabatini | 2008-08-08 | 1 | -0/+29 |