Re: [FFmpeg-devel] [PATCH 2/2] [RFC]lavf/ffm: update with more options.

2014-11-05 Thread Lukasz Marek
On 5 November 2014 12:25, Stefano Sabatini wrote: > On date Monday 2014-11-03 00:54:01 +0100, Lukasz Marek encoded: > > On 03.11.2014 00:40, Stefano Sabatini wrote: > > >On date Sunday 2014-11-02 19:19:14 +0100, Lukasz Marek encoded: > > >>TODO: bump micro > > >> > > >>Many common codec options a

Re: [FFmpeg-devel] [PATCH 2/2] [RFC]lavf/ffm: update with more options.

2014-11-05 Thread Stefano Sabatini
On date Monday 2014-11-03 00:54:01 +0100, Lukasz Marek encoded: > On 03.11.2014 00:40, Stefano Sabatini wrote: > >On date Sunday 2014-11-02 19:19:14 +0100, Lukasz Marek encoded: > >>TODO: bump micro > >> > >>Many common codec options are not via ffm protocol. > >>This commit adds common A/V encodin

Re: [FFmpeg-devel] [PATCH 2/2] [RFC]lavf/ffm: update with more options.

2014-11-03 Thread Michael Niedermayer
On Mon, Nov 03, 2014 at 01:05:53PM +0100, Lukasz Marek wrote: > On 3 November 2014 01:31, Michael Niedermayer wrote: > > > On Sun, Nov 02, 2014 at 07:19:14PM +0100, Lukasz Marek wrote: > > > > > > shouldnt all these values be checked to be within the allowed ranges > > for the corresponding AVOpt

Re: [FFmpeg-devel] [PATCH 2/2] [RFC]lavf/ffm: update with more options.

2014-11-03 Thread Lukasz Marek
On 3 November 2014 01:31, Michael Niedermayer wrote: > On Sun, Nov 02, 2014 at 07:19:14PM +0100, Lukasz Marek wrote: > > > shouldnt all these values be checked to be within the allowed ranges > for the corresponding AVOptions? > > being able to set so many field so arbitrarily could be usefull to

Re: [FFmpeg-devel] [PATCH 2/2] [RFC]lavf/ffm: update with more options.

2014-11-02 Thread Michael Niedermayer
On Sun, Nov 02, 2014 at 07:19:14PM +0100, Lukasz Marek wrote: > TODO: bump micro > > Many common codec options are not via ffm protocol. > This commit adds common A/V encoding options to protocol. > > Signed-off-by: Lukasz Marek > --- > libavformat/ffmdec.c | 78 > +

Re: [FFmpeg-devel] [PATCH 2/2] [RFC]lavf/ffm: update with more options.

2014-11-02 Thread Lukasz Marek
On 03.11.2014 00:40, Stefano Sabatini wrote: On date Sunday 2014-11-02 19:19:14 +0100, Lukasz Marek encoded: TODO: bump micro Many common codec options are not via ffm protocol. This commit adds common A/V encoding options to protocol. Signed-off-by: Lukasz Marek --- libavformat/ffmdec.c |

Re: [FFmpeg-devel] [PATCH 2/2] [RFC]lavf/ffm: update with more options.

2014-11-02 Thread Stefano Sabatini
On date Sunday 2014-11-02 19:19:14 +0100, Lukasz Marek encoded: > TODO: bump micro > > Many common codec options are not via ffm protocol. > This commit adds common A/V encoding options to protocol. > > Signed-off-by: Lukasz Marek > --- > libavformat/ffmdec.c | 78 > +++

[FFmpeg-devel] [PATCH 2/2] [RFC]lavf/ffm: update with more options.

2014-11-02 Thread Lukasz Marek
TODO: bump micro Many common codec options are not via ffm protocol. This commit adds common A/V encoding options to protocol. Signed-off-by: Lukasz Marek --- libavformat/ffmdec.c | 78 libavformat/ffmenc.c | 60 ++