286 Commits (028907b08ad9f327cbb405cff2df2b19d0e358e5)

Author SHA1 Message Date
Michael Niedermayer a8e0d51bb8 opt: Add support to query ranges 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
Stefano Sabatini c9ff32215b lavu/opt: allow to set sample and pixel format with av_opt_set_int() 12 years ago
Stefano Sabatini 08d0969c14 lavu/opt: change the way default pixel and sample format value is set 12 years ago
Stefano Sabatini 51e9f58e1c lavu/opt: add support for reading pixel and sample format through av_get_int() 12 years ago
Stefano Sabatini 26c531cc22 lavu/opt: fix range shown in set_format() log message 12 years ago
Stefano Sabatini c70ec631c9 lavu/opt: add av_opt_ accessors for pixel/format/image size options 12 years ago
Nicolas George 926481078b lavu/opt: fix av_opt_get_key_value() API. 12 years ago
Stefano Sabatini ef4dc3e55b lavu/opt: show valid range in case of out-of-range value 12 years ago
Nicolas George 3bdf4971ba lavu/opt: implement av_opt_get_key_value(). 12 years ago
Nicolas George e021eeb9f0 lavu/opt: parse key into a mallocated buffer. 12 years ago
Stefano Sabatini b91fa5fcca lavu/opt: set sample format default value, and accept NULL value 12 years ago
Stefano Sabatini ca11f6b240 lavu/opt: prefer if(){}else{} over if()else{} construct 12 years ago
Stefano Sabatini 481fdeeecf lavu/opt: add AV_OPT_SAMPLE_FMT option 12 years ago
Anton Khirnov c692957c4e lavu: remove disabled avoptions cruft 12 years ago
Michael Niedermayer 492b8ec4c5 av_opt_set_from_string: fix memleak 12 years ago
Nicolas George e4b1fcd474 lavu/opt: cosmetic fixes forgotten in the previous patch. 12 years ago
Nicolas George 438978fb4b opt: implement av_opt_set_from_string(). 12 years ago
Stefano Sabatini cf5629c064 lavu/opt: reindent after last commit 12 years ago
Stefano Sabatini 5666a1b270 lavu/opt: support NULL and special "none" values for size and pixel format options 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
Stefano Sabatini a25346e65c lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro 12 years ago
Stefano Sabatini a6d6b8a200 lavu/opt: fix crash in av_opt_next() in case the class has no options 12 years ago
Martin Storsjö 3893feeccd opt/eval: Include mathematics.h for NAN/INFINITY 13 years ago
Nicolas George 9148ae5b91 opt: add test for IMAGE_SIZE and PIXEL_FMT. 13 years ago
Nicolas George 61c266d72f opt: free test_ctx.string at the end. 13 years ago
Nicolas George 42b774ab6f opt: init test_ctx to 0. 13 years ago
Nicolas George d9b0d75c56 opt: add AV_OPT_TYPE_PIXEL_FMT. 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
Nicolas George 2ec3e5767e opt: add AV_OPT_TYPE_IMAGE_SIZE. 13 years ago
Stefano Sabatini d4f8d717ab lavu/opt: clarify error message in set_key_value_pair() 13 years ago
Michael Niedermayer 2d9e2c6464 opt: Fix "libavutil/opt.c:811:20: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]" 13 years ago
Michael Niedermayer dff97be808 av_opt: add av_opt_ptr() to return a pointer to a field of a object based on 13 years ago
Michael Niedermayer a9011623ea avopts: Fix random values being printed in error messages: 13 years ago
Michael Niedermayer d5e1244ca7 opt: Fix *av_opt_find2(NULL) 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
Michael Niedermayer da31e537c4 opt: handle AV_OPT_TYPE_CONST too 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