[vlc-devel] commit: Add OpenMAX IL Video/Audio decoder. (Gildas Bazin )
git version control
git at videolan.org
Sun Feb 7 21:57:00 CET 2010
vlc | branch: master | Gildas Bazin <gibalou at videolan.org> | Sun Feb 7 20:44:21 2010 +0000| [e1f9ab22e7e3e620d5b5b1c2d0532614ee103576] | committer: Gildas Bazin
Add OpenMAX IL Video/Audio decoder.
This decoder will try to use OpenMAX IL components to decode video/audio.
Only 2 OpenMAX cores are currently looked for. The TI OMAP IL core (used for
instance on the N900) and the Bellagio IL core.
This decoder is disabled by default (use --enable-omxil) and for now has
a zero priority (use --codec omxil).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1f9ab22e7e3e620d5b5b1c2d0532614ee103576
---
configure.ac | 11 +
modules/codec/Modules.am | 2 +-
modules/codec/omxil/Modules.am | 3 +
modules/codec/omxil/OMX_Audio.h | 1311 ++++++++++++++++++++++++++++++++
modules/codec/omxil/OMX_Component.h | 579 ++++++++++++++
modules/codec/omxil/OMX_Core.h | 1431 +++++++++++++++++++++++++++++++++++
modules/codec/omxil/OMX_IVCommon.h | 920 ++++++++++++++++++++++
modules/codec/omxil/OMX_Image.h | 328 ++++++++
modules/codec/omxil/OMX_Index.h | 258 +++++++
modules/codec/omxil/OMX_Other.h | 337 ++++++++
modules/codec/omxil/OMX_Types.h | 347 +++++++++
modules/codec/omxil/OMX_Video.h | 1060 ++++++++++++++++++++++++++
modules/codec/omxil/omxil.c | 1406 ++++++++++++++++++++++++++++++++++
modules/codec/omxil/omxil.h | 111 +++
modules/codec/omxil/omxil_utils.h | 169 ++++
modules/codec/omxil/utils.c | 892 ++++++++++++++++++++++
16 files changed, 9164 insertions(+), 1 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=e1f9ab22e7e3e620d5b5b1c2d0532614ee103576
More information about the vlc-devel
mailing list