On Mon, 8 Feb 2016 13:56:57 +
Mark Thompson wrote:
> ...
> >> +/** Map a surface so that it can be operated on by the CPU.
> >> + *
> >> + * This may need to copy the frame data between some sort of external
> >> memory
> >> + * and normal CPU-addressable memory. The copy-in will only take
On 08/02/16 12:08, wm4 wrote:
On Sun, 7 Feb 2016 21:53:39 +
Mark Thompson wrote:
diff --git a/libavcodec/vaapi_support.h b/libavcodec/vaapi_support.h
new file mode 100644
index 000..c159ee7
--- /dev/null
+++ b/libavcodec/vaapi_support.h
@@ -0,0 +1,284 @@
+/*
+ * VAAPI helper functions.
On Sun, 7 Feb 2016 21:53:39 +
Mark Thompson wrote:
> ---
> configure | 5 +
> libavcodec/Makefile| 1 +
> libavcodec/vaapi_support.c | 852
> +
> libavcodec/vaapi_support.h | 284 +++
> 4 files changed, 114
---
configure | 5 +
libavcodec/Makefile| 1 +
libavcodec/vaapi_support.c | 852 +
libavcodec/vaapi_support.h | 284 +++
4 files changed, 1142 insertions(+)
create mode 100644 libavcodec/vaapi_support.c
create