index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
tree.h
Age
Commit message (
Expand
)
Author
2016-10-21
doc: fix spelling errors
Andreas Cadhalpun
2016-03-28
fix some a/an typos
Lou Logan
2015-10-25
avutil/tree: Document the guaranteed ordering of compare arguments for av_tre...
Michael Niedermayer
2015-10-24
avutil/tree: add additional const qualifier to the comparator
Ganesh Ajjanagadde
2015-10-24
avutil/tree: improve documentation for av_tree_find, av_tree_insert
Ganesh Ajjanagadde
2013-08-01
Merge commit 'a9b04b2c43f95cc17c2291f83c27a3119471d986'
Michael Niedermayer
2013-07-31
tree.h: K&R formatting and typo cosmetics
Diego Biurrun
2012-10-28
lavu: keep context size variables
Michael Niedermayer
2012-10-12
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
Michael Niedermayer
2012-10-11
avutil: Add functions for allocating opaque contexts for algorithms
Martin Storsjö
2012-05-20
lavu/tree: perform minor fixes to av_tree_insert() documentation
Stefano Sabatini
2011-11-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-22
doxy: provide a start page and document libavutil
Luca Barbato
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-06
Remove a few if (p) av_freep(&p) forms
Clément Bœsch
2011-02-04
Remove a few if (p) av_freep(&p) forms
Clément Bœsch
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-03
Plug memory leak in NUT muxer and demuxer
Vitor Sessak
2010-03-01
Revert r22119 and partially revert 22120.
Vitor Sessak
2010-02-28
Implement av_tree_destroy_free_elem() to destroy a tree and free all the
Vitor Sessak
2009-05-09
Add @code/@endcode commands to markup C code in av_tree_insert() doxy.
Stefano Sabatini
2009-05-09
Add missing '*' to av_tree_insert() doxy.
Stefano Sabatini
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part II
Diego Biurrun
2008-09-19
Avoid undefined behavior for removing elements that were not in the tree.
Michael Niedermayer
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-01-04
Document O() time.
Michael Niedermayer
2008-01-04
Document node removial API.
Michael Niedermayer
2008-01-04
Move *malloc() out of tree.c, that way the code can be used with
Michael Niedermayer
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-02-27
Add Doxygen author and file description, rephrase a Doxygen comment.
Diego Biurrun
2007-02-27
spelling/grammar fixes for the Doxygen comments
Diego Biurrun
2007-02-27
Revert previous commit that contained an unrelated hunk.
Diego Biurrun
2007-02-26
spelling/grammar fixes for a Doxygen comment
Diego Biurrun
2006-11-30
doxy
Michael Niedermayer
2006-11-14
AVL tree
Michael Niedermayer