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
2013-10-23fix order of operations in commentsMichael Niedermayer
2013-10-17lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini
2013-10-17lavu/opt.h: fix grammar typo in av_opt_get* doxyStefano Sabatini
2013-10-04lavu/opt: fix doxy for av_opt_get* functions about return valueStefano Sabatini
2013-08-12libavutil/opt.h: Fix duplicate wordsMichael Niedermayer
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-05-17lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol
2013-04-13lavu/opt: check int lists length for overflow.Nicolas George
2013-04-12lavu: add helper functions for integer lists.Nicolas George
2013-03-21lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George
2013-03-20lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol
2012-12-08opt: Add support to query rangesMichael Niedermayer
2012-11-25lavu/opt: add av_opt_ accessors for pixel/format/image size optionsStefano Sabatini
2012-11-22ensure comment blocks that contain doxygen commands start with double asterixPeter Ross
2012-11-16lavu/opt: fix av_opt_get_key_value() API.Nicolas George
2012-11-04lavu/opt: implement av_opt_get_key_value().Nicolas George
2012-11-03lavu/opt: add AV_OPT_SAMPLE_FMT optionStefano Sabatini
2012-09-30lavu/opt: cosmetic fixes forgotten in the previous patch.Nicolas George
2012-09-30opt: implement av_opt_set_from_string().Nicolas George
2012-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-05avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer
2012-09-05avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer
2012-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-05avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö
2012-08-13lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macroStefano Sabatini
2012-06-08opt: add AV_OPT_TYPE_PIXEL_FMT.Nicolas George
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-04-18AVoption doxy: clarify a few needs in relation to AVClass less structs.Michael Niedermayer
2011-12-06Fix compilation for C++ applicationsGavin Kinsey
2011-12-05av_opt: add av_opt_ptr() to return a pointer to a field of a object based onMichael Niedermayer
2011-11-29avutil: revert project name messingMichael Niedermayer
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-11-02opt: remove attribute_deprecated from several functions that do not have adeq...Michael Niedermayer
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19AVOptions: add documentation.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*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: 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: split av_set_string3 into opt type-specific functionsAnton Khirnov
2011-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov