summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2010-11-26 13:59:17 -0600
committerRob Clark <rob@ti.com>2010-11-27 09:22:12 -0600
commit17bedd4de5fce07d849d542601cdc7d6d89f7143 (patch)
treee42c875bbc6165671387d15e950d9ec682d86b5b /README
parent256fd55955679d7141ee477b52f28f22701eaf81 (diff)
vp6dec: add On2 VP6 support
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 0a93b70..78b2fd8 100644
--- a/README
+++ b/README
@@ -12,9 +12,17 @@ An OpenMAX-like API is provided by TI along with modified gst-openmax
plugins. So gst-ducati is not needed in that sense. But libdce and this
was an interesting project for me to try on my free time.
+TO BUILD:
+---------
+
+Install normal gstreamer and gst-plugins-base dev packages (or build them
+yourself so you have the headers, etc). Then install the corresponding
+syslink/tiler/d2c packages (matching your kernel version). And finally
+libdce (https://github.com/robclark/libdce) matching your kernel version.
+
TODO
----
-+ vp6, vp7, realvideo
++ vp7, realvideo
+ fallbacks for sink elements not providing TILER buffers to decode into
+ search the code for XXX or TODO ;-)