summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-23fix order of operations in commentsMichael Niedermayer3-5/+5
2013-10-17lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini4-3/+83
2013-10-17lavu/opt.h: fix grammar typo in av_opt_get* doxyStefano Sabatini1-1/+1
2013-10-04lavu/opt: fix doxy for av_opt_get* functions about return valueStefano Sabatini1-1/+1
2013-08-12libavutil/opt.h: Fix duplicate wordsMichael Niedermayer1-1/+1
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer9-14/+14
2013-08-02Give less generic names to global library option arraysDiego Biurrun9-14/+14
2013-05-17lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol4-2/+29
2013-04-13lavu/opt: check int lists length for overflow.Nicolas George1-2/+4
2013-04-12lavu: add helper functions for integer lists.Nicolas George4-0/+58
2013-03-20lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George4-2/+35
2013-03-20lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol4-2/+67
2012-12-08opt: Add support to query rangesMichael Niedermayer4-2/+144
2012-11-25lavu/opt: add av_opt_ accessors for pixel/format/image size optionsStefano Sabatini4-1/+120
2012-11-21ensure comment blocks that contain doxygen commands start with double asterixPeter Ross12-20/+20
2012-11-16lavu/opt: fix av_opt_get_key_value() API.Nicolas George5-9/+12
2012-11-04lavu/opt: implement av_opt_get_key_value().Nicolas George4-15/+74
2012-11-03lavu/opt: add AV_OPT_SAMPLE_FMT optionStefano Sabatini4-1/+33
2012-09-30lavu/opt: cosmetic fixes forgotten in the previous patch.Nicolas George2-7/+10
2012-09-30opt: implement av_opt_set_from_string().Nicolas George2-0/+146
2012-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-9/+220
2012-09-05avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer1-4/+4
2012-09-05avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer1-4/+4
2012-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-3/+8
2012-09-04avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö3-2/+6
2012-08-12lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macroStefano Sabatini4-1/+6
2012-06-07opt: add AV_OPT_TYPE_PIXEL_FMT.Nicolas George2-0/+21
2012-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer16-30/+93
2012-05-26opt: Add av_opt_set_bin()Samuel Pitoiset4-1/+34
2012-05-20opt: add AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2-0/+15
2012-04-18AVoption doxy: clarify a few needs in relation to AVClass less structs.Michael Niedermayer1-2/+2
2011-12-05Fix compilation for C++ applicationsGavin Kinsey1-1/+1
2011-12-05av_opt: add av_opt_ptr() to return a pointer to a field of a object based onMichael Niedermayer2-0/+19
2011-11-29avutil: revert project name messingMichael Niedermayer2-4/+4
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-866/+1390
2011-11-22doxy: provide a start page and document libavutilLuca Barbato19-16/+377
2011-11-02opt: remove attribute_deprecated from several functions that do not have adeq...Michael Niedermayer1-3/+3
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer181-256/+1021
2011-10-19AVOptions: add documentation.Anton Khirnov1-0/+183
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-3039/+3709
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov56-787/+798
2011-10-12AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2-1/+19
2011-10-12AVOptions: add functions for evaluating option strings.Anton Khirnov2-0/+39
2011-10-12AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2-13/+127
2011-10-12AVOptions: add av_opt_set*().Anton Khirnov2-19/+90
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov5-44/+144
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-793/+3217
2011-10-10AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2-81/+102
2011-09-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer17-76/+297
[next]