intel / libyami

Yet Another Media Infrastructure. it is core part of media codec with hardware acceleration, it is yummy to your video experience on Linux like platform.
Apache License 2.0
146 stars 106 forks source link

add two advanced deinterlace mode motion_adaptive and motion_compensated #866

Closed xuguangxin closed 5 years ago

xuguangxin commented 5 years ago

@uartie , please help review this. I found the media-driver and intel-vappi-driver have different behaviors. media-driver will fallback to spacial deinterlace if we just give him one frame. Intel -vaapi driver will simply silent failed with no error returned since he needs a forward reference frame My first patch only tested on media-driver. so I write a new one. it set forward reference frame. should work on both drivers. thanks

uartie commented 5 years ago

@xuguangxin please fix travis-ci build first.

xuguangxin commented 5 years ago

@uartie , done, thanks for reminding.