summaryrefslogtreecommitdiff
path: root/libavutil/tree.h
Commit message (Expand)AuthorAge
* lavu: Drop deprecated context size variablesVittorio Giovara2015-08-28
* tree.h: K&R formatting and typo cosmeticsDiego Biurrun2013-07-31
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* 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
* 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