Commit History

Author SHA1 Message Date
  Michael Niedermayer 2588178669 tree-test: fix printf() types 11 years ago
  Michael Niedermayer 12cb64e8d9 tree: fix type used for testing the tree 11 years ago
  Michael Niedermayer c581cb4e4f Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Michael Niedermayer 707138593a Merge remote-tracking branch 'qatar/master' 12 years ago
  Yordan Makariev 425b45d4b0 Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. 12 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 14 years ago
  Vitor Sessak 4b83fc0fe4 Plug memory leak in NUT muxer and demuxer 14 years ago
  Vitor Sessak 8a4d067dfc Revert r22119 and partially revert 22120. 14 years ago
  Vitor Sessak fee6faa2b6 Implement av_tree_destroy_free_elem() to destroy a tree and free all the 14 years ago
  Michael Niedermayer b154ed5abe Fix indention after last commit. 14 years ago
  Michael Niedermayer edabf35926 Fix crash with av_tree_enumerate(NULL). 14 years ago
  Michael Niedermayer 1bf83b9548 Make sure av_tree_enumerate() enumerates left->right. 14 years ago
  Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 15 years ago
  Benoit Fouet 168fffdf01 Fix warnings in tree.c test code. 15 years ago
  Diego Biurrun 504ffed19f Mark non-exported functions in test and example programs as static. 15 years ago
  Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 15 years ago
  Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 15 years ago
  Aurelien Jacobs 045cbba92d cosmetic: indent 15 years ago
  Aurelien Jacobs d8bd113ef4 add a termination condition 15 years ago
  Michael Niedermayer eed3607564 Avoid undefined behavior for removing elements that were not in the tree. 16 years ago
  Michael Niedermayer 51198a8737 Comment to explain how the add/remove core works. 16 years ago
  Michael Niedermayer 5d1e3d2210 Print removing of nodes in the test code. 16 years ago
  Michael Niedermayer 3f161c7eab simplify 16 years ago
  Diego Biurrun a005768d25 Remove unused variable j. 16 years ago
  Michael Niedermayer a35bf971c6 indent 16 years ago
  Michael Niedermayer 2e1d287329 Flip key and element so types match, not that it matters for any code 16 years ago
  Michael Niedermayer d5cb5fe86b Fix selftest. 16 years ago
  Michael Niedermayer f05dda3b7a Support removing elements. 16 years ago
  Michael Niedermayer 6e8b982bcc Move *malloc() out of tree.c, that way the code can be used with 16 years ago
  Michael Niedermayer 116d15ccf1 Always set next correctly, even if a matching element is found (that is 16 years ago
  Diego Biurrun f8a80fd69d main() --> main(void) 16 years ago
  Michael Niedermayer eaaa48b29e 0.5l 17 years ago
  Michael Niedermayer 3320687691 improve enumerate so arbitrary ranges can be enumerated quickly 17 years ago
  Michael Niedermayer 9eb88fdeba AVL tree 17 years ago