]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/tree.c
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavutil / tree.c
2009-04-10 diegocosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-31 benoitFix warnings in tree.c test code.
2009-03-31 diegoMark non-exported functions in test and example program...
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-04 aurelcosmetic: indent
2009-01-04 aureladd a termination condition
2008-09-19 michaelAvoid undefined behavior for removing elements that...
2008-01-23 michaelComment to explain how the add/remove core works.
2008-01-16 michaelPrint removing of nodes in the test code.
2008-01-16 michaelsimplify
2008-01-08 diegoRemove unused variable j.
2008-01-04 michaelindent
2008-01-04 michaelFlip key and element so types match, not that it matter...
2008-01-04 michaelFix selftest.
2008-01-04 michaelSupport removing elements.
2008-01-04 michaelMove *malloc() out of tree.c, that way the code can...
2008-01-04 michaelAlways set next correctly, even if a matching element...
2007-11-23 diegomain() --> main(void)
2006-11-14 michael0.5l
2006-11-14 michaelimprove enumerate so arbitrary ranges can be enumerated...
2006-11-14 michaelAVL tree