- Dec 08, 2012
-
-
Michael Niedermayer authored
Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 25, 2012
-
-
Stefano Sabatini authored
The interface is implemented against the style of the other options accessors. Possibly simplify programmatic setting of options.
-
- Nov 21, 2012
-
-
Peter Ross authored
Reveiwed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 16, 2012
-
-
Nicolas George authored
Do not skip the end delimiter. Reserve positive return values. This is an API break, but the function was introduced less than two weeks ago.
-
- Nov 04, 2012
-
-
Nicolas George authored
This function does the low-level work of av_opt_set_from_string() but can be used when there is no option context or when a generic handling of unknown keys is needed. av_opt_set_from_string() is changed to make use of it.
-
- Nov 03, 2012
-
-
Stefano Sabatini authored
-
- Oct 23, 2012
-
-
Anton Khirnov authored
-
- Sep 30, 2012
-
-
Nicolas George authored
-
Nicolas George authored
It is similar to av_set_options_string() but accepts a list of options that can be in shorthand: if the key is omitted on the first fields, the keys from the shorthand list are assumed, in order.
-
- Sep 05, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 04, 2012
-
-
Martin Storsjö authored
Also mention this change in APIchanges. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Aug 12, 2012
-
-
Stefano Sabatini authored
-
- Jun 07, 2012
-
-
Nicolas George authored
-
- May 26, 2012
-
-
Samuel Pitoiset authored
Introduce a new function to set binary data through AVOption, avoiding having to convert the binary data to a string inbetween. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- May 20, 2012
-
-
Nicolas George authored
-
- Apr 18, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 05, 2011
-
-
Gavin Kinsey authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
an AVClass Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 29, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 22, 2011
-
-
Luca Barbato authored
Introduce a basic layout, the subpages are currently left empty. Split libavutil in multiple groups as example of the structure
-
- Nov 02, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 19, 2011
-
-
Anton Khirnov authored
-
- Oct 12, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Just for naming consistency, no functional changes.
-
Anton Khirnov authored
-
Anton Khirnov authored
New functions can get values from child objects, properly report error codes and have consistent naming and signatures.
-
Anton Khirnov authored
Deprecate av_set_* New functions support setting values on children, return error codes instead of options and have consistent naming and signatures.
-
Anton Khirnov authored
This will allow the caller to enumerate child contexts in a generic way and since the API is recursive, it also allows for deeper nesting (e.g. AVFormatContext->AVIOContext->URLContext) This will also allow the new setting/reading API to transparently apply to children contexts.
-
- Oct 10, 2011
-
-
Anton Khirnov authored
Also stop attempting to honor the alloc parameter, as things break horribly in that case. It will be removed in upcoming successor to av_set_string3.
-
- Sep 07, 2011
-
-
Anton Khirnov authored
It's a hack which was created to allow for multiple options with different defaults to refer to same field (e.g. 'b' vs 'ab'). There is no need for it anymore.
-
Anton Khirnov authored
Also change it to be more readable.
-
- Sep 03, 2011
-
-
Anton Khirnov authored
Fixes bug 28.
-
Anton Khirnov authored
It allows to search for options only with AVClass, without allocating the corresponding context.
-
- Jun 19, 2011
-
-
Stefano Sabatini authored
Add missing NULL check, and update documentation accordingly.
-
- Jun 16, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This way the caller can pass all the options in one nice package.
-
- Jun 10, 2011
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jun 05, 2011
-
-
Anton Khirnov authored
-
- May 10, 2011
-
-
Anton Khirnov authored
This breaks API and ABI.
-