]> git.sesse.net Git - ffmpeg/history - libavutil/tree.c
Add fields to H264Context and SPS for upcoming VA API support.
[ffmpeg] / libavutil / tree.c
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-04 Aurelien Jacobscosmetic: indent
2009-01-04 Aurelien Jacobsadd a termination condition
2008-09-19 Michael NiedermayerAvoid undefined behavior for removing elements that...
2008-01-23 Michael NiedermayerComment to explain how the add/remove core works.
2008-01-16 Michael NiedermayerPrint removing of nodes in the test code.
2008-01-16 Michael Niedermayersimplify
2008-01-08 Diego BiurrunRemove unused variable j.
2008-01-04 Michael Niedermayerindent
2008-01-04 Michael NiedermayerFlip key and element so types match, not that it matter...
2008-01-04 Michael NiedermayerFix selftest.
2008-01-04 Michael NiedermayerSupport removing elements.
2008-01-04 Michael NiedermayerMove *malloc() out of tree.c, that way the code can...
2008-01-04 Michael NiedermayerAlways set next correctly, even if a matching element...
2007-11-23 Diego Biurrunmain() --> main(void)
2006-11-14 Michael Niedermayer0.5l
2006-11-14 Michael Niedermayerimprove enumerate so arbitrary ranges can be enumerated...
2006-11-14 Michael NiedermayerAVL tree