github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

felipec / gst-dsp

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 2
    • 0
  • Source
  • Commits
  • Network (0)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (2)
    • master ✓
    • next
  • Tags (14)
    • v0.7.0
    • v0.6.0
    • v0.5.0
    • v0.4.7
    • v0.4.6
    • v0.4.5
    • v0.4.4
    • v0.4.3
    • v0.4.2
    • v0.4.1
    • v0.4.0
    • v0.3.0
    • v0.2.0
    • v0.1.0
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

GStreamer elements for TI's OMAP DSP — Read more

  cancel

http://code.google.com/p/gst-dsp/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

General coding style fixes 
felipec (author)
Tue Feb 02 11:10:48 -0800 2010
commit  87606738b5df6e8ddddabdbef7ccc89b1d379ec0
tree    88ff40929d1b8d639ddda5979e026f1ed940487b
parent  69c22a6ea4fea316b76434734f4b0c546ba8533c
gst-dsp /
name age
history
message
file .gitignore Sat Apr 18 09:58:00 -0700 2009 Initial commit Signed-off-by: Felipe Contreras... [felipec]
file Makefile Fri Jan 29 07:31:17 -0800 2010 build: add install target Signed-off-by: Felip... [felipec]
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... [felipec]
file dmm_buffer.h Fri Jan 29 07:02:11 -0800 2010 Trivial cleanups Signed-off-by: Felipe Contrer... [felipec]
file dsp_bridge.c Tue Dec 22 07:53:52 -0800 2009 dsp-bridge: add dsp_enum_nodes() Signed-off-by... [felipec]
file dsp_bridge.h Fri Jan 29 07:02:11 -0800 2010 Trivial cleanups Signed-off-by: Felipe Contrer... [felipec]
file get-version Tue Dec 01 06:47:51 -0800 2009 get-version: trivial cleanup Signed-off-by: Fe... [felipec]
file gstdspbase.c Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdspbase.h Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdspdummy.c Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdspdummy.h Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdsph263enc.c Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdsph263enc.h Sat Sep 19 03:02:26 -0700 2009 Trivial cleanups Signed-off-by: Felipe Contrer... [felipec]
file gstdsph264enc.c Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdsph264enc.h Mon Oct 05 07:47:25 -0700 2009 Initial support for H.264 encoder Signed-off-b... [Juha Alanen]
file gstdspjpegenc.c Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdspjpegenc.h Sat Sep 19 03:02:26 -0700 2009 Trivial cleanups Signed-off-by: Felipe Contrer... [felipec]
file gstdspmp4venc.c Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdspmp4venc.h Sat Sep 19 03:02:26 -0700 2009 Trivial cleanups Signed-off-by: Felipe Contrer... [felipec]
file gstdspparse.c Thu Jun 04 13:35:13 -0700 2009 Random cleanups Signed-off-by: Felipe Contrera... [felipec]
file gstdspparse.h Thu Jun 04 06:08:09 -0700 2009 Add h263 parser Based on Marco Ballesio's patc... [felipec]
file gstdspvdec.c Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdspvdec.h Wed Dec 23 08:40:30 -0800 2009 vdec: add priv_data for h264 lol [Mark Nauwelaerts]
file gstdspvenc.c Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file gstdspvenc.h Mon Dec 28 06:06:52 -0800 2009 venc: add 'mode' property Signed-off-by: Felip... [felipec]
file log.c Tue Feb 02 11:10:48 -0800 2010 General coding style fixes Using checkpatch. ... [felipec]
file log.h Wed Dec 23 08:40:30 -0800 2009 log: reorganization for better pr_test Signed-... [felipec]
file plugin.c Mon Oct 05 07:47:30 -0700 2009 plugin: update ranks to primary Signed-off-by:... [felipec]
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... [felipec]
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
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server