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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-05Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'Michael Niedermayer
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
2013-05-13lavu/mem: add av_dynarray2_add()Stefano Sabatini
2013-05-10lavu/mem.h: fix typoStefano Sabatini
2013-05-08lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini
2013-05-08lavu/mem: extend documentation for av_dynarray_add()Stefano Sabatini
2013-05-02avutil/mem: add av_memdup()Michael Niedermayer
2012-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-20avutil/mem: K&R formatting cosmeticsDiego Biurrun
2012-09-10mem: fix typo in check for __ICCMans Rullgard
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2011-12-25mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-09-28Introduce av_realloc_f.Nicolas George
2011-09-28Introduce av_size_mult.Nicolas George
2011-09-25Add av_calloc() helper.Laurent Aimar
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-29Move ff_dynarray_add to lavu and make it public.Anton Khirnov
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavu: remove misc disabled cruftAnton Khirnov
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Remove unnecessary icc version checksMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-03Attribute used is correctly supported by the Intel C compiler since version 1...Carl Eugen Hoyos
2011-03-02Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos
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
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