Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov
2013-10-28AVOptions: do not range check flag options.Anton Khirnov
2013-07-31avopt: Check whether the object actually has got an AVClassMartin Storsjö
2013-04-04opt: check the return values of av_get_token for ENOMEM.Anton Khirnov
2013-03-28AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov
2013-03-16AVOptions: fix using named constants with child contexts.Anton Khirnov
2013-03-16AVOption: remove an unused function parameter.Anton Khirnov
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun
2012-12-23opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles
2012-12-05lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-10-23lavu: remove disabled avoptions cruftAnton Khirnov
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-01opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö
2012-05-28AVOptions: fix the value printed in out of range error message.Anton Khirnov
2012-05-26opt: Add av_opt_set_bin()Samuel Pitoiset
2011-11-11AVOptions: don't return an invalid option when option list is emptyAnton Khirnov
2011-10-17avoptions: Fix av_opt_flag_is_setMartin Storsjö
2011-10-17AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-10-12AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov
2011-10-12AVOptions: add functions for evaluating option strings.Anton Khirnov
2011-10-12AVOptions: split get_number().Anton Khirnov
2011-10-12AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov
2011-10-12AVOptions: add av_opt_set*().Anton Khirnov
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-10-10AVOptions: refactor set_number/write_numberAnton Khirnov
2011-10-10AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov
2011-10-10AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov
2011-10-10AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov
2011-09-07AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov
2011-09-07AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov
2011-09-01AVOptions: drop av_ prefix from static av_get_number().Anton Khirnov
2011-07-08AVOptions: in av_opt_find() don't return named constants unless unit is speci...Anton Khirnov
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-06-30opt-test: Add missing braces to silence compiler warnings.Diego Biurrun
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-06-16AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov
2011-06-10avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö
2011-06-05AVOptions: add av_opt_free convenience function.Anton Khirnov
2011-05-26AVOptions: set string default values.Anton Khirnov
2011-05-25avoptions: Return explicitly NAN or {0,0} if the option isn't foundMartin Storsjö