summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-24tree-test: Don't return restricted exit codesDerek Buitenhuis1-2/+2
2013-08-01avutil/tree: fix memleaksMichael Niedermayer1-0/+2
2013-08-01Merge commit 'c2e936de07d054bf476e60445b453bf6b4836820'Michael Niedermayer1-0/+9
2013-07-31tree-test: Refactor and plug memory leaksDiego Biurrun1-11/+30
2013-07-30Merge commit 'd99a2b6d0a4d0b2f5ba6a1f1637d6cb88c5c9184'Michael Niedermayer1-0/+1
2013-07-30avutil/tree: allow adjusting the log levelMichael Niedermayer1-1/+4
2013-07-30avutil/tree: change debug output to AV_LOG_DEBUG levelMichael Niedermayer1-2/+2
2013-07-30Merge commit '10db1a9bca46b0f760a1263d47142b2f57e195d7'Michael Niedermayer1-38/+44
2013-07-29avutil/tree: Drop debug messages that clutter the outputDiego Biurrun1-2/+0
2013-07-29avutil/tree: K&R formatting cosmeticsDiego Biurrun1-38/+44
2012-10-31tree-test: fix printf() typesMichael Niedermayer1-2/+2
2012-10-29tree: fix type used for testing the treeMichael Niedermayer1-1/+1
2012-10-28lavu: keep context size variablesMichael Niedermayer9-21/+4
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer18-25/+99
2012-10-11Use the new aes/md5/sha/tree allocation functionsMartin Storsjö7-7/+7
2012-10-11avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö10-5/+78
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
2011-12-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-1559/+1784
2011-12-03Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev6-236/+287
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård28-28/+32
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak8-3/+31
2010-03-01Revert r22119 and partially revert 22120.Vitor Sessak4-12/+0
2010-02-28Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak2-0/+10
2009-11-14Fix indention after last commit.Michael Niedermayer1-4/+4
2009-11-14Fix crash with av_tree_enumerate(NULL).Michael Niedermayer1-0/+2
2009-11-14Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer1-4/+5
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun9-43/+43
2009-03-31Fix warnings in tree.c test code.Benoit Fouet1-4/+5
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun7-26/+28
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun9-36/+64
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2009-01-04cosmetic: indentAurelien Jacobs1-3/+3
2009-01-04add a termination conditionAurelien Jacobs1-0/+2
2008-09-19Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2-6/+7
2008-01-23Comment to explain how the add/remove core works.Michael Niedermayer1-0/+18
2008-01-16Print removing of nodes in the test code.Michael Niedermayer1-0/+1
2008-01-16simplifyMichael Niedermayer1-2/+1
2008-01-08Remove unused variable j.Diego Biurrun1-1/+1
2008-01-04indentMichael Niedermayer1-29/+29
2008-01-04Flip key and element so types match, not that it matters for any codeMichael Niedermayer1-3/+3
2008-01-04Fix selftest.Michael Niedermayer1-1/+1
2008-01-04Support removing elements.Michael Niedermayer1-22/+50
2008-01-04Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer3-7/+22
2008-01-04Always set next correctly, even if a matching element is found (that isMichael Niedermayer1-0/+4
2007-11-23main() --> main(void)Diego Biurrun15-15/+15
2006-11-140.5lMichael Niedermayer1-1/+1
2006-11-14improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer1-3/+3
[next]