| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -92/+0 |
* | lavu: Drop deprecated context size variables | Vittorio Giovara | 2015-08-28 | 1 | -4/+0 |
* | tree-test: Don't return restricted exit codes | Derek Buitenhuis | 2013-10-24 | 1 | -2/+2 |
* | tree-test: Refactor and plug memory leaks | Diego Biurrun | 2013-07-31 | 1 | -11/+30 |
* | avutil/tree: Drop debug messages that clutter the output | Diego Biurrun | 2013-07-29 | 1 | -2/+0 |
* | avutil/tree: K&R formatting cosmetics | Diego Biurrun | 2013-07-29 | 1 | -38/+44 |
* | Use the new aes/md5/sha/tree allocation functions | Martin Storsjö | 2012-10-11 | 1 | -1/+1 |
* | avutil: Add functions for allocating opaque contexts for algorithms | Martin Storsjö | 2012-10-11 | 1 | -0/+7 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. | Yordan Makariev | 2011-12-03 | 1 | -90/+106 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | 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 |