summaryrefslogtreecommitdiffstats
path: root/libavutil/opt.c
Commit message (Expand)AuthorAgeFilesLines
* Undeprecate av_opt_set_defaults2().Ronald S. Bultje2015-08-181-4/+1
* avutil/opt: Avoid division by 0Michael Niedermayer2015-05-031-1/+2
* avutil/opt: Do not print inf in selftestMichael Niedermayer2015-03-051-0/+4
* avutil/opt: also test av_opt_show2()Michael Niedermayer2015-03-011-22/+25
* avutil/opt: Remove odd trailing whitespace bytes from flags help descriptionMichael Niedermayer2015-03-011-3/+3
* avutil/opt: Also test/compare the av_log output i the selftestMichael Niedermayer2015-03-011-0/+8
* avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMTMichael Niedermayer2015-02-061-2/+2
* avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer2015-02-061-2/+2
* Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a'Michael Niedermayer2015-01-061-0/+2
|\
| * opt: check memory allocationVittorio Giovara2015-01-051-0/+2
* | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer2014-12-191-3/+3
|\ \ | |/
| * check memory errors from av_strdup()Vittorio Giovara2014-12-181-3/+5
* | 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
OpenPOWER on IntegriCloud