Tue, 09 Mar 2010 17:39:19 +0000 |
mru |
Replace many includes of libavutil/common.h with what is actually needed
libavutil
|
Wed, 03 Mar 2010 17:31:24 +0000 |
vitor |
Plug memory leak in NUT muxer and demuxer
libavutil
|
Mon, 01 Mar 2010 18:16:10 +0000 |
vitor |
Revert r22119 and partially revert 22120.
libavutil
|
Sun, 28 Feb 2010 20:48:42 +0000 |
vitor |
Implement av_tree_destroy_free_elem() to destroy a tree and free all the
libavutil
|
Sat, 14 Nov 2009 19:15:09 +0000 |
michael |
Fix indention after last commit.
libavutil
|
Sat, 14 Nov 2009 19:14:14 +0000 |
michael |
Fix crash with av_tree_enumerate(NULL).
libavutil
|
Sat, 14 Nov 2009 11:19:08 +0000 |
michael |
Make sure av_tree_enumerate() enumerates left->right.
libavutil
|
Fri, 10 Apr 2009 17:23:38 +0000 |
diego |
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
libavutil
|
Tue, 31 Mar 2009 14:00:46 +0000 |
benoit |
Fix warnings in tree.c test code.
libavutil
|
Tue, 31 Mar 2009 09:32:59 +0000 |
diego |
Mark non-exported functions in test and example programs as static.
libavutil
|
Fri, 20 Mar 2009 11:48:27 +0000 |
diego |
Replace random() usage in test programs by av_lfg_*().
libavutil
|
Wed, 28 Jan 2009 00:16:05 +0000 |
diego |
spelling/grammar/consistency review part I
libavutil
|
Sun, 04 Jan 2009 17:48:54 +0000 |
aurel |
cosmetic: indent
libavutil
|
Sun, 04 Jan 2009 17:48:19 +0000 |
aurel |
add a termination condition
libavutil
|
Fri, 19 Sep 2008 12:41:12 +0000 |
michael |
Avoid undefined behavior for removing elements that were not in the tree.
libavutil
|
Wed, 23 Jan 2008 21:03:21 +0000 |
michael |
Comment to explain how the add/remove core works.
libavutil
|
Wed, 16 Jan 2008 01:54:56 +0000 |
michael |
Print removing of nodes in the test code.
libavutil
|
Wed, 16 Jan 2008 01:54:18 +0000 |
michael |
simplify
libavutil
|
Tue, 08 Jan 2008 22:53:25 +0000 |
diego |
Remove unused variable j.
libavutil
|
Fri, 04 Jan 2008 19:16:38 +0000 |
michael |
indent
libavutil
|
Fri, 04 Jan 2008 18:58:36 +0000 |
michael |
Flip key and element so types match, not that it matters for any code
libavutil
|
Fri, 04 Jan 2008 18:21:36 +0000 |
michael |
Fix selftest.
libavutil
|
Fri, 04 Jan 2008 18:20:03 +0000 |
michael |
Support removing elements.
libavutil
|
Fri, 04 Jan 2008 17:52:16 +0000 |
michael |
Move *malloc() out of tree.c, that way the code can be used with
libavutil
|
Fri, 04 Jan 2008 10:14:21 +0000 |
michael |
Always set next correctly, even if a matching element is found (that is
libavutil
|
Fri, 23 Nov 2007 00:52:56 +0000 |
diego |
main() --> main(void)
libavutil
|
Tue, 14 Nov 2006 10:04:09 +0000 |
michael |
0.5l
libavutil
|
Tue, 14 Nov 2006 01:06:15 +0000 |
michael |
improve enumerate so arbitrary ranges can be enumerated quickly
libavutil
|
Tue, 14 Nov 2006 01:02:30 +0000 |
michael |
AVL tree
libavutil
|