暂无描述

Felipe Contreras 55b118a4d6 debian: update changelog 15 年之前
debian 55b118a4d6 debian: update changelog 15 年之前
dsp ea506f21f3 Add dsp-dummy binary 15 年之前
.gitignore 4d9ace9ba1 Initial commit 16 年之前
Makefile 0e0dd0e74b Merge branch 'master' into maemo5 15 年之前
README da5efd2152 README: update 16 年之前
async_queue.c 95427c0663 Add async queue 16 年之前
async_queue.h e7e25c885e Trivial cleanups 15 年之前
dmm_buffer.h 3f7c9212ea Create custom dsp_node_t 15 年之前
dsp_bridge.c 52d15b5803 dsp-bridge: add dsp_enum_nodes() 15 年之前
dsp_bridge.h 52d15b5803 dsp-bridge: add dsp_enum_nodes() 15 年之前
get-version 187abdabf2 get-version: trivial cleanup 15 年之前
gstdspbase.c 0d311b7bc3 base: add a default src_event virtual method 15 年之前
gstdspbase.h b952c13bd4 base: add {src,sink}_event virtual methods 15 年之前
gstdspdummy.c 1c07455d93 Trivial parent_class improvements 15 年之前
gstdspdummy.h 3f7c9212ea Create custom dsp_node_t 15 年之前
gstdsph263enc.c 57216326cc Fix refcount leak when setting up pad templates 15 年之前
gstdsph263enc.h e7e25c885e Trivial cleanups 15 年之前
gstdsph264enc.c 5141564e5d Update code style for switches 15 年之前
gstdsph264enc.h f89040e927 Initial support for H.264 encoder 15 年之前
gstdspjpegenc.c da4b386c59 jpegenc: force ports to have only one buffer 15 年之前
gstdspjpegenc.h e7e25c885e Trivial cleanups 15 年之前
gstdspmp4venc.c 57216326cc Fix refcount leak when setting up pad templates 15 年之前
gstdspmp4venc.h e7e25c885e Trivial cleanups 15 年之前
gstdspparse.c dae0d4954c Random cleanups 16 年之前
gstdspparse.h fd24b18698 Add h263 parser 16 年之前
gstdspvdec.c ed8f3fad36 vdec: also set proper b->len when appropriate in (h264 nal) transformation 15 年之前
gstdspvdec.h 775f5ad6b5 vdec: add priv_data for h264 lol 15 年之前
gstdspvenc.c eacda6b41c venc: set rate control based on the mode 15 年之前
gstdspvenc.h 6fb2bd7e32 venc: add 'mode' property 15 年之前
log.c 5141564e5d Update code style for switches 15 年之前
log.h 4e5ae2c615 log: reorganization for better pr_test 15 年之前
plugin.c 9a5c1c4d05 plugin: update ranks to primary 15 年之前
plugin.h 5d1853c110 Rename gstdsp.* to plugin.* 16 年之前
sem.h e7e25c885e Trivial cleanups 15 年之前
util.c 3a28a28856 New utility gstdsp_register() 16 年之前
util.h 3a28a28856 New utility gstdsp_register() 16 年之前

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