273 Commits (a44098152b85b1a121efa39e1c0dc8cc8c27b0ed)

Author SHA1 Message Date
Soft Works 99a49f9147 avutil/opt: fix mis-alignment of option and constant values for filter help 3 years ago
Zhao Zhili 9fd2b39428 avutil/opt: handle whole range of int64_t in av_opt_get_int 3 years ago
Andreas Rheinhardt 386a4989df avutil/opt: Remove outdated version check 3 years ago
Andreas Rheinhardt 3df34e7bf7 avutil/opt: Simplify av_opt_set_dict2() 3 years ago
Andreas Rheinhardt 3ba1bbf8d0 avutil/opt: Also warn for deprecated named constants 3 years ago
Andreas Rheinhardt 7e03d962a4 avutil/opt: Check directly for av_dict_copy() failure 3 years ago
James Almer 0bf3a7361d avutil: remove deprecated AVClass.child_class_next 4 years ago
Limin Wang 48235c8263 avutil/opt: add AV_OPT_FLAG_DEPRECATED option 4 years ago
Limin Wang 200c9b1c96 avutil/opt: check return value of av_bprint_finalize() 4 years ago
Anton Khirnov 1b4a98b029 lavu/opt: add a more general child class iteration API 4 years ago
Marton Balint af9e622776 avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS 5 years ago
Marton Balint 6847affcb7 avutil/opt: only skip evaluation for rational options 5 years ago
Andreas Rheinhardt a500b975a8 avutil/opt: Don't use NULL for %s string in a log message 5 years ago
Jun Zhao 3c8da7b982 libavutil/opt: fix memory leak after av_dict_parse_string fail 5 years ago
Marton Balint 5edacc4609 avutil/opt: add full support for AV_OPT_TYPE_DICT 5 years ago
Paul B Mahol c109dfc1b1 avutil/opt: print runtime flag too 5 years ago
Andreas Rheinhardt 25a501b528 avutil/opt: Fix type specifier 5 years ago
Soft Works 9e0a071ede avutil/opt: Print out numeric values of option constants 5 years ago
Soft Works 667df60b14 avutil/opt: Fix printing integer option defaults 5 years ago
Marton Balint d40dc64173 avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DURATION fields 6 years ago
Clément Bœsch 5be0410cb3 lavu/opt: add AV_OPT_FLAG_DEPRECATED 7 years ago
Jun Zhao 7b5cf0a410 lavu/opt: add bit stream filter option dump support. 7 years ago
Carl Eugen Hoyos cd01b3cbcf lavu/opt: Use "&&" instead of "*" in boolean expression. 7 years ago
Andreas Cadhalpun 3ab8436ff6 opt: reject denominator zero as out of range 8 years ago
Michael Niedermayer 2f935baa7d avutil/opt: Add AV_OPT_TYPE_UINT64 8 years ago
Michael Niedermayer 748ce9d702 avutil/opt: Fix setting int64 to its maximum 8 years ago
Diego Biurrun 67351924fa Drop unreachable break and return statements 8 years ago
Michael Niedermayer 37bb600405 avutil/opt: Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATE 9 years ago
Przemysław Sobala 1a3cff4f7e libavutil/opt: add writing AV_OPT_TYPE_VIDEO_RATE AVOption 9 years ago
Muhammad Faiz 83065939cb avutil/parsing: add '\r' as whitespace 9 years ago
Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 9 years ago
Diego Biurrun 3b08d9d932 testprogs: K&R formatting cosmetics 9 years ago
Michael Niedermayer 564b4591bb opt: Add av_opt_copy() 9 years ago
Lukasz Marek 8833f1508b opt: Add const to av_opt_next 9 years ago
Diego Biurrun 0d2fcdb1c5 opt-test: Merge struct declaration and initialization 9 years ago
Diego Biurrun d3044cf37f opt-test: Move some variable declarations to avoid block braces 9 years ago
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