Без опису

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

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