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.c
Age
Commit message (
Expand
)
Author
2012-10-31
tree-test: fix printf() types
Michael Niedermayer
2012-10-29
tree: fix type used for testing the tree
Michael Niedermayer
2012-10-28
lavu: keep context size variables
Michael Niedermayer
2012-10-12
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
Michael Niedermayer
2012-10-11
Use the new aes/md5/sha/tree allocation functions
Martin Storsjö
2012-10-11
avutil: Add functions for allocating opaque contexts for algorithms
Martin Storsjö
2012-08-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2011-12-05
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-03
Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.
Yordan Makariev
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-03-09
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
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-11-14
Fix indention after last commit.
Michael Niedermayer
2009-11-14
Fix crash with av_tree_enumerate(NULL).
Michael Niedermayer
2009-11-14
Make sure av_tree_enumerate() enumerates left->right.
Michael Niedermayer
2009-04-10
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-03-31
Fix warnings in tree.c test code.
Benoit Fouet
2009-03-31
Mark non-exported functions in test and example programs as static.
Diego Biurrun
2009-03-20
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-04
cosmetic: indent
Aurelien Jacobs
2009-01-04
add a termination condition
Aurelien Jacobs
2008-09-19
Avoid undefined behavior for removing elements that were not in the tree.
Michael Niedermayer
2008-01-23
Comment to explain how the add/remove core works.
Michael Niedermayer
2008-01-16
Print removing of nodes in the test code.
Michael Niedermayer
2008-01-16
simplify
Michael Niedermayer
2008-01-08
Remove unused variable j.
Diego Biurrun
2008-01-04
indent
Michael Niedermayer
2008-01-04
Flip key and element so types match, not that it matters for any code
Michael Niedermayer
2008-01-04
Fix selftest.
Michael Niedermayer
2008-01-04
Support removing elements.
Michael Niedermayer
2008-01-04
Move *malloc() out of tree.c, that way the code can be used with
Michael Niedermayer
2008-01-04
Always set next correctly, even if a matching element is found (that is
Michael Niedermayer
2007-11-23
main() --> main(void)
Diego Biurrun
2006-11-14
0.5l
Michael Niedermayer
2006-11-14
improve enumerate so arbitrary ranges can be enumerated quickly
Michael Niedermayer
2006-11-14
AVL tree
Michael Niedermayer