summaryrefslogtreecommitdiffstats
path: root/libavutil/opt.h
Commit message (Expand)AuthorAgeFilesLines
* lavu: Drop deprecated option typeVittorio Giovara2017-03-231-3/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* opt: Add av_opt_copy()Michael Niedermayer2016-03-241-0/+13
* opt: Add const to av_opt_nextLukasz Marek2016-03-241-1/+1
* opt: Fix the documentation mentioning av_set_string3Luca Barbato2014-11-111-2/+2
* AVOption: add support for dictionary types.Andrew Stone2014-08-131-10/+21
* AVOptions: add flags for read/read-only optionsAnton Khirnov2014-02-191-0/+9
* AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov2014-02-191-0/+2
* Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* lavu: remove disabled avoptions cruftAnton Khirnov2012-10-231-76/+0
* avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-051-4/+4
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-041-1/+1
* opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-261-0/+1
* doxy: provide a start page and document libavutilLuca Barbato2011-11-221-1/+2
* AVOptions: add documentation.Anton Khirnov2011-10-191-0/+183
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+12
* AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-121-1/+12
* AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-121-0/+24
* AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-121-5/+28
* AVOptions: add av_opt_set*().Anton Khirnov2011-10-121-3/+42
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-0/+41
* AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-101-3/+1
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-071-0/+4
* AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov2011-09-071-0/+5
* AVOptions: fix av_set_string3() doxy to match reality.Anton Khirnov2011-09-031-1/+1
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-031-0/+9
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-161-0/+31
* AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov2011-06-161-0/+17
* avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-101-0/+10
* AVOptions: add av_opt_free convenience function.Anton Khirnov2011-06-051-0/+5
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-51/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-271-0/+19
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-0/+207
OpenPOWER on IntegriCloud