- 23 Nov, 2016 1 commit
-
-
Michael Niedermayer authored
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>
-
- 23 Jul, 2016 1 commit
-
-
Kacper Michajłow authored
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>
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 24 Mar, 2016 2 commits
-
-
Michael Niedermayer authored
This includes documentation and other modifications by Lukasz Marek and Martin Storsjö. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Lukasz Marek authored
Also add const to pointers in static functions within opt.c where possible/necessary. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 09 Oct, 2015 2 commits
-
-
Rodger Combs authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Rodger Combs authored
-
- 08 Sep, 2015 1 commit
-
-
Clément Bœsch authored
-
- 05 Sep, 2015 2 commits
-
-
Hendrik Leppkes authored
Deprecated in 2011/10
-
Hendrik Leppkes authored
-
- 18 Aug, 2015 2 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
Convert last users to av_opt_get_*() counterparts.
-
- 16 Jun, 2015 1 commit
-
-
Andreas Cadhalpun authored
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>
-
- 28 Nov, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 27 Nov, 2014 1 commit
-
-
Lukasz Marek authored
-
- 16 Nov, 2014 2 commits
-
-
Lukasz Marek authored
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>
-
Lukasz Marek authored
New function allows to check if option is set to its default value Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 11 Nov, 2014 1 commit
-
-
Luca Barbato authored
It is av_opt_set now.
-
- 09 Nov, 2014 1 commit
-
-
Lukasz Marek authored
-
- 05 Oct, 2014 1 commit
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 13 Aug, 2014 1 commit
-
-
Andrew Stone authored
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>
-
- 01 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 May, 2014 1 commit
-
-
Lukasz Marek authored
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>
-
- 03 Apr, 2014 1 commit
-
-
Lukasz Marek authored
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>
-
- 19 Feb, 2014 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It was never used since it was added and the things it was intended for are now exported differently.
-
- 23 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Oct, 2013 2 commits
-
-
Stefano Sabatini authored
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().
-
Stefano Sabatini authored
-
- 04 Oct, 2013 1 commit
-
-
Stefano Sabatini authored
Success code must be >= 0 and not == 0, consistently with the implementation.
-
- 12 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Aug, 2013 1 commit
-
-
Diego Biurrun authored
-
- 17 May, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 13 Apr, 2013 1 commit
-
-
Nicolas George authored
Also add parens on macro arguments.
-
- 12 Apr, 2013 1 commit
-
-
Nicolas George authored
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>
-
- 20 Mar, 2013 2 commits
-
-
Nicolas George authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 08 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 25 Nov, 2012 1 commit
-
-
Stefano Sabatini authored
The interface is implemented against the style of the other options accessors. Possibly simplify programmatic setting of options.
-
- 21 Nov, 2012 1 commit
-
-
Peter Ross authored
Reveiwed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-