summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
Commit message (Expand)AuthorAge
...
* | lavu/opt: add av_opt_set_dict2() functionLukasz Marek2014-05-02
* | lavu/opt: extend AVOptionRange by extra valuesLukasz Marek2014-04-03
* | Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1'Michael Niedermayer2014-02-20
|\|
| * AVOptions: add flags for read/read-only optionsAnton Khirnov2014-02-19
* | Merge commit '6bb8720f00e2e6209665f819fb351fd42b82d5d0'Michael Niedermayer2014-02-20
|\|
| * AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov2014-02-19
* | fix order of operations in commentsMichael Niedermayer2013-10-23
* | lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini2013-10-17
* | lavu/opt.h: fix grammar typo in av_opt_get* doxyStefano Sabatini2013-10-17
* | lavu/opt: fix doxy for av_opt_get* functions about return valueStefano Sabatini2013-10-04
* | libavutil/opt.h: Fix duplicate wordsMichael Niedermayer2013-08-12
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-03
|\|
| * Give less generic names to global library option arraysDiego Biurrun2013-08-02
| * lavu: remove disabled avoptions cruftAnton Khirnov2012-10-23
* | lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
* | lavu/opt: check int lists length for overflow.Nicolas George2013-04-13
* | lavu: add helper functions for integer lists.Nicolas George2013-04-12
* | lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George2013-03-20
* | lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol2013-03-20
* | opt: Add support to query rangesMichael Niedermayer2012-12-08
* | lavu/opt: add av_opt_ accessors for pixel/format/image size optionsStefano Sabatini2012-11-25
* | ensure comment blocks that contain doxygen commands start with double asterixPeter Ross2012-11-21
* | lavu/opt: fix av_opt_get_key_value() API.Nicolas George2012-11-16
* | lavu/opt: implement av_opt_get_key_value().Nicolas George2012-11-04
* | lavu/opt: add AV_OPT_SAMPLE_FMT optionStefano Sabatini2012-11-03
* | lavu/opt: cosmetic fixes forgotten in the previous patch.Nicolas George2012-09-30
* | opt: implement av_opt_set_from_string().Nicolas George2012-09-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-06
|\|
| * avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-05
* | avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-05
|\|
| * avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-04
* | lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macroStefano Sabatini2012-08-12
* | opt: add AV_OPT_TYPE_PIXEL_FMT.Nicolas George2012-06-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-26
|\|
| * opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-26
* | opt: add AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* | AVoption doxy: clarify a few needs in relation to AVClass less structs.Michael Niedermayer2012-04-18
* | Fix compilation for C++ applicationsGavin Kinsey2011-12-05
* | av_opt: add av_opt_ptr() to return a pointer to a field of a object based onMichael Niedermayer2011-12-05
* | avutil: revert project name messingMichael Niedermayer2011-11-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-23
|\|
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-22
* | opt: remove attribute_deprecated from several functions that do not have adeq...Michael Niedermayer2011-11-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * AVOptions: add documentation.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
| * AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-12
| * AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-12