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
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-11-26lavu: drop time redefinition as it causes some problems in some uncommon conf...Michael Niedermayer
2012-11-26remove #defines to prevent use of discouraged external functionsJanne Grunau
2012-10-19Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer
2012-10-18Add support for building shared libraries with MSVCMartin Storsjö
2012-10-04Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer
2012-10-03Allow use of strncpy()Mans Rullgard
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-10lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje
2012-06-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-06-17attributes: move av_restrict fallback from internal to attributesMichael Niedermayer
2012-06-17lavu/internal: define av_restrict if it has not been defined by config.hMichael Niedermayer
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-06avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-05Remove unnecessary LIBAVFORMAT_BUILD #ifdef.Diego Biurrun
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24Move emms_c() from libavcodec to libavutil.Ronald S. Bultje
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-08Ban strncpy() it's too easy to misuse.Alex Converse
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Remove unnecessary icc version checksMans Rullgard
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-02Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
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-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
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