| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a few if (p) av_freep(&p) forms | Clément Bœsch | 2011-02-06 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -3/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Plug memory leak in NUT muxer and demuxer | Vitor Sessak | 2010-03-03 | 1 | -0/+13 |
* | Revert r22119 and partially revert 22120. | Vitor Sessak | 2010-03-01 | 1 | -1/+0 |
* | Implement av_tree_destroy_free_elem() to destroy a tree and free all the | Vitor Sessak | 2010-02-28 | 1 | -0/+1 |
* | Add @code/@endcode commands to markup C code in av_tree_insert() doxy. | Stefano Sabatini | 2009-05-09 | 1 | -1/+2 |
* | Add missing '*' to av_tree_insert() doxy. | Stefano Sabatini | 2009-05-09 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part II | Diego Biurrun | 2009-01-28 | 1 | -9/+9 |
* | Avoid undefined behavior for removing elements that were not in the tree. | Michael Niedermayer | 2008-09-19 | 1 | -2/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Document O() time. | Michael Niedermayer | 2008-01-04 | 1 | -0/+2 |
* | Document node removial API. | Michael Niedermayer | 2008-01-04 | 1 | -6/+18 |
* | Move *malloc() out of tree.c, that way the code can be used with | Michael Niedermayer | 2008-01-04 | 1 | -1/+11 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Add Doxygen author and file description, rephrase a Doxygen comment. | Diego Biurrun | 2007-02-27 | 1 | -3/+9 |
* | spelling/grammar fixes for the Doxygen comments | Diego Biurrun | 2007-02-27 | 1 | -12/+12 |
* | Revert previous commit that contained an unrelated hunk. | Diego Biurrun | 2007-02-27 | 1 | -4/+4 |
* | spelling/grammar fixes for a Doxygen comment | Diego Biurrun | 2007-02-26 | 1 | -4/+4 |
* | doxy | Michael Niedermayer | 2006-11-30 | 1 | -2/+25 |
* | AVL tree | Michael Niedermayer | 2006-11-14 | 1 | -0/+29 |