Re: [FFmpeg-devel] [PATCH 6/9] ffserver_config: handle codec private options

2014-11-16 Thread Reynaldo H. Verdejo Pinochet
Hi Lukasz. Sry for the delay at answering, been traveling the whole week. Patch looks OK, feel free to push. Bests, -- Reynaldo H. Verdejo Pinochet Open Source Group Samsung Research America / Silicon Valley ___ ffmpeg-devel mailing list ffmpeg-devel@

Re: [FFmpeg-devel] [PATCH 6/9] ffserver_config: handle codec private options

2014-11-12 Thread Lukasz Marek
On 12.11.2014 08:23, Reynaldo H. Verdejo Pinochet wrote: [..] @@ -293,16 +295,31 @@ static int ffserver_opt_preset(const char *arg, ret = AVERROR(EINVAL); break; } -if (audio_id && !strcmp(tmp, "acodec")) { -*audio_id = opt_codec(tmp2, AVM

Re: [FFmpeg-devel] [PATCH 6/9] ffserver_config: handle codec private options

2014-11-11 Thread Reynaldo H. Verdejo Pinochet
Hi Lukasz On 11/11/2014 04:31 AM, Lukasz Marek wrote: This commit allows to set codec's private option. As side effect this commit also improves preset support. s/this commit also/, it/ [..] +static int ffserver_save_avoption(AVCodecContext *ctx, const char *opt, const char *arg, +

[FFmpeg-devel] [PATCH 6/9] ffserver_config: handle codec private options

2014-11-10 Thread Lukasz Marek
This commit allows to set codec's private option. As side effect this commit also improves preset support. Signed-off-by: Lukasz Marek --- Changelog | 1 + doc/ffserver.texi | 10 ++- ffserver_config.c | 219 ++ ffserver_config.h |