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
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
This reduces the number of false dependencies on header files and speeds up compilation. Originally committed as revision 22407 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-11-14Fix indention after last commit.Michael Niedermayer
Originally committed as revision 20538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-14Fix crash with av_tree_enumerate(NULL).Michael Niedermayer
Originally committed as revision 20537 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-14Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer
Originally committed as revision 20535 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
Originally committed as revision 18422 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Fix warnings in tree.c test code.Benoit Fouet
Originally committed as revision 18267 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
Originally committed as revision 18259 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
Originally committed as revision 18070 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-04cosmetic: indentAurelien Jacobs
Originally committed as revision 16423 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-04add a termination conditionAurelien Jacobs
Originally committed as revision 16422 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-01-24Comment to explain how the add/remove core works.Michael Niedermayer
Originally committed as revision 11603 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-16Print removing of nodes in the test code.Michael Niedermayer
Originally committed as revision 11534 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-16simplifyMichael Niedermayer
Originally committed as revision 11533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-09Remove unused variable j.Diego Biurrun
Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-04indentMichael Niedermayer
Originally committed as revision 11405 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-04Flip key and element so types match, not that it matters for any codeMichael Niedermayer
using it in libav*. Originally committed as revision 11404 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-04Fix selftest.Michael Niedermayer
Originally committed as revision 11401 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-04Support removing elements.Michael Niedermayer
Originally committed as revision 11400 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
2008-01-04Always set next correctly, even if a matching element is found (that isMichael Niedermayer
how it is documented and used). Originally committed as revision 11391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-23main() --> main(void)Diego Biurrun
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-140.5lMichael Niedermayer
Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer
Originally committed as revision 7033 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14AVL treeMichael Niedermayer
Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk