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