summaryrefslogtreecommitdiff
path: root/libavutil/tree.c
Commit message (Expand)AuthorAge
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-07
| * lavu: Drop deprecated context size variablesVittorio Giovara2015-08-28
| * tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-24
* | avutil/tree: clean up pointer incompatibility warningsGanesh Ajjanagadde2015-10-25
* | avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-24
* | tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-24
* | avutil/tree: fix memleaksMichael Niedermayer2013-08-01
* | Merge commit 'c2e936de07d054bf476e60445b453bf6b4836820'Michael Niedermayer2013-08-01
|\|
| * tree-test: Refactor and plug memory leaksDiego Biurrun2013-07-31
* | Merge commit 'd99a2b6d0a4d0b2f5ba6a1f1637d6cb88c5c9184'Michael Niedermayer2013-07-30
|\|
| * avutil/tree: Drop debug messages that clutter the outputDiego Biurrun2013-07-29
* | avutil/tree: allow adjusting the log levelMichael Niedermayer2013-07-30
* | avutil/tree: change debug output to AV_LOG_DEBUG levelMichael Niedermayer2013-07-30
* | Merge commit '10db1a9bca46b0f760a1263d47142b2f57e195d7'Michael Niedermayer2013-07-30
|\|
| * avutil/tree: K&R formatting cosmeticsDiego Biurrun2013-07-29
* | tree-test: fix printf() typesMichael Niedermayer2012-10-31
* | tree: fix type used for testing the treeMichael Niedermayer2012-10-29
* | lavu: keep context size variablesMichael Niedermayer2012-10-28
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-12
|\|
| * Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
| * avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-05
|\|
| * Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
* Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak2010-02-28
* Fix indention after last commit.Michael Niedermayer2009-11-14
* Fix crash with av_tree_enumerate(NULL).Michael Niedermayer2009-11-14
* Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer2009-11-14
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Fix warnings in tree.c test code.Benoit Fouet2009-03-31
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* cosmetic: indentAurelien Jacobs2009-01-04
* add a termination conditionAurelien Jacobs2009-01-04
* Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2008-09-19
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-23
* Print removing of nodes in the test code.Michael Niedermayer2008-01-16
* simplifyMichael Niedermayer2008-01-16
* Remove unused variable j.Diego Biurrun2008-01-08
* indentMichael Niedermayer2008-01-04
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-04
* Fix selftest.Michael Niedermayer2008-01-04
* Support removing elements.Michael Niedermayer2008-01-04