]> git.sesse.net Git - ffmpeg/history - libavutil/tree.c
hevc: eliminate the second call to hls_nal_unit()
[ffmpeg] / libavutil / tree.c
2013-10-24 Derek Buitenhuistree-test: Don't return restricted exit codes
2013-07-31 Diego Biurruntree-test: Refactor and plug memory leaks
2013-07-29 Diego Biurrunavutil/tree: Drop debug messages that clutter the output
2013-07-29 Diego Biurrunavutil/tree: K&R formatting cosmetics
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-10-11 Martin Storsjöavutil: Add functions for allocating opaque contexts...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2011-12-03 Yordan MakarievCode clean-up for crc.c, lfg.c, log.c, random_see.d...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-03 Vitor SessakPlug memory leak in NUT muxer and demuxer
2010-03-01 Vitor SessakRevert r22119 and partially revert 22120.
2010-02-28 Vitor SessakImplement av_tree_destroy_free_elem() to destroy a...
2009-11-14 Michael NiedermayerFix indention after last commit.
2009-11-14 Michael NiedermayerFix crash with av_tree_enumerate(NULL).
2009-11-14 Michael NiedermayerMake sure av_tree_enumerate() enumerates left->right.
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-31 Benoit FouetFix warnings in tree.c test code.
2009-03-31 Diego BiurrunMark non-exported functions in test and example program...
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-04 Aurelien Jacobscosmetic: indent
2009-01-04 Aurelien Jacobsadd a termination condition
2008-09-19 Michael NiedermayerAvoid undefined behavior for removing elements that...
2008-01-23 Michael NiedermayerComment to explain how the add/remove core works.
2008-01-16 Michael NiedermayerPrint removing of nodes in the test code.
2008-01-16 Michael Niedermayersimplify
2008-01-08 Diego BiurrunRemove unused variable j.
2008-01-04 Michael Niedermayerindent
2008-01-04 Michael NiedermayerFlip key and element so types match, not that it matter...
2008-01-04 Michael NiedermayerFix selftest.
2008-01-04 Michael NiedermayerSupport removing elements.
2008-01-04 Michael NiedermayerMove *malloc() out of tree.c, that way the code can...
2008-01-04 Michael NiedermayerAlways set next correctly, even if a matching element...
2007-11-23 Diego Biurrunmain() --> main(void)
2006-11-14 Michael Niedermayer0.5l
2006-11-14 Michael Niedermayerimprove enumerate so arbitrary ranges can be enumerated...
2006-11-14 Michael NiedermayerAVL tree