summaryrefslogtreecommitdiffstats
path: root/libavutil/opt.c
Commit message (Expand)AuthorAgeFilesLines
* Drop unreachable break and return statementsDiego Biurrun2016-11-031-2/+0
* build: Split test programs off into separate filesDiego Biurrun2016-04-071-87/+0
* testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-241-172/+234
* opt: Add av_opt_copy()Michael Niedermayer2016-03-241-0/+66
* opt: Add const to av_opt_nextLukasz Marek2016-03-241-2/+2
* opt-test: Merge struct declaration and initializationDiego Biurrun2016-03-231-3/+1
* opt-test: Move some variable declarations to avoid block bracesDiego Biurrun2016-03-231-36/+35
* opt: check memory allocationVittorio Giovara2015-01-051-0/+2
* check memory errors from av_strdup()Vittorio Giovara2014-12-181-3/+5
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* AVOption: add support for dictionary types.Andrew Stone2014-08-131-3/+51
* AVOptions: add flags for read/read-only optionsAnton Khirnov2014-02-191-3/+11
* AVOptions: do not range check flag options.Anton Khirnov2013-10-271-1/+2
* avopt: Check whether the object actually has got an AVClassMartin Storsjö2013-07-311-0/+3
* opt: check the return values of av_get_token for ENOMEM.Anton Khirnov2013-04-041-0/+7
* AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov2013-03-281-1/+1
* AVOptions: fix using named constants with child contexts.Anton Khirnov2013-03-161-4/+4
* AVOption: remove an unused function parameter.Anton Khirnov2013-03-161-6/+4
* Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-311-1/+1
* opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles2012-12-221-2/+4
* lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles2012-12-051-3/+8
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* lavu: remove disabled avoptions cruftAnton Khirnov2012-10-231-147/+0
* avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-9/+5
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-3/+4
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-5/+6
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-5/+6
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö2012-07-011-0/+1
* AVOptions: fix the value printed in out of range error message.Anton Khirnov2012-05-281-1/+2
* opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-261-0/+29
* AVOptions: don't return an invalid option when option list is emptyAnton Khirnov2011-11-111-3/+4
* avoptions: Fix av_opt_flag_is_setMartin Storsjö2011-10-171-1/+2
* AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov2011-10-171-0/+3
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-79/+79
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-16/+18
* AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-121-0/+7
* AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-121-0/+15
* AVOptions: split get_number().Anton Khirnov2011-10-121-16/+26
* AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-121-8/+99
* AVOptions: add av_opt_set*().Anton Khirnov2011-10-121-16/+48
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-5/+43
* AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-101-14/+11
* AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov2011-10-101-3/+3
* AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov2011-10-101-12/+12
* AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-101-78/+101
* AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov2011-09-071-4/+4
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-071-6/+10
* AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov2011-09-071-6/+0
OpenPOWER on IntegriCloud