Sin descripción

Felipe Contreras f2ef546472 dmm_buffer: set correct buffer attributes hace 13 años
doc db527283f4 doc: generic updates hace 14 años
tidsp e9c2e9493b Trivial cleanups for 'len' hace 13 años
.gitignore 104abe28b6 Add 'configure' script hace 13 años
LICENSE 13d83b02c6 Add LICENSE file hace 14 años
Makefile 6e6a2731ae build: cleanup a bit hace 13 años
Makefile.conf b7f0587fc9 Add default Makefile.conf hace 13 años
README 609b24228e Update README hace 13 años
async_queue.c e6c5dd859c Update licence notices hace 14 años
async_queue.h e6c5dd859c Update licence notices hace 14 años
configure 104abe28b6 Add 'configure' script hace 13 años
dmm_buffer.h f2ef546472 dmm_buffer: set correct buffer attributes hace 13 años
dsp_bridge.c c14d06b5af bridge: add extra safety to be nice with valgrind hace 13 años
dsp_bridge.h f2ef546472 dmm_buffer: set correct buffer attributes hace 13 años
get-version 234363cbdb get-version: trivial improvements hace 14 años
get_bits.h 69ddcd1544 get_bits: add show_bits function hace 13 años
gstdspadec.c 13c99181f2 Add extra checks for create_args() failures hace 13 años
gstdspadec.h 74d4d35cc6 Fix compilation warnings hace 14 años
gstdspbase.c 8895c3bfd3 Remove unused 'alignment' field hace 13 años
gstdspbase.h f60a0302d3 dspvdec: dynamically adapt to resolution changes hace 13 años
gstdspbuffer.c ef195de87a gst-dsp-buffer: fix memory leak hace 14 años
gstdspbuffer.h 1d0d4eccbc Add new gst-dsp-buffer hace 14 años
gstdspdummy.c 8895c3bfd3 Remove unused 'alignment' field hace 13 años
gstdspdummy.h a305a9fa93 headers: adhear to gtk-docs weired gobject requirements hace 14 años
gstdsph263enc.c 451f5be20e Activate pinned buffers for missing encoders hace 13 años
gstdsph263enc.h a305a9fa93 headers: adhear to gtk-docs weired gobject requirements hace 14 años
gstdsph264enc.c f014b1db2e {h264,mp4v}enc: enable buffer recycling hace 14 años
gstdsph264enc.h a305a9fa93 headers: adhear to gtk-docs weired gobject requirements hace 14 años
gstdspipp.c 7e8be5178a Change dmm_buffer size/len semantics a bit hace 13 años
gstdspipp.h c2c42297ca Fix gtk-doc stuff for ipp hace 14 años
gstdspjpegenc.c 451f5be20e Activate pinned buffers for missing encoders hace 13 años
gstdspjpegenc.h a305a9fa93 headers: adhear to gtk-docs weired gobject requirements hace 14 años
gstdspmp4venc.c f014b1db2e {h264,mp4v}enc: enable buffer recycling hace 14 años
gstdspmp4venc.h a305a9fa93 headers: adhear to gtk-docs weired gobject requirements hace 14 años
gstdspparse.c a200a1f49e parse: avoid some error printing on H.264 checks hace 13 años
gstdspparse.h 7a487351e9 Add parser test hace 14 años
gstdspvdec.c 088504d1a8 Add gstdsp_vdec_len_fixup() helper hace 13 años
gstdspvdec.h 088504d1a8 Add gstdsp_vdec_len_fixup() helper hace 13 años
gstdspvenc.c 6c157ac255 venc: indicate in src caps that h264 encoder produces au aligned data hace 13 años
gstdspvenc.h a9dc59f1ab venc: guess intra-refresh based on mode hace 13 años
gstdspvpp.c 13c99181f2 Add extra checks for create_args() failures hace 13 años
gstdspvpp.h 135a8df6a2 vpp: documentation fixes hace 14 años
log.c fd85b11438 log: only send to stderr pr_err() hace 13 años
log.h e6c5dd859c Update licence notices hace 14 años
parse-test.c 7a487351e9 Add parser test hace 14 años
plugin.c acb3b6f443 ipp: scaffold element hace 14 años
plugin.h e6c5dd859c Update licence notices hace 14 años
sem.h a1e1efc708 sem: add new g_sem_down_timed() hace 14 años
util.c 5c670b19c2 util: improve buffer alignment warning message hace 13 años
util.h 2537c04332 util: cleanup gstdsp_map_buffer() variables hace 13 años

README

Texas Instruments provides DSP algorithms for the OMAP 3 platform used in a
number of devices like beagleboard, Nokia N900, and Nokia N9.

The gst-dsp project aims to provide GStreamer elements to take advantage of
those algorithms. The list includes video/image decoders and encoders.

Unlike other similar projects there are no dependencies (no openmax, no
libtidspbridge).

The features include:

* video decoding (MPEG-4, H.263, H.264, WMV)
* video encoding (MPEG-4, H.263, H.264)
* image encoding/decoding (JPEG)
* zero-copy

The advantages over other solutions are:

* simpler code (5k vs 50k)
* better performance (4x)

== building ==

There are no dependencies, so just:

./configure
make

If you are using an old version of TI's dspbrdige driver:

DSP_API=0 ./configure

== tidsp ==

You'll need a kernel with tidspbridge driver, the DSP firmware in /lib/dsp, and
the DSP running a proper baseimage (baseimage.dof).

See:
http://omapzoom.org/wiki/L23.i3.8_Release_Notes