summaryrefslogtreecommitdiff
path: root/libavutil/tree.c
Commit message (Collapse)AuthorAge
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-23
| | | | Originally committed as revision 11603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print removing of nodes in the test code.Michael Niedermayer2008-01-16
| | | | Originally committed as revision 11534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-01-16
| | | | Originally committed as revision 11533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable j.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-01-04
| | | | Originally committed as revision 11405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-04
| | | | | | using it in libav*. Originally committed as revision 11404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix selftest.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support removing elements.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
| | | | | | flat arrays which have lower overhead than millions of mallocd() elements. Originally committed as revision 11399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always set next correctly, even if a matching element is found (that isMichael Niedermayer2008-01-04
| | | | | | how it is documented and used). Originally committed as revision 11391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* main() --> main(void)Diego Biurrun2007-11-23
| | | | Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.5lMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVL treeMichael Niedermayer2006-11-14
Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk