summaryrefslogtreecommitdiff
path: root/libavutil/opt.c
Commit message (Expand)AuthorAge
* avutil/opt: Avoid division by 0Michael Niedermayer2015-05-03
* avutil/opt: Do not print inf in selftestMichael Niedermayer2015-03-05
* avutil/opt: also test av_opt_show2()Michael Niedermayer2015-03-01
* avutil/opt: Remove odd trailing whitespace bytes from flags help descriptionMichael Niedermayer2015-03-01
* avutil/opt: Also test/compare the av_log output i the selftestMichael Niedermayer2015-03-01
* avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMTMichael Niedermayer2015-02-06
* avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer2015-02-06
* Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a'Michael Niedermayer2015-01-06
|\
| * opt: check memory allocationVittorio Giovara2015-01-05
* | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer2014-12-19
|\|
| * check memory errors from av_strdup()Vittorio Giovara2014-12-18
* | avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()Michael Niedermayer2014-12-08
* | avutil/opt: Check av_parse_video_rate()s return valueMichael Niedermayer2014-12-07
* | avutil/opt: Check av_parse_color() return valueMichael Niedermayer2014-12-07
* | lavu/opt: add escaping to av_opt_serializeLukasz Marek2014-11-29
* | lavu/opt: add consts where possibleLukasz Marek2014-11-27
* | lavu/opt: handle NULL obj in av_opt_nextLukasz Marek2014-11-25
* | lavu/opt: introduce av_opt_serialize()Lukasz Marek2014-11-16
* | lavu/opt: introduce av_opt_is_set_to_default()Lukasz Marek2014-11-16
* | lavu/opt: fix av_opt_get functionLukasz Marek2014-11-12
* | lavu/opt: fix memleak in testLukasz Marek2014-11-12
* | lavu/opt: update testsLukasz Marek2014-11-11
* | lavu/opt: add support for binary defaultsLukasz Marek2014-11-11
* | lavu/opt: check for NULL before parsingLukasz Marek2014-11-11
* | lavu/opt: copy dict in av_opt_copyLukasz Marek2014-11-09
* | avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer2014-10-05
* | libavutil/opt: fix av_opt_set_channel_layout() to access correct memory addressPhilip DeCamp2014-09-24
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | avutil/opt: remove disabled old ABI compatibility codeMichael Niedermayer2014-08-14
* | Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'Michael Niedermayer2014-08-13
|\|
| * AVOption: add support for dictionary types.Andrew Stone2014-08-13
* | avutil/opt: ensure the right buffer is used in set_string_number()Michael Niedermayer2014-07-25
* | avutil/opt: Fix parsing regression with constants starting with numbersMichael Niedermayer2014-07-23
* | avutil/opt: simplify set_string_number()Michael Niedermayer2014-07-22
* | avutil/opt: set_string_number(): remove unneeded copyMuhammad Faiz2014-07-22
* | avutil/opt: Support general expressions involving AVOption constants in set_s...Michael Niedermayer2014-07-21
* | avutil: move QP2LAMBDA constant to evalMichael Niedermayer2014-07-21
* | avutil/opt: remove dead code from set_string_number()Michael Niedermayer2014-07-21
* | avutil/opt.c: fix bug when parsing optionMuhammad Faiz2014-07-21
* | avutil/opt: try to fix the case where src==dst in av_opt_copy()Michael Niedermayer2014-07-17
* | avutil/opt: add av_opt_copy()Michael Niedermayer2014-06-01
* | avutil/opt: add opt_size()Michael Niedermayer2014-06-01
* | lavu/opt: add av_opt_set_dict2() functionLukasz Marek2014-05-02
* | lavu/opt: validate range before dereferenceLukasz Marek2014-04-04
* | lavu/opt: dont crash on freeing NULL AVOptionRangesLukasz Marek2014-04-03
* | lavu/opt: extend AVOptionRange by extra valuesLukasz Marek2014-04-03
* | avutil/opt: dont crash on av_opt_set_dict() with NULLMichael Niedermayer2014-03-30
* | avutil/opt: allow max=min=0 for pixel formatsMichael Niedermayer2014-03-01
* | Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1'Michael Niedermayer2014-02-20
|\|