summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-26Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844'Michael Niedermayer1-2/+2
2013-10-26mem: do not check for negative sizeVittorio Giovara1-2/+2
2013-09-17Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7'Michael Niedermayer4-1/+39
2013-09-16mem: Introduce av_reallocpLuca Barbato4-1/+39
2013-09-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-6/+18
2013-09-14mem: Document the non-compatibility of av_realloc() and av_malloc()Diego Biurrun1-6/+18
2013-09-06Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040'Michael Niedermayer2-18/+16
2013-09-05mem: Improve documentation wording and spellingDiego Biurrun2-18/+16
2013-09-04Merge commit 'b4ec7a5fee644ad9882e10c097817b65447b8e55'Michael Niedermayer1-3/+9
2013-09-04mem: Document the av_realloc family of functions properlyLuca Barbato1-3/+9
2013-06-05Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'Michael Niedermayer6-5/+63
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö4-1/+56
2013-05-13lavu/mem: add av_dynarray2_add()Stefano Sabatini4-1/+62
2013-05-10lavu/mem.h: fix typoStefano Sabatini1-1/+1
2013-05-07lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini2-2/+14
2013-05-07lavu/mem: extend documentation for av_dynarray_add()Stefano Sabatini1-3/+14
2013-05-02avutil/mem: add av_memdup()Michael Niedermayer2-0/+19
2012-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer15-85/+102
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun11-63/+57
2012-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-119/+122
2012-10-20avutil/mem: K&R formatting cosmeticsDiego Biurrun2-40/+41
2012-09-09mem: fix typo in check for __ICCMans Rullgard1-1/+1
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-241/+527
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato3-3/+39
2011-12-25mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer3-4/+13
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-866/+1390
2011-11-22doxy: provide a start page and document libavutilLuca Barbato19-16/+377
2011-09-28Introduce av_realloc_f.Nicolas George2-0/+25
2011-09-28Introduce av_size_mult.Nicolas George1-0/+16
2011-09-24Add av_calloc() helper.Laurent Aimar2-0/+19
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-15mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun1-2/+2
2011-04-30Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer21-588/+567
2011-04-29Move ff_dynarray_add to lavu and make it public.Anton Khirnov6-26/+36
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer67-1376/+150
2011-04-19lavu: remove misc disabled cruftAnton Khirnov5-33/+8
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer31-154/+345
2011-03-23Remove unnecessary icc version checksMans Rullgard3-5/+5
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-02Attribute used is correctly supported by the Intel C compiler since version 1...Carl Eugen Hoyos1-1/+1
2011-03-02Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos3-7/+7
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard3-15/+14
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard3-15/+14
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini7-1/+184
2010-12-04Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2-6/+12
2010-11-10Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos3-3/+3
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
[next]