summaryrefslogtreecommitdiff
path: root/libavutil/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-231-0/+18
* Print removing of nodes in the test code.Michael Niedermayer2008-01-161-0/+1
* simplifyMichael Niedermayer2008-01-161-2/+1
* Remove unused variable j.Diego Biurrun2008-01-081-1/+1
* indentMichael Niedermayer2008-01-041-29/+29
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-041-3/+3
* Fix selftest.Michael Niedermayer2008-01-041-1/+1
* Support removing elements.Michael Niedermayer2008-01-041-22/+50
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-041-3/+5
* Always set next correctly, even if a matching element is found (that isMichael Niedermayer2008-01-041-0/+4
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* 0.5lMichael Niedermayer2006-11-141-1/+1
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-141-3/+3
* AVL treeMichael Niedermayer2006-11-141-0/+151