summaryrefslogtreecommitdiff
path: root/libavutil/tree.c
Commit message (Expand)AuthorAge
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* lavu: Drop deprecated context size variablesVittorio Giovara2015-08-28
* tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-24
* tree-test: Refactor and plug memory leaksDiego Biurrun2013-07-31
* avutil/tree: Drop debug messages that clutter the outputDiego Biurrun2013-07-29
* avutil/tree: K&R formatting cosmeticsDiego Biurrun2013-07-29
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
* Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak2010-02-28
* Fix indention after last commit.Michael Niedermayer2009-11-14
* Fix crash with av_tree_enumerate(NULL).Michael Niedermayer2009-11-14
* Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer2009-11-14
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Fix warnings in tree.c test code.Benoit Fouet2009-03-31
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* cosmetic: indentAurelien Jacobs2009-01-04
* add a termination conditionAurelien Jacobs2009-01-04
* Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2008-09-19
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-23
* Print removing of nodes in the test code.Michael Niedermayer2008-01-16
* simplifyMichael Niedermayer2008-01-16
* Remove unused variable j.Diego Biurrun2008-01-08
* indentMichael Niedermayer2008-01-04
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-04
* Fix selftest.Michael Niedermayer2008-01-04
* Support removing elements.Michael Niedermayer2008-01-04
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
* Always set next correctly, even if a matching element is found (that isMichael Niedermayer2008-01-04
* main() --> main(void)Diego Biurrun2007-11-23
* 0.5lMichael Niedermayer2006-11-14
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-14
* AVL treeMichael Niedermayer2006-11-14