summaryrefslogtreecommitdiff
path: root/libavutil/tree.h
Commit message (Expand)AuthorAge
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-22
* doc: fix spelling errorsAndreas Cadhalpun2016-10-21
* fix some a/an typosLou Logan2016-03-28
* avutil/tree: Document the guaranteed ordering of compare arguments for av_tre...Michael Niedermayer2015-10-25
* avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-24
* avutil/tree: improve documentation for av_tree_find, av_tree_insertGanesh Ajjanagadde2015-10-24
* Merge commit 'a9b04b2c43f95cc17c2291f83c27a3119471d986'Michael Niedermayer2013-08-01
|\
| * tree.h: K&R formatting and typo cosmeticsDiego Biurrun2013-07-31
* | lavu: keep context size variablesMichael Niedermayer2012-10-28
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-12
|\|
| * avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* | lavu/tree: perform minor fixes to av_tree_insert() documentationStefano Sabatini2012-05-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-23
|\|
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-22
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-04
* | Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-06
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* 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
* Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini2009-05-09
* Add missing '*' to av_tree_insert() doxy.Stefano Sabatini2009-05-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
* Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2008-09-19
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Document O() time.Michael Niedermayer2008-01-04
* Document node removial API.Michael Niedermayer2008-01-04
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun2007-02-27
* spelling/grammar fixes for the Doxygen commentsDiego Biurrun2007-02-27
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-27
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-26
* doxyMichael Niedermayer2006-11-30
* AVL treeMichael Niedermayer2006-11-14