Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-19Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer
2008-01-24Comment to explain how the add/remove core works.Michael Niedermayer
2008-01-16Print removing of nodes in the test code.Michael Niedermayer
2008-01-16simplifyMichael Niedermayer
2008-01-09Remove unused variable j.Diego Biurrun
2008-01-04indentMichael Niedermayer
2008-01-04Flip key and element so types match, not that it matters for any codeMichael Niedermayer
2008-01-04Fix selftest.Michael Niedermayer
2008-01-04Support removing elements.Michael Niedermayer
2008-01-04Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer
2008-01-04Always set next correctly, even if a matching element is found (that isMichael Niedermayer
2007-11-23main() --> main(void)Diego Biurrun
2006-11-140.5lMichael Niedermayer
2006-11-14improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer
2006-11-14AVL treeMichael Niedermayer