On 18 November 2014 17:06, Stefano Sabatini wrote:
> > >>+av_bprint_finalize(&bprint, NULL);
> > >>+return ret;
> > >>+}
> > >
> > >This will print alias options as well. This was my solution:
> >
>
> > I'm not sure it is always safe. Options with the same offset m
On date Wednesday 2014-11-12 22:32:04 +0100, Lukasz Marek encoded:
> On 12.11.2014 17:45, Stefano Sabatini wrote:
> >On date Tuesday 2014-11-11 21:24:45 +0100, Lukasz Marek encoded:
> >>On 11.11.2014 17:19, Stefano Sabatini wrote:
> >>>We have already av_get_opt() which serializes the value. Also w
On 12.11.2014 17:45, Stefano Sabatini wrote:
On date Tuesday 2014-11-11 21:24:45 +0100, Lukasz Marek encoded:
On 11.11.2014 17:19, Stefano Sabatini wrote:
We have already av_get_opt() which serializes the value. Also we should
probably escape the values.
I saw that function, but don't remembe
On date Tuesday 2014-11-11 21:24:45 +0100, Lukasz Marek encoded:
> On 11.11.2014 17:19, Stefano Sabatini wrote:
> >We have already av_get_opt() which serializes the value. Also we should
> >probably escape the values.
>
> I saw that function, but don't remember why I didn't use. I was
> wrong obvi
On 11.11.2014 17:19, Stefano Sabatini wrote:
We have already av_get_opt() which serializes the value. Also we should
probably escape the values.
I saw that function, but don't remember why I didn't use. I was wrong
obviously.
BTW, I found few bugs in it, sent separate patch for it.
Updated pa
On date Tuesday 2014-11-11 08:31:24 +0100, Lukasz Marek encoded:
> TODO: bump minor version, update doc/APIchanges
>
> 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-of
On Tue, Nov 11, 2014 at 08:31:24AM +0100, Lukasz Marek wrote:
> TODO: bump minor version, update doc/APIchanges
>
> 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-b
On date Tuesday 2014-11-11 11:02:32 +0100, wm4 encoded:
> On Tue, 11 Nov 2014 08:31:24 +0100
> Lukasz Marek wrote:
>
> > TODO: bump minor version, update doc/APIchanges
> >
> > Function allows to create string containing object's serialized options.
> > Such string may be passed back to av_set_o
On Tue, 11 Nov 2014 08:31:24 +0100
Lukasz Marek wrote:
> TODO: bump minor version, update doc/APIchanges
>
> 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: Lu
TODO: bump minor version, update doc/APIchanges
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
---
libavutil/opt.c| 135 +
10 matches
Mail list logo