summaryrefslogtreecommitdiff
path: root/libavutil/tree.c
Commit message (Expand)AuthorAge
* 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