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
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
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-02-20Add casts to correct return type in macros for missing libm funcsMåns Rullgård
2010-02-20Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos
2010-02-10Define missing llrint() as macro instead of inline functionMåns Rullgård
2010-01-29Define av_alias if supported by compilerMåns Rullgård
2010-01-20Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård
2010-01-20Move FASTDIV macro to intmath.hMåns Rullgård
2010-01-16Use macros instead of inline functions to replace the following missing C99Vitor Sessak
2010-01-12Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak
2009-11-10Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger
2009-09-21extend ff_inverse[], and fix its documentationLoren Merritt
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-09-04Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla
2009-09-01whitespace cosmetics, prettyprintingDiego Biurrun
2009-08-30Add CHECKED_ALLOC macro.Ramiro Polla
2009-07-10Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse
2009-07-09Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla
2009-07-09Do not throw compiler error if asm code needs alignment, but we do not knowRamiro Polla
2009-06-27Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos
2009-05-25Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla
2009-03-21When warning about forbidden pseudo random number generation functions,Diego Biurrun
2009-03-06ARM: disable inline asm for armccMåns Rullgård
2009-02-21Correct, portable definition of INT_BITMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add required header mem.h, av_malloc and friends are used.Diego Biurrun
2009-01-30cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun