summaryrefslogtreecommitdiff
path: root/libavutil/tree.h
Commit message (Collapse)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
| | | | Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2008-09-19
| | | | Originally committed as revision 15368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document O() time.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document node removial API.Michael Niedermayer2008-01-04
| | | | Originally committed as revision 11402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
| | | | | | flat arrays which have lower overhead than millions of mallocd() elements. Originally committed as revision 11399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixes for the Doxygen commentsDiego Biurrun2007-02-27
| | | | Originally committed as revision 8138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-26
| | | | Originally committed as revision 8136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2006-11-30
| | | | Originally committed as revision 7188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVL treeMichael Niedermayer2006-11-14
Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk