summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
Commit message (Expand)AuthorAgeFilesLines
* lavu/opt: add flag to return NULL when applicable in av_opt_getRodger Combs2015-10-091-0/+10
* lavu/opt: switch AV_OPT flags to shift-based formattingRodger Combs2015-10-091-4/+4
* avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-0/+1
* lavu: Drop old deprecated AVOption APIHendrik Leppkes2015-09-051-56/+0
* Remove FF_CONST_AVUTIL55 cruftHendrik Leppkes2015-09-051-3/+3
* Undeprecate av_opt_set_defaults2().Ronald S. Bultje2015-08-181-3/+9
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-181-0/+3
* doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-1/+1
* lavu/opt: add escaping to av_opt_serializeLukasz Marek2014-11-291-0/+3
* lavu/opt: add consts where possibleLukasz Marek2014-11-271-3/+4
* lavu/opt: introduce av_opt_serialize()Lukasz Marek2014-11-161-0/+21
* lavu/opt: introduce av_opt_is_set_to_default()Lukasz Marek2014-11-161-0/+26
* Merge commit 'c6074a30ba3b5fb4319ee6ee599656d58548cdc8'Michael Niedermayer2014-11-111-2/+2
|\
| * opt: Fix the documentation mentioning av_set_string3Luca Barbato2014-11-111-2/+2
* | lavu/opt: document av_opt_copy functionLukasz Marek2014-11-091-0/+10
* | avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer2014-10-051-19/+0
* | Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'Michael Niedermayer2014-08-131-10/+22
|\ \ | |/
| * AVOption: add support for dictionary types.Andrew Stone2014-08-131-10/+21
* | avutil/opt: add av_opt_copy()Michael Niedermayer2014-06-011-0/+2
* | lavu/opt: add av_opt_set_dict2() functionLukasz Marek2014-05-021-0/+18
* | lavu/opt: extend AVOptionRange by extra valuesLukasz Marek2014-04-031-6/+65
* | Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1'Michael Niedermayer2014-02-201-0/+9
|\ \ | |/
| * AVOptions: add flags for read/read-only optionsAnton Khirnov2014-02-191-0/+9
* | Merge commit '6bb8720f00e2e6209665f819fb351fd42b82d5d0'Michael Niedermayer2014-02-201-0/+2
|\ \ | |/
| * AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov2014-02-191-0/+2
* | fix order of operations in commentsMichael Niedermayer2013-10-231-1/+1
* | lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini2013-10-171-0/+3
* | lavu/opt.h: fix grammar typo in av_opt_get* doxyStefano Sabatini2013-10-171-1/+1
* | lavu/opt: fix doxy for av_opt_get* functions about return valueStefano Sabatini2013-10-041-1/+1
* | libavutil/opt.h: Fix duplicate wordsMichael Niedermayer2013-08-121-1/+1
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-031-2/+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
* | lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol2013-05-171-0/+1
* | lavu/opt: check int lists length for overflow.Nicolas George2013-04-131-2/+4
* | lavu: add helper functions for integer lists.Nicolas George2013-04-121-0/+14
* | lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George2013-03-201-0/+1
* | lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol2013-03-201-0/+3
* | opt: Add support to query rangesMichael Niedermayer2012-12-081-0/+54
* | lavu/opt: add av_opt_ accessors for pixel/format/image size optionsStefano Sabatini2012-11-251-0/+8
* | ensure comment blocks that contain doxygen commands start with double asterixPeter Ross2012-11-211-1/+1
* | lavu/opt: fix av_opt_get_key_value() API.Nicolas George2012-11-161-3/+4
* | lavu/opt: implement av_opt_get_key_value().Nicolas George2012-11-041-0/+32
* | lavu/opt: add AV_OPT_SAMPLE_FMT optionStefano Sabatini2012-11-031-0/+1
* | lavu/opt: cosmetic fixes forgotten in the previous patch.Nicolas George2012-09-301-2/+2
* | opt: implement av_opt_set_from_string().Nicolas George2012-09-301-0/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-061-4/+4
|\ \ | |/
| * avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-051-4/+4
* | avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-051-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/