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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak
Originally committed as revision 22174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-01Revert r22119 and partially revert 22120.Vitor Sessak
Originally committed as revision 22135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-28Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak
values stored on it. Originally committed as revision 22119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-10Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini
Originally committed as revision 18776 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-10Add missing '*' to av_tree_insert() doxy.Stefano Sabatini
Originally committed as revision 18775 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-19Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer
Originally committed as revision 15368 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-04Document O() time.Michael Niedermayer
Originally committed as revision 11403 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-04Document node removial API.Michael Niedermayer
Originally committed as revision 11402 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-04Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer
flat arrays which have lower overhead than millions of mallocd() elements. Originally committed as revision 11399 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun
Originally committed as revision 8147 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27spelling/grammar fixes for the Doxygen commentsDiego Biurrun
Originally committed as revision 8138 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Revert previous commit that contained an unrelated hunk.Diego Biurrun
Originally committed as revision 8137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27spelling/grammar fixes for a Doxygen commentDiego Biurrun
Originally committed as revision 8136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-30doxyMichael Niedermayer
Originally committed as revision 7188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14AVL treeMichael Niedermayer
Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk