| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -1/+0 |
* | Plug memory leak in NUT muxer and demuxer | Vitor Sessak | 2010-03-03 | 1 | -2/+0 |
* | Revert r22119 and partially revert 22120. | Vitor Sessak | 2010-03-01 | 1 | -9/+0 |
* | Implement av_tree_destroy_free_elem() to destroy a tree and free all the | Vitor Sessak | 2010-02-28 | 1 | -0/+9 |
* | Fix indention after last commit. | Michael Niedermayer | 2009-11-14 | 1 | -4/+4 |
* | Fix crash with av_tree_enumerate(NULL). | Michael Niedermayer | 2009-11-14 | 1 | -0/+2 |
* | Make sure av_tree_enumerate() enumerates left->right. | Michael Niedermayer | 2009-11-14 | 1 | -4/+5 |
* | cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). | Diego Biurrun | 2009-04-10 | 1 | -4/+4 |
* | Fix warnings in tree.c test code. | Benoit Fouet | 2009-03-31 | 1 | -4/+5 |
* | Mark non-exported functions in test and example programs as static. | Diego Biurrun | 2009-03-31 | 1 | -1/+1 |
* | Replace random() usage in test programs by av_lfg_*(). | Diego Biurrun | 2009-03-20 | 1 | -3/+8 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -1/+1 |
* | cosmetic: indent | Aurelien Jacobs | 2009-01-04 | 1 | -3/+3 |
* | add a termination condition | Aurelien Jacobs | 2009-01-04 | 1 | -0/+2 |
* | Avoid undefined behavior for removing elements that were not in the tree. | Michael Niedermayer | 2008-09-19 | 1 | -4/+6 |
* | Comment to explain how the add/remove core works. | Michael Niedermayer | 2008-01-23 | 1 | -0/+18 |
* | Print removing of nodes in the test code. | Michael Niedermayer | 2008-01-16 | 1 | -0/+1 |
* | simplify | Michael Niedermayer | 2008-01-16 | 1 | -2/+1 |
* | Remove unused variable j. | Diego Biurrun | 2008-01-08 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2008-01-04 | 1 | -29/+29 |
* | Flip key and element so types match, not that it matters for any code | Michael Niedermayer | 2008-01-04 | 1 | -3/+3 |
* | Fix selftest. | Michael Niedermayer | 2008-01-04 | 1 | -1/+1 |
* | Support removing elements. | Michael Niedermayer | 2008-01-04 | 1 | -22/+50 |
* | Move *malloc() out of tree.c, that way the code can be used with | Michael Niedermayer | 2008-01-04 | 1 | -3/+5 |
* | Always set next correctly, even if a matching element is found (that is | Michael Niedermayer | 2008-01-04 | 1 | -0/+4 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | 0.5l | Michael Niedermayer | 2006-11-14 | 1 | -1/+1 |
* | improve enumerate so arbitrary ranges can be enumerated quickly | Michael Niedermayer | 2006-11-14 | 1 | -3/+3 |
* | AVL tree | Michael Niedermayer | 2006-11-14 | 1 | -0/+151 |