41 Commits (c45ba265fcbb57fcacf82f66cb2a2643210308e1)

Author SHA1 Message Date
Timothy Gu d64d6edfc7 Correct two build/built typos 9 years ago
Ronald S. Bultje 87068ea5c5 lavu: disable wrong value check in get_version() upon api bump. 9 years ago
wm4 1316df7aa9 lavu: add an API function to return the Libav version string 10 years ago
wm4 f91126643a lavu: add an API function to return the FFmpeg version string 10 years ago
wm4 92e3a6fdac avutil: check pixdescs in a different place 10 years ago
wm4 3e18dc235e avutil: move internal function out of public header 10 years ago
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Andreas Cadhalpun 39a6e02fd4 fix spelling errors 10 years ago
Derek Buitenhuis dac7e8a94e avutil: Add av_get_time_base_q() 11 years ago
Derek Buitenhuis 502512ea0f avutil: Add av_get_time_base_q() 11 years ago
Luca Barbato 9a4c10e3af lavu: Move preprocessor macros in a separate file 11 years ago
Diego Biurrun b83d1ee3b4 avutil: Move library version related macros to version.h 11 years ago
Michael Niedermayer f52852098d avutil/utils: run ff_check_pixfmt_descriptors() only when ASSERT_LEVEL is > 0 11 years ago
Michael Niedermayer f3d0642d35 avutil/utils: check that size_t is unsigned 11 years ago
Paul B Mahol 8a79a009f9 lavu/utils: silence warnings about incompatible pointer types 12 years ago
Michael Niedermayer 1ba196a10d avutil/utils: check and warn about llrint() brokenness 12 years ago
Michael Niedermayer e701cd96c2 avutil/avutil_version: Run checks just once 12 years ago
Michael Niedermayer 20e99a9c10 avutil/pixdesc: support for self-checking the descriptors 12 years ago
Nicolas George af0d270aac lavu: add helper functions for integer lists. 12 years ago
Michael Niedermayer 9a697cfe71 lavu: test for broken binutils on ARM 12 years ago
Michael Niedermayer 1674073b4d libavutil: increase LIBAVUTIL_VERSION_MICRO to 100 13 years ago
Michael Niedermayer 75f2cc5134 avutil: check sampleformats enum, pict type enum and media type enum against insert/remove mistakes. 13 years ago
Michael Niedermayer 68230eb375 pixfmts: Selfcheck against insertions / deletions in the enum. 13 years ago
Stefano Sabatini 69e2c1a95a lavu: add av_get_media_type_string() convenience function 13 years ago
Stefano Sabatini bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Niedermayer e528cdac8a Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 14 years ago
Michael Niedermayer 0cb88628fb Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
Stefano Sabatini 76eb5c0523 Cosmetics: fix weird indent. 17 years ago
Stefano Sabatini 7f0026dded Implement avutil_version(). 17 years ago
Michael Niedermayer c5e56a813b Revert r14497 17 years ago
Diego Biurrun 2e11268ea9 Add missing header #includes. 17 years ago
Diego Biurrun f0a838e525 Add missing #includes to fix 'make checkheaders'. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Luca Abeni 171dce486c Support for AAC streaming over RTP. Fragmentation is not implemented yet 17 years ago
Luca Abeni 7fa9d0dd8f Remove copyright from a function prototype 17 years ago
Luca Abeni 98561024ac Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) 17 years ago
Diego Biurrun f5a90186d7 Add missing license headers. 18 years ago
Fabrice Bellard e3e105b38a added include for ffserver dynamically loaded modules 23 years ago