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
2022-11-06avutil/dict: Improve documentationMarvin Scholz
2022-11-06avutil/dict: Add av_dict_iterateMarvin Scholz
2021-07-22Remove obsolete version.h inclusionsAndreas Rheinhardt
2016-03-25lavu/dict: Add new flag to allow multiple equal keys.Thilo Borgmann
2016-03-15avutil/dict: add warning to docs about invalidating existing entries when add...Marton Balint
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2015-10-14Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'Hendrik Leppkes
2015-10-12dict: Change return type of av_dict_copy()Vittorio Giovara
2014-11-24avutil: remove FF_CONST_AVUTIL53, its no longer neededMichael Niedermayer
2014-11-21lavu/dict: add av_dict_get_stringLukasz Marek
2014-08-23dict.c: Free non-strduped av_dict_set arguments on error.Reimar Döffinger
2014-08-16dict.c: Add av_dict_set_int helper function.Reimar Döffinger
2014-06-05Merge commit 'd816e125fe1fa5c909b706d47904a4d6c1799996'Michael Niedermayer
2014-06-05dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun
2014-05-14avutil/dict: delay addition of const from e12a73246d8ce7d0fc4036522688934e26d...Michael Niedermayer
2014-04-03dict: const pointers to dictionary where possibleRoman Fietze
2014-02-05Merge commit '9ecb858775483a76c137e8e1ad45a95e318bca61'Michael Niedermayer
2014-02-05doxy: Format @code blocks so they render properlyLuca Barbato
2013-12-16lavu/dict.h: extend/clarify av_dict_get() doxyStefano Sabatini
2013-11-22lavu/dict.h: extend/clarify docs for av_dict_parse_string()Stefano Sabatini
2013-11-22lavu/dict.h: apply various fixes/extensions to doxyStefano Sabatini
2013-01-26Merge commit '38c1466ca41c73c7ce347da702362cb69c151716'Michael Niedermayer
2013-01-25dict: add av_dict_parse_string()Justin Ruggles
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-08-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-10dict: add av_dict_count()Mans Rullgard
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun
2012-03-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-19docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-08dict: extend documentation.Anton Khirnov
2011-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-01doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler
2011-07-01dict: fix another typoStefano Sabatini
2011-06-28dict: fix various typosStefano Sabatini
2011-06-28AVDictionary: warn about its shortcommings and mention available replacements.Michael Niedermayer
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16dict: add AV_DICT_APPEND flag.Anton Khirnov
2011-06-10dict: This code was developed in ffmpeg and not libav, nor by libav developers.Michael Niedermayer
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov