]> git.sesse.net Git - vlc/commit
Add OpenMAX IL Video/Audio decoder.
authorGildas Bazin <gibalou@videolan.org>
Sun, 7 Feb 2010 20:44:21 +0000 (20:44 +0000)
committerGildas Bazin <gibalou@videolan.org>
Sun, 7 Feb 2010 20:44:21 +0000 (20:44 +0000)
commite1f9ab22e7e3e620d5b5b1c2d0532614ee103576
tree805bba8dbb71e3066b0a5822430e1e997045804c
parent08c14020c20ae8b4945fc18d1f68ea2b64eadc81
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).
16 files changed:
configure.ac
modules/codec/Modules.am
modules/codec/omxil/Modules.am [new file with mode: 0644]
modules/codec/omxil/OMX_Audio.h [new file with mode: 0644]
modules/codec/omxil/OMX_Component.h [new file with mode: 0644]
modules/codec/omxil/OMX_Core.h [new file with mode: 0644]
modules/codec/omxil/OMX_IVCommon.h [new file with mode: 0644]
modules/codec/omxil/OMX_Image.h [new file with mode: 0644]
modules/codec/omxil/OMX_Index.h [new file with mode: 0644]
modules/codec/omxil/OMX_Other.h [new file with mode: 0644]
modules/codec/omxil/OMX_Types.h [new file with mode: 0644]
modules/codec/omxil/OMX_Video.h [new file with mode: 0644]
modules/codec/omxil/omxil.c [new file with mode: 0644]
modules/codec/omxil/omxil.h [new file with mode: 0644]
modules/codec/omxil/omxil_utils.h [new file with mode: 0644]
modules/codec/omxil/utils.c [new file with mode: 0644]