[FFmpeg-devel] [PATCH v3] vaapi_h264enc: Add Hardware Accelerated H.264 Encoder based on VAAPI

2016-01-26 Thread hamza
From: "bryan.chr...@mediafire.com" This commit adds a hardware accelerated H.264 encoder which utilizes libva (open source implementation of VA-API). Information about libva is available at: https://en.wikipedia.org/wiki/Video_Acceleration_API This encoder is only availbale on linux and supported

Re: [FFmpeg-devel] [PATCH v2] libi264: Add Hardware Accelerated H.264 Encoder based on libVA

2016-01-13 Thread Hamza Shahid
. Use named constants instead string to constant conversion function, which I did. 5. configure script was broke, which I fixed. Can you please be a bit more specific about which comments did we not address. I will be more than glad to fix everything and get this patch through. Thanks & Regards H

[FFmpeg-devel] [PATCH v2] libi264: Add Hardware Accelerated H.264 Encoder based on libVA

2016-01-09 Thread hamza
From: "ha...@mayartech.com" This commit adds a hardware accelerated H.264 encoder which utilizes libVA (open source implementation of VA-API). Information about libva is available at: https://en.wikipedia.org/wiki/Video_Acceleration_API This encoder is only availbale on linux and supported hardwa