Hi
On 11/07/2016 01:34 PM, Andreas Cadhalpun wrote:
[...]
Isn't the causality the other way around?
Because ffserver uses internal API it was decided to remove it.
If it gets fixed, there is no point in removing it, or is there?
[..]
I see no reason to remove it if it works properly.
Bests,
On Mon, Nov 07, 2016 at 10:34:47PM +0100, Andreas Cadhalpun wrote:
> On 07.11.2016 20:26, James Almer wrote:
> > ffserver is being dropped from the project, as announced in the news page.
> >
> > Reynaldo however wants to have a working copy somewhere so he's moving it to
> > an external repo and
On 11/7/2016 6:34 PM, Andreas Cadhalpun wrote:
> On 07.11.2016 20:26, James Almer wrote:
>> ffserver is being dropped from the project, as announced in the news page.
>>
>> Reynaldo however wants to have a working copy somewhere so he's moving it to
>> an external repo and for that he's making it w
On 07.11.2016 20:26, James Almer wrote:
> ffserver is being dropped from the project, as announced in the news page.
>
> Reynaldo however wants to have a working copy somewhere so he's moving it to
> an external repo and for that he's making it work without internal API, with
> some help from Mich
On 11/7/2016 4:05 PM, Andreas Cadhalpun wrote:
> On 04.11.2016 21:16, Michael Niedermayer wrote:
>> diff --git a/libavutil/opt.c b/libavutil/opt.c
>> index cd16bd1..1b8dae2 100644
>> --- a/libavutil/opt.c
>> +++ b/libavutil/opt.c
>> @@ -1992,3 +1992,15 @@ int av_opt_serialize(void *obj, int opt_fla
On 04.11.2016 21:16, Michael Niedermayer wrote:
> diff --git a/libavutil/opt.c b/libavutil/opt.c
> index cd16bd1..1b8dae2 100644
> --- a/libavutil/opt.c
> +++ b/libavutil/opt.c
> @@ -1992,3 +1992,15 @@ int av_opt_serialize(void *obj, int opt_flags, int
> flags, char **buffer,
> av_bprint_fina
Signed-off-by: Michael Niedermayer
---
cmdutils.c | 20
cmdutils.h | 5 -
ffmpeg_opt.c| 10 +-
ffplay.c| 8
ffprobe.c | 2 +-
libavutil/opt.c | 12
libavutil/opt.h | 7 +++
7 files changed, 33 insertions(+)