233 Commits (1dba8371d93cf1c83bcd5c432d921905206a60f3)

Author SHA1 Message Date
Michael Niedermayer f3ace85d88 avutil/opt: check for and handle errors in av_opt_set_dict2() 9 years ago
Nicolas George 47ea04ff10 lavu/opt: enhance printing durations. 9 years ago
Clément Bœsch 6b5412cbfa avutil/opt: print more meaningful default flags values 9 years ago
Clément Bœsch ce0a117ed4 avutil/opt: display a better default value for int/int64 options 9 years ago
Rodger Combs 0562f95902 lavu/opt: add flag to return NULL when applicable in av_opt_get 9 years ago
Clément Bœsch 9571a56009 avutil/opt: refactor pixel/sample fmt common case 9 years ago
Clément Bœsch 9117748cff avutil/opt: add AV_OPT_TYPE_BOOL 9 years ago
Hendrik Leppkes d83dd630a0 lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft 9 years ago
Hendrik Leppkes 237cf3786e lavu: Drop old deprecated AVOption API 9 years ago
Hendrik Leppkes 545559e43d Remove FF_CONST_AVUTIL55 cruft 9 years ago
Ronald S. Bultje 3285005347 Undeprecate av_opt_set_defaults2(). 9 years ago
Michael Niedermayer 52835cb8e1 avutil/opt: Avoid division by 0 10 years ago
Michael Niedermayer 6d7e57e88b avutil/opt: Do not print inf in selftest 10 years ago
Michael Niedermayer 88ec5435bb avutil/opt: also test av_opt_show2() 10 years ago
Michael Niedermayer e9c85ae648 avutil/opt: Remove odd trailing whitespace bytes from flags help description 10 years ago
Michael Niedermayer c1e93cdc9e avutil/opt: Also test/compare the av_log output i the selftest 10 years ago
Michael Niedermayer 1750b45cdf avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT 10 years ago
Michael Niedermayer a0640e6346 avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT 10 years ago
Vittorio Giovara 07a0c0f000 opt: check memory allocation 10 years ago
Vittorio Giovara b1306823d0 check memory errors from av_strdup() 10 years ago
Michael Niedermayer 41a52740d4 avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default() 10 years ago
Michael Niedermayer ace9161655 avutil/opt: Check av_parse_video_rate()s return value 10 years ago
Michael Niedermayer eb74839caa avutil/opt: Check av_parse_color() return value 10 years ago
Lukasz Marek 0cb994dfe3 lavu/opt: add escaping to av_opt_serialize 10 years ago
Lukasz Marek f00e9c4b10 lavu/opt: add consts where possible 10 years ago
Lukasz Marek ea0d893817 lavu/opt: handle NULL obj in av_opt_next 10 years ago
Lukasz Marek bee5844ddd lavu/opt: introduce av_opt_serialize() 10 years ago
Lukasz Marek eec693328a lavu/opt: introduce av_opt_is_set_to_default() 10 years ago
Lukasz Marek 173d51c982 lavu/opt: fix av_opt_get function 10 years ago
Lukasz Marek 5dc0f607e7 lavu/opt: fix memleak in test 10 years ago
Lukasz Marek b54effba4f lavu/opt: update tests 10 years ago
Lukasz Marek 4efc79649b lavu/opt: add support for binary defaults 10 years ago
Lukasz Marek bb60142f56 lavu/opt: check for NULL before parsing 10 years ago
Lukasz Marek 4e179436b6 lavu/opt: copy dict in av_opt_copy 10 years ago
James Almer 71718de814 avutil: remove obsolete FF_API_FIND_OPT cruft 10 years ago
Philip DeCamp 857fc0a71f libavutil/opt: fix av_opt_set_channel_layout() to access correct memory address 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Michael Niedermayer 8b6cbc3c33 avutil/opt: remove disabled old ABI compatibility code 10 years ago
Andrew Stone a8c104a511 AVOption: add support for dictionary types. 10 years ago
Michael Niedermayer 24327706e1 avutil/opt: ensure the right buffer is used in set_string_number() 10 years ago
Michael Niedermayer bbc5adfb94 avutil/opt: Fix parsing regression with constants starting with numbers 10 years ago
Michael Niedermayer 539e72727f avutil/opt: simplify set_string_number() 10 years ago
Muhammad Faiz 4852a88dfb avutil/opt: set_string_number(): remove unneeded copy 10 years ago
Michael Niedermayer 265dadbe7d avutil/opt: Support general expressions involving AVOption constants in set_string_number() 10 years ago
Michael Niedermayer 88efc013b1 avutil: move QP2LAMBDA constant to eval 10 years ago
Michael Niedermayer 2c5c7f1089 avutil/opt: remove dead code from set_string_number() 10 years ago
Muhammad Faiz 4927c0a988 avutil/opt.c: fix bug when parsing option 10 years ago
Michael Niedermayer 7cd6d61da5 avutil/opt: try to fix the case where src==dst in av_opt_copy() 10 years ago
Michael Niedermayer 00759d71a2 avutil/opt: add av_opt_copy() 11 years ago
Michael Niedermayer f028b7af7b avutil/opt: add opt_size() 11 years ago