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
2013-11-14Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov
2013-10-26mem: do not check for negative sizeVittorio Giovara
2013-09-16mem: Introduce av_reallocpLuca Barbato
2013-09-14mem: Document the non-compatibility of av_realloc() and av_malloc()Diego Biurrun
2013-09-05mem: Improve documentation wording and spellingDiego Biurrun
2013-09-04mem: Document the av_realloc family of functions properlyLuca Barbato
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-20avutil/mem: K&R formatting cosmeticsDiego Biurrun
2012-09-10mem: fix typo in check for __ICCMans Rullgard
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-07-15mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun
2011-04-19lavu: remove misc disabled cruftAnton Khirnov
2011-03-23Remove unnecessary icc version checksMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini
2010-12-04Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer
2010-11-10Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-26Add missing avutil.h include to libavutil/mem.hMåns Rullgård
2010-06-16icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.Carl Eugen Hoyos
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-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-03-06Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård
2010-01-22DECLARE_ALIGNED macro for TMS470 compilerMåns Rullgård
2010-01-21Make DECLARE_ALIGNED macros work with external array specifiersMåns Rullgård
2010-01-01Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini
2009-07-09Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla
2009-06-27Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-25Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun
2009-01-24Directly #include a bunch of indirectly #included headers.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-22Silence the following icc warnings:Carl Eugen Hoyos
2008-12-20Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos
2008-10-02Allow using DECLARE_ALIGNED with Sun cc.Carl Eugen Hoyos
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-06-05alloc_size attribute is new to gcc 4.3; don't use it with lesser versionsMåns Rullgård
2008-06-04Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.Rafaël Carré
2008-03-19Cosmetic change: remove the whitespace after 'defined'Zuxy Meng
2008-03-19'malloc' attribute isn't supported in old gcc.Zuxy Meng
2008-03-19Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng
2008-03-18revert r12489.Benoit Fouet