- 24 Sep, 2014 1 commit
-
-
Philip DeCamp authored
Signed-off-by:
Philip DeCamp <decamp@mit.edu> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Aug, 2014 1 commit
-
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 14 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes some unused variable warnings Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 25 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes use of uninitialized memory Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes parsing "3dnow" Found-by: jamrial Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jul, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Muhammad Faiz authored
also remove unused variables Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jul, 2014 4 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Muhammad Faiz authored
fix these strange behavior: -af flanger=delay=10 [OK] -af flanger=delay=1e1 [OK] -af flanger=delay=1e+1 [Error] -af flanger=delay=0.1 [OK] -af flanger=delay=1e-1 [Error] Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Jun, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
If people want, this could be exported as av_opt_size()
-
- 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>
-
- 04 Apr, 2014 1 commit
-
-
Lukasz Marek authored
This change make error handling simplier. av_opt_freep_ranges may be called when some ranges are NULL, for example after memory allocation fail. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Apr, 2014 2 commits
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
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>
-
- 30 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
This allows calling the function without the need to check if the dictionary contains any entries Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
This is neccessary for maintaining ABI compatibility with FFmpeg 2.1 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Feb, 2014 1 commit
-
-
Anton Khirnov authored
-
- 18 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
This avoids going over a double precission float, which may loose precission Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jan, 2014 1 commit
-
-
João Bernardo authored
Signed-off-by:
João Bernardo Oliveira <jbvsmo@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Dec, 2013 5 commits
-
-
Stefano Sabatini authored
The constant may change in libavutil but the library may be compiled against an older version, thus rejecting a value which is otherwise supported by the new libavutil. INT_MAX is used here to denote the max allowed value for a sample format. The opt-test code is changed to provide a valid reference example.
-
Stefano Sabatini authored
The constant may change in libavutil but the library may be compiled against an older version, thus rejecting a value which is otherwise supported by the new libavutil. INT_MAX is used here to denote the max allowed value for a pixel format. The opt-test code is changed to provide a valid reference example.
-
Stefano Sabatini authored
Previously when setting a pixel/sample format as a string range checks were not performed. This is consistent with the av_opt_set_pixel/sample_fmt() interface.
-
Stefano Sabatini authored
Simplify incoming patch.
-
Stefano Sabatini authored
In particular, allow to reject undefined values. Previously the code was only accepting values in the range -1 .. NB_FORMATS-1.
-
- 07 Dec, 2013 4 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
This should fix several fate failures Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Oct, 2013 1 commit
-
-
Anton Khirnov authored
It does not make sense in the vast majority of use cases, no currently defined AV_OPT_TYPE_FLAGS options in Libav set the range to anything nontrivial, and many of those get it wrong (the "correct" range is INT_MIN to INT_MAX so that the builtin constant "all" works).
-
- 20 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes CID1108610 Fixes use of uninitialized variable 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
In particular, do not set default string value by hand and use av_opt_free() to free context.
-
- 10 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-