Re: [FFmpeg-devel] [PATCH] avutil: add API for mb types.

2017-11-12 Thread Michael Niedermayer
On Sun, Nov 12, 2017 at 05:18:09PM +, Rostislav Pehlivanov wrote: > On 12 November 2017 at 16:42, Michael Niedermayer > wrote: > > > On Sun, Nov 12, 2017 at 04:21:15PM +, Rostislav Pehlivanov wrote: > > > On 12 November 2017 at 15:59, Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] avutil: add API for mb types.

2017-11-12 Thread Ronald S. Bultje
Hi, On Sun, Nov 12, 2017 at 11:42 AM, Michael Niedermayer < mich...@niedermayer.cc> wrote: > On Sun, Nov 12, 2017 at 04:21:15PM +, Rostislav Pehlivanov wrote: > > On 12 November 2017 at 15:59, Michael Niedermayer > > > wrote: > > > > > This is based on motion_type.h

Re: [FFmpeg-devel] [PATCH] avutil: add API for mb types.

2017-11-12 Thread Rostislav Pehlivanov
On 12 November 2017 at 16:42, Michael Niedermayer wrote: > On Sun, Nov 12, 2017 at 04:21:15PM +, Rostislav Pehlivanov wrote: > > On 12 November 2017 at 15:59, Michael Niedermayer > > > wrote: > > > > > This is based on motion_type.h > > > > >

Re: [FFmpeg-devel] [PATCH] avutil: add API for mb types.

2017-11-12 Thread Nicolas George
Le duodi 22 brumaire, an CCXXVI, Michael Niedermayer a écrit : > the codec id integer would make this depend on libavcodec ABI, > thats a problem Merge the libs and be done with it. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: [FFmpeg-devel] [PATCH] avutil: add API for mb types.

2017-11-12 Thread Michael Niedermayer
On Sun, Nov 12, 2017 at 04:21:15PM +, Rostislav Pehlivanov wrote: > On 12 November 2017 at 15:59, Michael Niedermayer > wrote: > > > This is based on motion_type.h > > > > TODO: docs & split into a commit per lib > > Signed-off-by: Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] avutil: add API for mb types.

2017-11-12 Thread Rostislav Pehlivanov
On 12 November 2017 at 16:21, Rostislav Pehlivanov wrote: > > > On 12 November 2017 at 15:59, Michael Niedermayer > wrote: > >> This is based on motion_type.h >> >> TODO: docs & split into a commit per lib >> Signed-off-by: Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] avutil: add API for mb types.

2017-11-12 Thread Rostislav Pehlivanov
On 12 November 2017 at 15:59, Michael Niedermayer wrote: > This is based on motion_type.h > > TODO: docs & split into a commit per lib > Signed-off-by: Michael Niedermayer > --- > libavcodec/avcodec.h | 4 ++ > libavcodec/options_table.h

[FFmpeg-devel] [PATCH] avutil: add API for mb types.

2017-11-12 Thread Michael Niedermayer
This is based on motion_type.h TODO: docs & split into a commit per lib Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h | 4 ++ libavcodec/options_table.h | 1 + libavutil/block_type.h | 107 +

[FFmpeg-devel] [PATCH] avutil: add API for mb types.

2017-11-11 Thread Michael Niedermayer
This is based on motion_type.h Signed-off-by: Michael Niedermayer --- libavutil/block_type.h | 107 + 1 file changed, 107 insertions(+) create mode 100644 libavutil/block_type.h diff --git a/libavutil/block_type.h