- 25 Mar, 2016 1 commit
-
-
Thilo Borgmann authored
-
- 14 Mar, 2016 1 commit
-
-
Marton Balint authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
-
- 18 Feb, 2016 1 commit
-
-
Diego Biurrun authored
-
- 12 Oct, 2015 1 commit
-
-
Vittorio Giovara authored
av_dict_set() could return an error, so forward it appropriately. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 24 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
version is 54 already Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Nov, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 23 Aug, 2014 1 commit
-
-
Reimar Döffinger authored
Unfortunately this was not explicitly documented and thus might be risky. But all uses I could find in FFmpeg and one in VLC had a memleak in these cases, and I could not find any that relied on the previous behaviour. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 16 Aug, 2014 1 commit
-
-
Reimar Döffinger authored
This allows getting rid of the many, slightly differing, implementations of basically the same thing. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 05 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 14 May, 2014 1 commit
-
-
Michael Niedermayer authored
avutil/dict: delay addition of const from e12a7324 until next major ABI bump This unbreaks API Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 03 Apr, 2014 1 commit
-
-
Roman Fietze authored
This avoids temporaries or ugly casting in the calling code where const dictionaries are used. Esp. helpful when writing C++ wrappers for an AVDictionary having const member functions and CTORs with const references. Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Feb, 2014 1 commit
-
-
Luca Barbato authored
@code command reports verbatim everything between it and @endcode. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 16 Dec, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 22 Nov, 2013 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
In particular, document AV_DICT_MATCH_CASE, AV_DICT_IGNORE_SUFFIX, and extend documentation for av_dict_get().
-
- 25 Jan, 2013 1 commit
-
-
Justin Ruggles authored
Can be used to set multiple key/value pairs from a string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 06 Oct, 2012 1 commit
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- 10 Aug, 2012 1 commit
-
-
Mans Rullgard authored
This adds a function to retrieve the number of entries in a dictionary and updates the places directly accessing what should be an opaque struct to use this new function instead. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 03 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 19 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 22 Nov, 2011 1 commit
-
-
Luca Barbato authored
Introduce a basic layout, the subpages are currently left empty. Split libavutil in multiple groups as example of the structure
-
- 08 Jul, 2011 1 commit
-
-
Anton Khirnov authored
-
- 01 Jul, 2011 2 commits
-
-
Reinhard Tartler authored
-
Stefano Sabatini authored
achive -> achieve
-
- 28 Jun, 2011 2 commits
-
-
Stefano Sabatini authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 09 Jun, 2011 1 commit
-
-
Michael Niedermayer authored
Correct copyright notices. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jun, 2011 1 commit
-
-
Anton Khirnov authored
Rename it to AVDictionary, since it will be used as such. Tags documentation and metadata conversion API is lavf-specific, so remains there.
-