- 03 Nov, 2016 1 commit
-
-
Diego Biurrun authored
-
- 07 Apr, 2016 1 commit
-
-
Diego Biurrun authored
This avoids spurious library rebuilds when only the test program code is changed and simplifies the build system.
-
- 24 Mar, 2016 3 commits
-
-
Diego Biurrun authored
-
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>
-
- 23 Mar, 2016 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 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 5 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.
-