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 (Collapse)Author
2019-12-27avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint
Now it is possible to set them from a string, to serialize them and to use a default value. Signed-off-by: Marton Balint <cus@passwd.hu>
2019-10-14avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flagPaul B Mahol
2018-04-26lavu/opt: add AV_OPT_FLAG_DEPRECATEDClément Bœsch
2018-03-16lavu/opt: add AV_OPT_FLAG_BSF_PARAMJun Zhao
add AV_OPT_FLAG_BSF_PARAM for bit stream filter options. Signed-off-by: Jun Zhao <mypopydev@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-02-13avutil/opt: remove ABI hackswm4
These were needed for ABI compatibility with Libav. We don't need them anymore.
2017-10-24Merge commit '619a433eca2c5655c41b799e0b06380020fb1498'James Almer
* commit '619a433eca2c5655c41b799e0b06380020fb1498': lavu: Drop deprecated option type Merged-by: James Almer <jamrial@gmail.com>
2017-03-23lavu: Drop deprecated option typeVittorio Giovara
Deprecated in 02/2014.
2016-11-23avutil/opt: Add AV_OPT_TYPE_UINT64Michael Niedermayer
Requested-by: wm4 ([FFmpeg-devel] [PATCH] avutil/opt: Support max > INT64_MAX in write_number() with AV_OPT_TYPE_INT64) Requested-by: ronald ([FFmpeg-devel] [PATCH] avutil/opt: Support max > INT64_MAX in write_number() with AV_OPT_TYPE_INT64) Reviewed-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-07-24libavutil/opt: Small bugfix in example.Kacper Michajłow
Fix const corectness and zero init the struct. This example code would actually crash when initializing string. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2016-03-24opt: Add av_opt_copy()Michael Niedermayer
This includes documentation and other modifications by Lukasz Marek and Martin Storsjö. Signed-off-by: Martin Storsjö <martin@martin.st>
2016-03-24opt: Add const to av_opt_nextLukasz Marek
Also add const to pointers in static functions within opt.c where possible/necessary. Signed-off-by: Martin Storsjö <martin@martin.st>
2015-10-09lavu/opt: add flag to return NULL when applicable in av_opt_getRodger Combs
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-10-09lavu/opt: switch AV_OPT flags to shift-based formattingRodger Combs
2015-09-08avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch
2015-09-05lavu: Drop old deprecated AVOption APIHendrik Leppkes
Deprecated in 2011/10
2015-09-05Remove FF_CONST_AVUTIL55 cruftHendrik Leppkes
2015-08-18Undeprecate av_opt_set_defaults2().Ronald S. Bultje
2015-08-18options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje
Convert last users to av_opt_get_*() counterparts.
2015-06-16doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun
Also fix typo found by Lou Logan: Sacrifying -> Sacrificing Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2014-11-29lavu/opt: add escaping to av_opt_serializeLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2014-11-28lavu/opt: add consts where possibleLukasz Marek
2014-11-16lavu/opt: introduce av_opt_serialize()Lukasz Marek
Function allows to create string containing object's serialized options. Such string may be passed back to av_set_options_string() in order to restore options. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2014-11-16lavu/opt: introduce av_opt_is_set_to_default()Lukasz Marek
New function allows to check if option is set to its default value Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2014-11-12Merge commit 'c6074a30ba3b5fb4319ee6ee599656d58548cdc8'Michael Niedermayer
* commit 'c6074a30ba3b5fb4319ee6ee599656d58548cdc8': opt: Fix the documentation mentioning av_set_string3 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-11opt: Fix the documentation mentioning av_set_string3Luca Barbato
It is av_opt_set now.
2014-11-09lavu/opt: document av_opt_copy functionLukasz Marek
2014-10-06avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2014-08-14Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'Michael Niedermayer
* commit 'a8c104a511f97e4ea617df73b31737e28a8a5126': AVOption: add support for dictionary types. Conflicts: libavutil/opt.c libavutil/opt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-13AVOption: add support for dictionary types.Andrew Stone
In order to support metadata being set as an option, it's necessary to be able to set dictionaries as values. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-06-01avutil/opt: add av_opt_copy()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-02lavu/opt: add av_opt_set_dict2() functionLukasz Marek
Existing av_opt_set_dict doesn't accept flags. It doesn't allow to pass options to nested structs. New function alllows that. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2014-04-03lavu/opt: extend AVOptionRange by extra valuesLukasz Marek
AVOptionRange is not flexible enough to store AV_OPT_TYPE_IMAGE_SIZE ranges. Current implementation can only store pixel count. This patch aims to keep backward compatibility and extend AVOptionRange with possibility to store width/height ranges. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
2014-02-20Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1'Michael Niedermayer
* commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1': AVOptions: add flags for read/read-only options Conflicts: libavutil/opt.c libavutil/opt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-20Merge commit '6bb8720f00e2e6209665f819fb351fd42b82d5d0'Michael Niedermayer
* commit '6bb8720f00e2e6209665f819fb351fd42b82d5d0': AVOptions: deprecate unused AV_OPT_FLAG_METADATA Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov
2014-02-20AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov
It was never used since it was added and the things it was intended for are now exported differently.
2013-10-23fix order of operations in commentsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-17lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini
The new type is compatible with AV_OPT_TYPE_INT64, but allows to specify channel layouts using the format accepted by av_get_channel_layout().
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
Success code must be >= 0 and not == 0, consistently with the implementation.
2013-08-12libavutil/opt.h: Fix duplicate wordsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer
* commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e': Give less generic names to global library option arrays Conflicts: libavcodec/options_table.h libavfilter/avfilter.c libavformat/options_table.h libswscale/options.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-05-17lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-13lavu/opt: check int lists length for overflow.Nicolas George
Also add parens on macro arguments.
2013-04-12lavu: add helper functions for integer lists.Nicolas George
Add av_int_list_length() to compute a list length. Add av_opt_set_int_list() to set a binary option. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-21lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George
2013-03-20lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>