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
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-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-13lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macroStefano Sabatini
2012-08-11lavu/opt: fix crash in av_opt_next() in case the class has no optionsStefano Sabatini
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-01opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö
2012-06-08opt: add test for IMAGE_SIZE and PIXEL_FMT.Nicolas George
2012-06-08opt: free test_ctx.string at the end.Nicolas George
2012-06-08opt: init test_ctx to 0.Nicolas George
2012-06-08opt: add AV_OPT_TYPE_PIXEL_FMT.Nicolas George
2012-05-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-28AVOptions: fix the value printed in out of range error message.Anton Khirnov
2012-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-26opt: Add av_opt_set_bin()Samuel Pitoiset
2012-05-20opt: add AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-01lavu/opt: clarify error message in set_key_value_pair()Stefano Sabatini
2012-01-20opt: Fix "libavutil/opt.c:811:20: warning: initialization discards ‘constâ€...Michael Niedermayer
2011-12-05av_opt: add av_opt_ptr() to return a pointer to a field of a object based onMichael Niedermayer
2011-11-20avopts: Fix random values being printed in error messages:Michael Niedermayer
2011-11-16opt: Fix *av_opt_find2(NULL)Michael Niedermayer
2011-11-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-11AVOptions: don't return an invalid option when option list is emptyAnton Khirnov
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-14opt: handle AV_OPT_TYPE_CONST tooMichael Niedermayer
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-08avopt: Fix searching for constantsMichael Niedermayer
2011-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-07AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov