Demo code v4l/h264 encode/decode using Libva
authorSven Putteneers <svenx.putteneers@intel.com>
Mon, 26 Mar 2012 13:37:56 +0000 (15:37 +0200)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 29 Mar 2012 05:46:28 +0000 (13:46 +0800)
commit72ee1f44701fafeddab1b21036e8599f5ce10241
tree5ae829d18890b8986a485d07aec4e57ac0ca1339
parent3ef3996bc78745e5fbedfc9b89dacae3c2ec139a
Demo code v4l/h264 encode/decode using Libva

See README.txt for details

Signed-off-by: Sven Putteneers <svenx.putteneers@intel.com>
Signed-off-by: Lecluse, Philippe <Philippe.Lecluse@intel.com>
14 files changed:
.gitignore
configure.ac
test/Makefile.am
test/v4l_h264/Makefile.am [new file with mode: 0644]
test/v4l_h264/README.txt [new file with mode: 0644]
test/v4l_h264/decode/Makefile.am [new file with mode: 0644]
test/v4l_h264/decode/TCPSocketServer.cpp [new file with mode: 0644]
test/v4l_h264/decode/TCPSocketServer.h [new file with mode: 0644]
test/v4l_h264/decode/decode_x11.cpp [new file with mode: 0644]
test/v4l_h264/encode/Makefile.am [new file with mode: 0644]
test/v4l_h264/encode/TCPSocketClient.cpp [new file with mode: 0644]
test/v4l_h264/encode/TCPSocketClient.h [new file with mode: 0644]
test/v4l_h264/encode/avcenc.cpp [new file with mode: 0644]
test/v4l_h264/encode/capture.cpp [new file with mode: 0644]