summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-1/+1
2013-10-16mem: Make av_strdup allocate using av_reallocMartin Storsjö1-1/+1
2013-09-21Merge commit '67e285ceca1cb602a5ab87010b30d904527924fe'Michael Niedermayer1-0/+4
2013-09-20mem: Handle av_reallocp(..., 0) properlyMartin Storsjö1-0/+4
2013-09-17Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7'Michael Niedermayer4-1/+39
2013-09-16mem: Introduce av_reallocpLuca Barbato4-1/+39
2013-09-06Merge commit 'c3e6e8f06c42499bd020fd0b37f9542150e6067b'Michael Niedermayer1-1/+1
2013-09-06Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040'Michael Niedermayer2-18/+16
2013-09-05mem: Do not check unsigned values for negative sizeDiego Biurrun1-3/+3
2013-09-05mem: Improve documentation wording and spellingDiego Biurrun2-18/+16
2013-08-09avutil/mem: Fix flipped conditionMichael Niedermayer1-1/+1
2013-06-05avutil/mem: simplify av_reallocp_array() by using av_realloc_f()Michael Niedermayer1-12/+2
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-13lavu: define FF_MEMORY_POISON and use itStefano Sabatini3-2/+4
2013-05-07lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini2-2/+14
2013-05-02avutil/mem: add av_memdup()Michael Niedermayer2-0/+19
2013-04-27lavu/mem: remove redundant comment from av_dynarray_add()Stefano Sabatini1-1/+0
2013-03-10mem: Fix usage of memalign() on DJGPP.Fabrizio Gennari1-0/+4
2013-02-24Merge commit 'f935aca44c674d30e3ed940ef73bbad1228a5855'Michael Niedermayer2-3/+8
2013-02-23av_memcpy_backptr: avoid an infinite loop for back = 0Anton Khirnov1-0/+3
2013-02-22avutil/mem: do a small set of checks for memalign hack before freeing.Michael Niedermayer1-2/+7
2012-12-14mem: minor simplification of the alignment hack codeMichael Niedermayer1-1/+1
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer34-105/+20
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov28-57/+0
2012-11-23Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da'Michael Niedermayer6-25/+122
2012-11-23av_memcpy_backptr: optimise some special casesMans Rullgard1-17/+103
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-07-10mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö1-2/+0
2012-07-02mem: heap memory poisoning.Clément Bœsch3-1/+10
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-231/+952
2012-06-19mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2-1/+9
2012-04-16mem.c: fix wrong comment.Reimar Döffinger1-3/+4
2012-04-10mem: Consistently return NULL for av_malloc(0)Martin Storsjö1-1/+3
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2011-12-25mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer3-4/+13
2011-12-11Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS XHanspeter Niederstrasser4-9/+10
2011-10-11mem: fix memalign hack av_realloc()Michael Niedermayer1-1/+3
2011-09-28Introduce av_realloc_f.Nicolas George2-0/+25
2011-09-24Add av_calloc() helper.Laurent Aimar2-0/+19
2011-06-07mem: Trying to workaround posix_memalign() bug on OSXMichael Niedermayer1-0/+1
2011-05-23mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAXStefano Sabatini1-2/+4
2011-05-12Fix posix_memalign() usage when libavutil is compiled outside FFmpeg.Ivan Kalvachev1-0/+2
2011-05-10mem: Choose alignment at compile time depending on AVX enabledness.Michael Niedermayer1-4/+6
[next]