summaryrefslogtreecommitdiffstats
path: root/libavutil/tree.h
Commit message (Expand)AuthorAgeFilesLines
* doc: fix spelling errorsAndreas Cadhalpun2016-10-211-1/+1
* fix some a/an typosLou Logan2016-03-281-2/+2
* avutil/tree: Document the guaranteed ordering of compare arguments for av_tre...Michael Niedermayer2015-10-251-0/+3
* avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-241-2/+2
* avutil/tree: improve documentation for av_tree_find, av_tree_insertGanesh Ajjanagadde2015-10-241-1/+4
* Merge commit 'a9b04b2c43f95cc17c2291f83c27a3119471d986'Michael Niedermayer2013-08-011-10/+22
|\
| * tree.h: K&R formatting and typo cosmeticsDiego Biurrun2013-07-311-10/+22
* | lavu: keep context size variablesMichael Niedermayer2012-10-281-3/+1
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-1/+11
|\ \ | |/
| * avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-111-1/+11
* | lavu/tree: perform minor fixes to av_tree_insert() documentationStefano Sabatini2012-05-201-2/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-2/+15
|\ \ | |/
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-221-2/+15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-041-1/+1
* | Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-061-1/+1
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-031-0/+13
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-011-1/+0
* Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak2010-02-281-0/+1
* Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini2009-05-091-1/+2
* Add missing '*' to av_tree_insert() doxy.Stefano Sabatini2009-05-091-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-281-9/+9
* Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2008-09-191-2/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Document O() time.Michael Niedermayer2008-01-041-0/+2
* Document node removial API.Michael Niedermayer2008-01-041-6/+18
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-041-1/+11
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun2007-02-271-3/+9
* spelling/grammar fixes for the Doxygen commentsDiego Biurrun2007-02-271-12/+12
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-271-4/+4
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-261-4/+4
* doxyMichael Niedermayer2006-11-301-2/+25
* AVL treeMichael Niedermayer2006-11-141-0/+29
OpenPOWER on IntegriCloud