- 05 Jan, 2015 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1257771
-
- 18 Dec, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 15 Aug, 2014 1 commit
-
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 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>
-
- 19 Feb, 2014 1 commit
-
-
Anton Khirnov authored
-
- 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).
-
- 31 Jul, 2013 1 commit
-
-
Martin Storsjö authored
AVIOContext has got an av_class member that only gets set if opening the context using avio_open2, but not if allocating a custom IO context. A caller that wants to read AVOptions from an AVIOContext (recursively using AV_OPT_SEARCH_CHILDREN) may not know if the AVIOContext actually has got a class set or not. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 04 Apr, 2013 1 commit
-
-
Anton Khirnov authored
-
- 28 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 16 Mar, 2013 2 commits
-
-
Anton Khirnov authored
The named constant needs to be searched for in the same object on which the option is set, i.e. target_obj.
-
Anton Khirnov authored
-
- 31 Dec, 2012 1 commit
-
-
Diego Biurrun authored
%f denotes a double argument and 'l' does nothing in this case according to the C spec.
-
- 22 Dec, 2012 1 commit
-
-
Justin Ruggles authored
CC: libav-stable@libav.org
-
- 05 Dec, 2012 1 commit
-
-
Justin Ruggles authored
This allows parsing of special-case negative numbers like decibels.
-
- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 23 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 04 Sep, 2012 4 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 24 Aug, 2012 1 commit
-
-
Anton Khirnov authored
Double does not have enough precision to represent all int64 numbers exactly.
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 01 Jul, 2012 1 commit
-
-
Martin Storsjö authored
These files use NAN/INFINITY but didn't include mathematics.h to get the fallback definitions if the system lacks the macros. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 May, 2012 1 commit
-
-
Anton Khirnov authored
-
- 26 May, 2012 1 commit
-
-
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>
-
- 11 Nov, 2011 1 commit
-
-
Anton Khirnov authored
-
- 17 Oct, 2011 2 commits
-
-
Martin Storsjö authored
With the changes in 3b3ea346, "Remove all uses of deprecated AVOptions API", av_opt_flag_is_set was broken, since it now uses av_opt_find, which doesn't return named constants unless a unit to look for the constant in is given. This broke enabling LATM encapsulated AAC output in RTP. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
- 12 Oct, 2011 8 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Just for naming consistency, no functional changes.
-
Anton Khirnov authored
-
Anton Khirnov authored
Split actual writing to read_number() in the same way as write_number(). Allows set_string_number() to write to a caller-provided destination.
-
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.
-
- 10 Oct, 2011 4 commits
-
-
Anton Khirnov authored
write_number() does the actual writing of the supplied number to destination. Move finding the option and choosing destination address out of it.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
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.
-