log tree.c @ 701:ae6e96434bec libavutil

age author description
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