UVC H264 plugin
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Mon, 10 Sep 2012 20:09:26 +0000 (16:09 -0400)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Mon, 10 Sep 2012 20:09:26 +0000 (16:09 -0400)
commit1ba24e1306dd1623bae3400e12e073c9f6fc8d51
treefe2df82a40468ac40fe25a58fc7479a7e2e3a3d4
parent1ef529601b0a9dfd9d278e37dbe141f21b9b8525
UVC H264 plugin
28 files changed:
configure.ac
sys/Makefile.am
sys/uvch264/Makefile.am [new file with mode: 0644]
sys/uvch264/gstuvch264-marshal.list [new file with mode: 0644]
sys/uvch264/gstuvch264.c [new file with mode: 0644]
sys/uvch264/gstuvch264_mjpgdemux.c [new file with mode: 0644]
sys/uvch264/gstuvch264_mjpgdemux.h [new file with mode: 0644]
sys/uvch264/gstuvch264_src.c [new file with mode: 0644]
sys/uvch264/gstuvch264_src.h [new file with mode: 0644]
sys/uvch264/uvc_h264.c [new file with mode: 0644]
sys/uvch264/uvc_h264.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/uvch264demux.c [new file with mode: 0644]
tests/check/elements/uvch264demux_data/valid_h264_jpg.h264 [new file with mode: 0644]
tests/check/elements/uvch264demux_data/valid_h264_jpg.jpg [new file with mode: 0644]
tests/check/elements/uvch264demux_data/valid_h264_jpg.mjpg [new file with mode: 0644]
tests/check/elements/uvch264demux_data/valid_h264_yuy2.h264 [new file with mode: 0644]
tests/check/elements/uvch264demux_data/valid_h264_yuy2.mjpg [new file with mode: 0644]
tests/check/elements/uvch264demux_data/valid_h264_yuy2.yuy2 [new file with mode: 0644]
tests/examples/Makefile.am
tests/examples/uvch264/Makefile.am [new file with mode: 0644]
tests/examples/uvch264/boolean_property.glade [new file with mode: 0644]
tests/examples/uvch264/enum_property.glade [new file with mode: 0644]
tests/examples/uvch264/enum_property_gtk2.glade [new file with mode: 0644]
tests/examples/uvch264/int_property.glade [new file with mode: 0644]
tests/examples/uvch264/test-uvch264.c [new file with mode: 0644]
tests/examples/uvch264/window.glade [new file with mode: 0644]