Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-03-29fix some a/an typosLou Logan
2015-10-25avutil/tree: Document the guaranteed ordering of compare arguments for av_tre...Michael Niedermayer
2015-10-25avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde
2015-10-25avutil/tree: improve documentation for av_tree_find, av_tree_insertGanesh Ajjanagadde
2013-08-01Merge commit 'a9b04b2c43f95cc17c2291f83c27a3119471d986'Michael Niedermayer
2013-07-31tree.h: K&R formatting and typo cosmeticsDiego Biurrun
2012-10-28lavu: keep context size variablesMichael Niedermayer
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-05-20lavu/tree: perform minor fixes to av_tree_insert() documentationStefano Sabatini
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-06Remove a few if (p) av_freep(&p) formsClément Bœsch
2011-02-04Remove a few if (p) av_freep(&p) formsClément Bœsch
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak
2010-03-01Revert r22119 and partially revert 22120.Vitor Sessak
2010-02-28Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak
2009-05-10Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini
2009-05-10Add missing '*' to av_tree_insert() doxy.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
2008-09-19Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-01-04Document O() time.Michael Niedermayer
2008-01-04Document node removial API.Michael Niedermayer
2008-01-04Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-02-27Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun
2007-02-27spelling/grammar fixes for the Doxygen commentsDiego Biurrun
2007-02-27Revert previous commit that contained an unrelated hunk.Diego Biurrun
2007-02-27spelling/grammar fixes for a Doxygen commentDiego Biurrun
2006-11-30doxyMichael Niedermayer
2006-11-14AVL treeMichael Niedermayer