No Description

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

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