felipec / gst-dsp

GStreamer elements for TI's OMAP DSP

This URL has Read+Write access

cymacs (author)
Thu Aug 13 08:21:14 -0700 2009
felipec (committer)
Sat Sep 19 04:01:59 -0700 2009
name age message
file .gitignore Sat Apr 18 09:58:00 -0700 2009 Initial commit Signed-off-by: Felipe Contreras... [felipec]
file Makefile Loading commit data...
file README Sat May 23 15:06:24 -0700 2009 README: update Signed-off-by: Felipe Contreras... [felipec]
file async_queue.c Mon Jun 15 04:16:37 -0700 2009 Add async queue Signed-off-by: Felipe Contrera... [felipec]
file async_queue.h Sat Sep 19 03:02:26 -0700 2009 Trivial cleanups Signed-off-by: Felipe Contrer... [Felipe Contreras]
file dmm_buffer.h Sat Sep 19 03:27:09 -0700 2009 Create custom dsp_node_t So that we can store ... [Felipe Contreras]
file dsp_bridge.c Sat Sep 19 03:27:09 -0700 2009 dsp-bridge: cleanup node_free Now most of the ... [Felipe Contreras]
file dsp_bridge.h Sat Sep 19 03:27:09 -0700 2009 dsp-bridge: store node msgbuf ourselves Signed... [Felipe Contreras]
file get-version.sh
file gstdspbase.c
file gstdspbase.h
file gstdspdummy.c
file gstdspdummy.h Sat Sep 19 03:27:09 -0700 2009 Create custom dsp_node_t So that we can store ... [Felipe Contreras]
file gstdsph263enc.c
file gstdsph263enc.h Sat Sep 19 03:02:26 -0700 2009 Trivial cleanups Signed-off-by: Felipe Contrer... [Felipe Contreras]
file gstdspjpegenc.c
file gstdspjpegenc.h Sat Sep 19 03:02:26 -0700 2009 Trivial cleanups Signed-off-by: Felipe Contrer... [Felipe Contreras]
file gstdspmp4venc.c
file gstdspmp4venc.h Sat Sep 19 03:02:26 -0700 2009 Trivial cleanups Signed-off-by: Felipe Contrer... [Felipe Contreras]
file gstdspparse.c Thu Jun 04 13:35:13 -0700 2009 Random cleanups Signed-off-by: Felipe Contrera... [Felipe Contreras]
file gstdspparse.h Thu Jun 04 06:08:09 -0700 2009 Add h263 parser Based on Marco Ballesio's patc... [Felipe Contreras]
file gstdspvdec.c
file gstdspvdec.h
file gstdspvenc.c
file gstdspvenc.h
file log.c Thu Jun 18 09:14:54 -0700 2009 log: add missing include Signed-off-by: Felipe... [Felipe Contreras]
file log.h
file plugin.c
file plugin.h Thu May 21 10:15:02 -0700 2009 Rename gstdsp.* to plugin.* Signed-off-by: Fel... [felipec]
file sem.h Sat Sep 19 03:02:26 -0700 2009 Trivial cleanups Signed-off-by: Felipe Contrer... [Felipe Contreras]
file util.c Sat May 23 17:58:51 -0700 2009 New utility gstdsp_register() So that /lib/dsp... [felipec]
file util.h Sat May 23 17:58:51 -0700 2009 New utility gstdsp_register() So that /lib/dsp... [felipec]
README
Allo socket nodes should be in /lib/dsp

== vdec ==

You'll need these ringio.dll64P, usn.dll64P, and the corresponding
SN mp4vdec_sn.dll64P (MPEG-4 video), h264vdec_sn.dll64P (H.264).

== venc (and image) ==

You'll need usn.dll64P, and the corresponding SN JPEG (jpegenc_sn.dll64P).

== dummy ==

Make sure you have dummy.dll64P.

You can try putting dspdummy in the middle of normal gst-launch pipelines:
gst-launch-0.10 videotestsrc ! dspdummy ! xvimagesink