62 Commits (02484d1a9316a9309fc1830825345ab79f6a8d60)

Author SHA1 Message Date
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Andrew Stone a8c104a511 AVOption: add support for dictionary types. 10 years ago
Anton Khirnov c3ecd968f0 AVOptions: add flags for read/read-only options 11 years ago
Anton Khirnov 0b357a8095 AVOptions: do not range check flag options. 11 years ago
Martin Storsjö c7e921a54f avopt: Check whether the object actually has got an AVClass 11 years ago
Anton Khirnov bcc9432898 opt: check the return values of av_get_token for ENOMEM. 12 years ago
Anton Khirnov cf53704c55 AVOptions: make av_set_options_string() forward options to child objects 12 years ago
Anton Khirnov 4d67ff8e8e AVOptions: fix using named constants with child contexts. 12 years ago
Anton Khirnov 9676b9a2cd AVOption: remove an unused function parameter. 12 years ago
Diego Biurrun bcb8d9eb8f Drop unnecessary 'l' length modifier when printfing double values. 12 years ago
Justin Ruggles d02202e08a opt: avoid segfault in av_opt_next() if the class does not have an option list 12 years ago
Justin Ruggles 9d5c62ba5b lavu/opt: do not filter out the initial sign character except for flags 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Anton Khirnov c692957c4e lavu: remove disabled avoptions cruft 12 years ago
Martin Storsjö 21bc440384 avopt: Explicitly store rational option defaults in .dbl 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Anton Khirnov 4d7adec8bd AVOptions: store defaults for INT64 options in int64 union member. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Martin Storsjö 3893feeccd opt/eval: Include mathematics.h for NAN/INFINITY 13 years ago
Anton Khirnov 0426c69310 AVOptions: fix the value printed in out of range error message. 13 years ago
Samuel Pitoiset 154486f9ad opt: Add av_opt_set_bin() 13 years ago
Anton Khirnov e1e22851c1 AVOptions: don't return an invalid option when option list is empty 13 years ago
Martin Storsjö 299234a0a9 avoptions: Fix av_opt_flag_is_set 13 years ago
Anton Khirnov 85afbb1d00 AVOptions: don't segfault on NULL parameter in av_set_options_string() 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov 3b3ea34655 Remove all uses of deprecated AVOptions API. 13 years ago
Anton Khirnov 8c5dcaad13 AVOptions: add av_opt_next, deprecate av_next_option. 13 years ago
Anton Khirnov dca055be3a AVOptions: add functions for evaluating option strings. 13 years ago
Anton Khirnov 059a037fbd AVOptions: split get_number(). 13 years ago
Anton Khirnov 41d9d51a72 AVOptions: add av_opt_get*, deprecate av_get*. 13 years ago
Anton Khirnov dac66da63d AVOptions: add av_opt_set*(). 13 years ago
Anton Khirnov 641c7afe3c AVOptions: add new API for enumerating children. 13 years ago
Anton Khirnov 7bb1807c2d AVOptions: refactor set_number/write_number 13 years ago
Anton Khirnov cf10095f0b AVOptions: cosmetics, rename static av_set_number2() to write_number(). 13 years ago
Anton Khirnov b003d0be5b AVOptions: cosmetics, move and rename static av_set_number(). 13 years ago
Anton Khirnov c8d787d2ef AVOptions: split av_set_string3 into opt type-specific functions 13 years ago
Anton Khirnov 4dbcdfa86d AVOptions: remove AVOption.offset <= 0 checks 13 years ago
Anton Khirnov 79eff91325 AVOptions: deprecate av_opt_set_defaults2 13 years ago
Anton Khirnov a7e2b2ccc9 AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h 13 years ago
Anton Khirnov bea5670a4f AVOptions: drop av_ prefix from static av_get_number(). 13 years ago
Anton Khirnov a726d7fd4e AVOptions: in av_opt_find() don't return named constants unless unit is specified. 14 years ago
Mans Rullgard abc78a5a7c Do not include log.h in avutil.h 14 years ago
Mans Rullgard add41decd9 Remove return statements following infinite loops without break 14 years ago
Diego Biurrun ce1e181b13 opt-test: Add missing braces to silence compiler warnings. 14 years ago
Anton Khirnov dc59ec5e79 AVOptions: add av_opt_find() as a replacement for av_find_opt. 14 years ago
Anton Khirnov 7e83e1c511 AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context. 14 years ago
Martin Storsjö cb7c11cc9e avoptions: Add an av_opt_flag_is_set function for inspecting flag fields 14 years ago
Anton Khirnov b39b06233d AVOptions: add av_opt_free convenience function. 14 years ago