| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -89/+0 |
|\ |
|
| * | 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 |
* | | avutil/tree: clean up pointer incompatibility warnings | Ganesh Ajjanagadde | 2015-10-25 | 1 | -2/+2 |
* | | avutil/tree: add additional const qualifier to the comparator | Ganesh Ajjanagadde | 2015-10-24 | 1 | -2/+2 |
* | | tree-test: Don't return restricted exit codes | Derek Buitenhuis | 2013-10-24 | 1 | -2/+2 |
* | | avutil/tree: fix memleaks | Michael Niedermayer | 2013-08-01 | 1 | -0/+2 |
* | | Merge commit 'c2e936de07d054bf476e60445b453bf6b4836820' | Michael Niedermayer | 2013-08-01 | 1 | -0/+9 |
|\| |
|
| * | tree-test: Refactor and plug memory leaks | Diego Biurrun | 2013-07-31 | 1 | -11/+30 |
* | | Merge commit 'd99a2b6d0a4d0b2f5ba6a1f1637d6cb88c5c9184' | Michael Niedermayer | 2013-07-30 | 1 | -0/+1 |
|\| |
|
| * | avutil/tree: Drop debug messages that clutter the output | Diego Biurrun | 2013-07-29 | 1 | -2/+0 |
* | | avutil/tree: allow adjusting the log level | Michael Niedermayer | 2013-07-30 | 1 | -1/+4 |
* | | avutil/tree: change debug output to AV_LOG_DEBUG level | Michael Niedermayer | 2013-07-30 | 1 | -2/+2 |
* | | Merge commit '10db1a9bca46b0f760a1263d47142b2f57e195d7' | Michael Niedermayer | 2013-07-30 | 1 | -38/+44 |
|\| |
|
| * | avutil/tree: K&R formatting cosmetics | Diego Biurrun | 2013-07-29 | 1 | -38/+44 |
* | | tree-test: fix printf() types | Michael Niedermayer | 2012-10-31 | 1 | -2/+2 |
* | | tree: fix type used for testing the tree | Michael Niedermayer | 2012-10-29 | 1 | -1/+1 |
* | | lavu: keep context size variables | Michael Niedermayer | 2012-10-28 | 1 | -2/+0 |
* | | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' | Michael Niedermayer | 2012-10-12 | 1 | -1/+8 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+2 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-05 | 1 | -90/+106 |
|\| |
|
| * | 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 |