Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-04imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun
2014-04-24lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-09-20msvc/icl: Use __declspec(deprecated)Alex Smith
2013-08-10libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö
2013-08-10libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...Martin Storsjö
2013-08-07libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont
2013-08-02build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun
2013-05-08msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö
2013-03-13Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun
2013-02-14avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun
2013-02-14avutil: Move emms code to x86-specific headerDiego Biurrun
2013-02-12lavu: avoid clashing definition of ELuca Barbato
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-19x86: Add a Yasm-based emms() replacementMartin Storsjö
2012-11-26remove #defines to prevent use of discouraged external functionsJanne Grunau
2012-10-18Add support for building shared libraries with MSVCMartin Storsjö
2012-10-03Allow use of strncpy()Mans Rullgard
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-10dict: move struct AVDictionary definition to dict.cMans Rullgard
2012-08-09libavutil: remove unused av_abort() macroMans Rullgard
2012-08-09libavutil: drop offsetof() fallback definitionMans Rullgard
2012-08-09libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard
2012-08-09Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard
2012-08-09x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard
2012-07-10lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-06avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-05Remove unnecessary LIBAVFORMAT_BUILD #ifdef.Diego Biurrun
2011-05-24Move emms_c() from libavcodec to libavutil.Ronald S. Bultje
2011-05-08Ban strncpy() it's too easy to misuse.Alex Converse
2011-03-23Remove unnecessary icc version checksMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2010-11-10Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos
2010-07-17Use attribute force_align_arg_pointer only on x86_32.Carl Eugen Hoyos
2010-07-01Improve FF_SYMVER documentationMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-16Document FF_SYMVER and attribute_usedMichael Niedermayer
2010-06-15Fix symbol version compat wrappers on systems with export prefixesMåns Rullgård
2010-06-15Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård
2010-05-13av_alias is an attribute and belongs to attributes.hMichael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-03-09Move libm replacements to new header libm.hMåns Rullgård