aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/opt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c'Michael Niedermayer2013-12-161-3/+3
|\
* | avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) timeMichael Niedermayer2013-12-071-6/+13
* | avutil/opt: factor set_string_color() outMichael Niedermayer2013-12-071-10/+16
* | avutil/opt: factor set_string_video_rate() outMichael Niedermayer2013-12-071-9/+14
* | avutil/opt: factor set_string_image_size() outMichael Niedermayer2013-12-071-9/+16
* | avutil/opt: fix flags check on non x86Michael Niedermayer2013-10-291-1/+1
* | avutil/opt: check flags validity in write_number()Michael Niedermayer2013-10-281-0/+9
* | Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3'Michael Niedermayer2013-10-281-1/+2
|\|
| * AVOptions: do not range check flag options.Anton Khirnov2013-10-271-1/+2
* | avutil/opt: initialize retMichael Niedermayer2013-10-201-1/+1
* | lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini2013-10-171-1/+73
* | lavu/opt-test: use automatic set and free handlersStefano Sabatini2013-10-171-3/+2
* | avutil/opt: make const tables static constMichael Niedermayer2013-08-101-3/+3
* | avutil/opt: fix av_log typeMichael Niedermayer2013-08-101-1/+1
* | avutil/opt: fix types passed to the format string "%s"Michael Niedermayer2013-08-081-2/+2
* | Merge commit 'c7e921a54ffe7feb9f695c82f0a0764ab8d0f62b'Michael Niedermayer2013-08-011-0/+3
|\|
| * avopt: Check whether the object actually has got an AVClassMartin Storsjö2013-07-311-0/+3
* | lavu/opt: show default values for AV_OPT_TYPE_PIXEL_FMT and AV_OPT_TYPE_SAMPL...Paul B Mahol2013-07-251-0/+6
* | lavu/opt: show default valuesPaul B Mahol2013-07-031-0/+34
* | lavu/opt: check if class is NULL tooPaul B Mahol2013-05-211-1/+1
* | lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol2013-05-171-1/+24
* | Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer2013-04-041-0/+7
|\|
| * opt: check the return values of av_get_token for ENOMEM.Anton Khirnov2013-04-041-0/+7
* | lavu/opt: make sure av_opt_set_bin() handles NULL/0.Nicolas George2013-04-011-3/+4
* | opt: attempt to improve options dump output.Clément Bœsch2013-03-311-2/+4
* | Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer2013-03-281-1/+1
|\|
| * AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov2013-03-281-1/+1
* | lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George2013-03-201-1/+30
* | avutil: fix compilationMichael Niedermayer2013-03-201-0/+1
* | lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol2013-03-201-1/+60
* | Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b'Michael Niedermayer2013-03-161-4/+4
|\|
| * AVOptions: fix using named constants with child contexts.Anton Khirnov2013-03-161-4/+4
| * AVOption: remove an unused function parameter.Anton Khirnov2013-03-161-6/+4
| * Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-311-1/+1
* | lavu/opt: fix weird alignStefano Sabatini2013-03-051-1/+1
* | lavu/opt-test: do not explicitly set default value in test_ctxStefano Sabatini2013-03-051-2/+1
* | Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer2012-12-231-1/+2
|\|
| * opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles2012-12-221-2/+4
* | opt: fix memleak on error of range_arrayMichael Niedermayer2012-12-111-0/+1
* | lavu/opt: change the way ranges are printedStefano Sabatini2012-12-081-7/+8
* | lavu/opt: make av_opt_query_ranges_default() return a meaningful error codeStefano Sabatini2012-12-081-2/+6
* | lavu/opt: perform misc cosmetical fixesStefano Sabatini2012-12-081-10/+13
* | opt_list: fix vertical alignment of typesMichael Niedermayer2012-12-081-12/+12
* | opt: print ranges in opt_list()Michael Niedermayer2012-12-081-0/+42
* | opt: Add support to query rangesMichael Niedermayer2012-12-081-0/+80
* | Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer2012-12-061-3/+8
|\|
| * lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles2012-12-051-3/+8
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-2/+0
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
| * lavu: remove disabled avoptions cruftAnton Khirnov2012-10-231-147/+0