summaryrefslogtreecommitdiff
path: root/libavutil/opt.c
Commit message (Expand)AuthorAge
...
* | avutil/opt: make const tables static constMichael Niedermayer2013-08-10
* | avutil/opt: fix av_log typeMichael Niedermayer2013-08-10
* | avutil/opt: fix types passed to the format string "%s"Michael Niedermayer2013-08-08
* | Merge commit 'c7e921a54ffe7feb9f695c82f0a0764ab8d0f62b'Michael Niedermayer2013-08-01
|\|
| * avopt: Check whether the object actually has got an AVClassMartin Storsjö2013-07-31
* | lavu/opt: show default values for AV_OPT_TYPE_PIXEL_FMT and AV_OPT_TYPE_SAMPL...Paul B Mahol2013-07-25
* | lavu/opt: show default valuesPaul B Mahol2013-07-03
* | lavu/opt: check if class is NULL tooPaul B Mahol2013-05-21
* | lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
* | Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer2013-04-04
|\|
| * opt: check the return values of av_get_token for ENOMEM.Anton Khirnov2013-04-04
* | lavu/opt: make sure av_opt_set_bin() handles NULL/0.Nicolas George2013-04-01
* | opt: attempt to improve options dump output.Clément Bœsch2013-03-31
* | Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer2013-03-28
|\|
| * AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov2013-03-28
* | lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George2013-03-20
* | avutil: fix compilationMichael Niedermayer2013-03-20
* | lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol2013-03-20
* | Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b'Michael Niedermayer2013-03-16
|\|
| * AVOptions: fix using named constants with child contexts.Anton Khirnov2013-03-16
| * AVOption: remove an unused function parameter.Anton Khirnov2013-03-16
| * Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-31
* | lavu/opt: fix weird alignStefano Sabatini2013-03-05
* | lavu/opt-test: do not explicitly set default value in test_ctxStefano Sabatini2013-03-05
* | Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer2012-12-23
|\|
| * opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles2012-12-22
* | opt: fix memleak on error of range_arrayMichael Niedermayer2012-12-11
* | lavu/opt: change the way ranges are printedStefano Sabatini2012-12-08
* | lavu/opt: make av_opt_query_ranges_default() return a meaningful error codeStefano Sabatini2012-12-08
* | lavu/opt: perform misc cosmetical fixesStefano Sabatini2012-12-08
* | opt_list: fix vertical alignment of typesMichael Niedermayer2012-12-08
* | opt: print ranges in opt_list()Michael Niedermayer2012-12-08
* | opt: Add support to query rangesMichael Niedermayer2012-12-08
* | Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer2012-12-06
|\|
| * lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles2012-12-05
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
| * lavu: remove disabled avoptions cruftAnton Khirnov2012-10-23
* | lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini2012-12-01
* | lavu/opt: change the way default pixel and sample format value is setStefano Sabatini2012-11-30
* | lavu/opt: add support for reading pixel and sample format through av_get_int()Stefano Sabatini2012-11-25
* | lavu/opt: fix range shown in set_format() log messageStefano Sabatini2012-11-25
* | lavu/opt: add av_opt_ accessors for pixel/format/image size optionsStefano Sabatini2012-11-25
* | lavu/opt: fix av_opt_get_key_value() API.Nicolas George2012-11-16
* | lavu/opt: show valid range in case of out-of-range valueStefano Sabatini2012-11-07
* | lavu/opt: implement av_opt_get_key_value().Nicolas George2012-11-04
* | lavu/opt: parse key into a mallocated buffer.Nicolas George2012-11-04
* | lavu/opt: set sample format default value, and accept NULL valueStefano Sabatini2012-11-03
* | lavu/opt: prefer if(){}else{} over if()else{} constructStefano Sabatini2012-11-03
* | lavu/opt: add AV_OPT_SAMPLE_FMT optionStefano Sabatini2012-11-03