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 (Expand)Author
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2015-10-25avutil/tree: clean up pointer incompatibility warningsGanesh Ajjanagadde
2015-10-25avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde
2015-08-28lavu: Drop deprecated context size variablesVittorio Giovara
2013-10-24tree-test: Don't return restricted exit codesDerek Buitenhuis
2013-10-24tree-test: Don't return restricted exit codesDerek Buitenhuis
2013-08-01avutil/tree: fix memleaksMichael Niedermayer
2013-08-01Merge commit 'c2e936de07d054bf476e60445b453bf6b4836820'Michael Niedermayer
2013-07-31tree-test: Refactor and plug memory leaksDiego Biurrun
2013-07-30Merge commit 'd99a2b6d0a4d0b2f5ba6a1f1637d6cb88c5c9184'Michael Niedermayer
2013-07-30avutil/tree: allow adjusting the log levelMichael Niedermayer
2013-07-30avutil/tree: change debug output to AV_LOG_DEBUG levelMichael Niedermayer
2013-07-30Merge commit '10db1a9bca46b0f760a1263d47142b2f57e195d7'Michael Niedermayer
2013-07-29avutil/tree: Drop debug messages that clutter the outputDiego Biurrun
2013-07-29avutil/tree: K&R formatting cosmeticsDiego Biurrun
2012-10-31tree-test: fix printf() typesMichael Niedermayer
2012-10-30tree: fix type used for testing the treeMichael Niedermayer
2012-10-28lavu: keep context size variablesMichael Niedermayer
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-04Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
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-11-14Fix indention after last commit.Michael Niedermayer
2009-11-14Fix crash with av_tree_enumerate(NULL).Michael Niedermayer
2009-11-14Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-03-31Fix warnings in tree.c test code.Benoit Fouet
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-04cosmetic: indentAurelien Jacobs
2009-01-04add a termination conditionAurelien Jacobs
2008-09-19Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer
2008-01-24Comment to explain how the add/remove core works.Michael Niedermayer
2008-01-16Print removing of nodes in the test code.Michael Niedermayer
2008-01-16simplifyMichael Niedermayer
2008-01-09Remove unused variable j.Diego Biurrun
2008-01-04indentMichael Niedermayer
2008-01-04Flip key and element so types match, not that it matters for any codeMichael Niedermayer
2008-01-04Fix selftest.Michael Niedermayer
2008-01-04Support removing elements.Michael Niedermayer