| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | opt: Add av_opt_copy() | Michael Niedermayer | 2016-03-24 | 1 | -0/+13 |
* | opt: Add const to av_opt_next | Lukasz Marek | 2016-03-24 | 1 | -1/+1 |
* | opt: Fix the documentation mentioning av_set_string3 | Luca Barbato | 2014-11-11 | 1 | -2/+2 |
* | AVOption: add support for dictionary types. | Andrew Stone | 2014-08-13 | 1 | -10/+21 |
* | AVOptions: add flags for read/read-only options | Anton Khirnov | 2014-02-19 | 1 | -0/+9 |
* | AVOptions: deprecate unused AV_OPT_FLAG_METADATA | Anton Khirnov | 2014-02-19 | 1 | -0/+2 |
* | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -2/+2 |
* | lavu: remove disabled avoptions cruft | Anton Khirnov | 2012-10-23 | 1 | -76/+0 |
* | avopt: fix examples to match the same style about default values as the actua... | Michael Niedermayer | 2012-09-05 | 1 | -4/+4 |
* | avopt: Reorder the default_val struct, making i64 the first field | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | opt: Add av_opt_set_bin() | Samuel Pitoiset | 2012-05-26 | 1 | -0/+1 |
* | doxy: provide a start page and document libavutil | Luca Barbato | 2011-11-22 | 1 | -1/+2 |
* | AVOptions: add documentation. | Anton Khirnov | 2011-10-19 | 1 | -0/+183 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+12 |
* | AVOptions: add av_opt_next, deprecate av_next_option. | Anton Khirnov | 2011-10-12 | 1 | -1/+12 |
* | AVOptions: add functions for evaluating option strings. | Anton Khirnov | 2011-10-12 | 1 | -0/+24 |
* | AVOptions: add av_opt_get*, deprecate av_get*. | Anton Khirnov | 2011-10-12 | 1 | -5/+28 |
* | AVOptions: add av_opt_set*(). | Anton Khirnov | 2011-10-12 | 1 | -3/+42 |
* | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 1 | -0/+41 |
* | AVOptions: split av_set_string3 into opt type-specific functions | Anton Khirnov | 2011-10-10 | 1 | -3/+1 |
* | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 1 | -0/+4 |
* | AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h | Anton Khirnov | 2011-09-07 | 1 | -0/+5 |
* | AVOptions: fix av_set_string3() doxy to match reality. | Anton Khirnov | 2011-09-03 | 1 | -1/+1 |
* | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 1 | -0/+9 |
* | AVOptions: add av_opt_find() as a replacement for av_find_opt. | Anton Khirnov | 2011-06-16 | 1 | -0/+31 |
* | AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context. | Anton Khirnov | 2011-06-16 | 1 | -0/+17 |
* | avoptions: Add an av_opt_flag_is_set function for inspecting flag fields | Martin Storsjö | 2011-06-10 | 1 | -0/+10 |
* | AVOptions: add av_opt_free convenience function. | Anton Khirnov | 2011-06-05 | 1 | -0/+5 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -51/+4 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move av_set_options_string() from libavfilter to libavutil. | Stefano Sabatini | 2010-09-27 | 1 | -0/+19 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -0/+207 |