st/omx: initial OpenMAX support v3
authorChristian König <christian.koenig@amd.com>
Mon, 5 Aug 2013 17:41:27 +0000 (11:41 -0600)
committerChristian König <christian.koenig@amd.com>
Thu, 6 Feb 2014 15:16:34 +0000 (16:16 +0100)
commit15e39ca28a1a98ea43729b65eb19e8e4e5e94ebc
tree4306a8b5fa3e5f4408136d9a5282243f0c49c7ef
parentc9b941ff1b9633d02c61ada969726a5c0a9944c6
st/omx: initial OpenMAX support v3

Featuring a full grown MPEG2 and H264 decoder and a couple of hundred bugs.

v2 (Leo): fix an error for pic_order_cnt_type 1
v3 (Leo): implement support for field decoding

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Leo Liu <leo.liu@amd.com>
14 files changed:
configure.ac
src/gallium/state_trackers/Makefile.am
src/gallium/state_trackers/omx/Makefile.am [new file with mode: 0644]
src/gallium/state_trackers/omx/entrypoint.c [new file with mode: 0644]
src/gallium/state_trackers/omx/entrypoint.h [new file with mode: 0644]
src/gallium/state_trackers/omx/vid_dec.c [new file with mode: 0644]
src/gallium/state_trackers/omx/vid_dec.h [new file with mode: 0644]
src/gallium/state_trackers/omx/vid_dec_h264.c [new file with mode: 0644]
src/gallium/state_trackers/omx/vid_dec_mpeg12.c [new file with mode: 0644]
src/gallium/targets/Makefile.am
src/gallium/targets/r600/omx/Makefile.am [new file with mode: 0644]
src/gallium/targets/r600/omx/drm_target.c [new symlink]
src/gallium/targets/radeonsi/omx/Makefile.am [new file with mode: 0644]
src/gallium/targets/radeonsi/omx/drm_target.c [new symlink]