aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/opt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avutil/opt: remove disabled old ABI compatibility codeMichael Niedermayer2014-08-141-24/+5
* | Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'Michael Niedermayer2014-08-131-3/+51
|\|
| * AVOption: add support for dictionary types.Andrew Stone2014-08-131-3/+51
* | avutil/opt: ensure the right buffer is used in set_string_number()Michael Niedermayer2014-07-251-1/+1
* | avutil/opt: Fix parsing regression with constants starting with numbersMichael Niedermayer2014-07-231-31/+34
* | avutil/opt: simplify set_string_number()Michael Niedermayer2014-07-221-2/+2
* | avutil/opt: set_string_number(): remove unneeded copyMuhammad Faiz2014-07-221-11/+10
* | avutil/opt: Support general expressions involving AVOption constants in set_s...Michael Niedermayer2014-07-211-25/+36
* | avutil: move QP2LAMBDA constant to evalMichael Niedermayer2014-07-211-2/+0
* | avutil/opt: remove dead code from set_string_number()Michael Niedermayer2014-07-211-8/+1
* | avutil/opt.c: fix bug when parsing optionMuhammad Faiz2014-07-211-1/+1
* | avutil/opt: try to fix the case where src==dst in av_opt_copy()Michael Niedermayer2014-07-171-1/+3
* | avutil/opt: add av_opt_copy()Michael Niedermayer2014-06-011-0/+42
* | avutil/opt: add opt_size()Michael Niedermayer2014-06-011-0/+22
* | lavu/opt: add av_opt_set_dict2() functionLukasz Marek2014-05-021-2/+7
* | lavu/opt: validate range before dereferenceLukasz Marek2014-04-041-2/+4
* | lavu/opt: dont crash on freeing NULL AVOptionRangesLukasz Marek2014-04-031-0/+3
* | lavu/opt: extend AVOptionRange by extra valuesLukasz Marek2014-04-031-3/+11
* | avutil/opt: dont crash on av_opt_set_dict() with NULLMichael Niedermayer2014-03-301-0/+3
* | avutil/opt: allow max=min=0 for pixel formatsMichael Niedermayer2014-03-011-0/+6
* | Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1'Michael Niedermayer2014-02-201-2/+14
|\|
| * AVOptions: add flags for read/read-only optionsAnton Khirnov2014-02-191-3/+11
* | avutil/opt: preserve fractions in set_string_number()Michael Niedermayer2014-02-181-0/+9
* | avutil/opt: Better print representation of number limitsJoão Bernardo2014-01-241-0/+14
* | lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini2013-12-261-1/+1
* | lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...Stefano Sabatini2013-12-261-1/+1
* | lavu/opt: apply range checks also when setting format string valueStefano Sabatini2013-12-261-1/+11
* | lavu/opt: factorize setting of format values from stringStefano Sabatini2013-12-261-32/+38
* | lavu/opt: fix range check logic in set_format()Stefano Sabatini2013-12-261-2/+2
* | 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