summaryrefslogtreecommitdiffstats
path: root/libavutil/opt.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()Michael Niedermayer2014-12-081-2/+2
* avutil/opt: Check av_parse_video_rate()s return valueMichael Niedermayer2014-12-071-2/+4
* avutil/opt: Check av_parse_color() return valueMichael Niedermayer2014-12-071-2/+4
* lavu/opt: add escaping to av_opt_serializeLukasz Marek2014-11-291-1/+13
* lavu/opt: add consts where possibleLukasz Marek2014-11-271-4/+4
* lavu/opt: handle NULL obj in av_opt_nextLukasz Marek2014-11-251-1/+4
* lavu/opt: introduce av_opt_serialize()Lukasz Marek2014-11-161-0/+69
* lavu/opt: introduce av_opt_is_set_to_default()Lukasz Marek2014-11-161-0/+124
* lavu/opt: fix av_opt_get functionLukasz Marek2014-11-121-2/+8
* lavu/opt: fix memleak in testLukasz Marek2014-11-121-0/+1
* lavu/opt: update testsLukasz Marek2014-11-111-13/+68
* lavu/opt: add support for binary defaultsLukasz Marek2014-11-111-0/+2
* lavu/opt: check for NULL before parsingLukasz Marek2014-11-111-1/+4
* lavu/opt: copy dict in av_opt_copyLukasz Marek2014-11-091-0/+9
* avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer2014-10-051-14/+0
* libavutil/opt: fix av_opt_set_channel_layout() to access correct memory addressPhilip DeCamp2014-09-241-1/+1
* 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
OpenPOWER on IntegriCloud