Initial version of libomxil-vc4 for RPI3 83/161583/2 submit/tizen_4.0/20171213.043831
authorSejun Park <sejun79.park@samsung.com>
Fri, 24 Nov 2017 08:12:58 +0000 (17:12 +0900)
committerHackseung Lee <lhs@dignsys.com>
Thu, 7 Dec 2017 02:33:45 +0000 (11:33 +0900)
commitc37e0552046d8f3dd7dad004003411ef6c9f7c76
treed3eba19a7ceb4f605d6d28619f01e471d974cb0a
parent4408b06cbf47c7e1aa1b329d008650bb086cbb2d
Initial version of libomxil-vc4 for RPI3

  build: changed build specs.

  Changed packaging names as below:
      libomxil-vc4-0.0.1-0.1.armv7l.rpm
  libomxil-vc4-debuginfo-0.0.1-0.1.armv7l.rpm
  libomxil-vc4-debugsource-0.0.1-0.1.armv7l.rpm
  libomxil-vc4-devel-0.0.1-0.1.armv7l.rpm
  libomxil-vc4-utils-0.0.1-0.1.armv7l.rpm
  libomxil-vc4-utils-debuginfo-0.0.1-0.1.armv7l.rpm

Change-Id: I53d1515c6af3ba427740fc57479608c4e5abd98e
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
817 files changed:
.gitignore [new file with mode: 0755]
CMakeLists.txt [new file with mode: 0755]
COPYING [new file with mode: 0755]
LICENCE [new file with mode: 0755]
README.md [new file with mode: 0755]
buildme [new file with mode: 0755]
containers/CMakeLists.txt [new file with mode: 0755]
containers/asf/CMakeLists.txt [new file with mode: 0755]
containers/asf/asf_reader.c [new file with mode: 0755]
containers/asf/asf_writer.c [new file with mode: 0755]
containers/avi/CMakeLists.txt [new file with mode: 0755]
containers/avi/avi_reader.c [new file with mode: 0755]
containers/avi/avi_writer.c [new file with mode: 0755]
containers/binary/CMakeLists.txt [new file with mode: 0755]
containers/binary/binary_reader.c [new file with mode: 0755]
containers/binary/binary_writer.c [new file with mode: 0755]
containers/containers.h [new file with mode: 0755]
containers/containers_codecs.h [new file with mode: 0755]
containers/containers_types.h [new file with mode: 0755]
containers/core/containers.c [new file with mode: 0755]
containers/core/containers_bits.c [new file with mode: 0755]
containers/core/containers_bits.h [new file with mode: 0755]
containers/core/containers_bytestream.h [new file with mode: 0755]
containers/core/containers_codecs.c [new file with mode: 0755]
containers/core/containers_common.h [new file with mode: 0755]
containers/core/containers_filters.c [new file with mode: 0755]
containers/core/containers_filters.h [new file with mode: 0755]
containers/core/containers_index.c [new file with mode: 0755]
containers/core/containers_index.h [new file with mode: 0755]
containers/core/containers_io.c [new file with mode: 0755]
containers/core/containers_io.h [new file with mode: 0755]
containers/core/containers_io_helpers.c [new file with mode: 0755]
containers/core/containers_io_helpers.h [new file with mode: 0755]
containers/core/containers_list.c [new file with mode: 0755]
containers/core/containers_list.h [new file with mode: 0755]
containers/core/containers_loader.c [new file with mode: 0755]
containers/core/containers_loader.h [new file with mode: 0755]
containers/core/containers_logging.c [new file with mode: 0755]
containers/core/containers_logging.h [new file with mode: 0755]
containers/core/containers_private.h [new file with mode: 0755]
containers/core/containers_time.h [new file with mode: 0755]
containers/core/containers_uri.c [new file with mode: 0755]
containers/core/containers_uri.h [new file with mode: 0755]
containers/core/containers_utils.c [new file with mode: 0755]
containers/core/containers_utils.h [new file with mode: 0755]
containers/core/containers_waveformat.h [new file with mode: 0755]
containers/core/containers_writer_utils.c [new file with mode: 0755]
containers/core/containers_writer_utils.h [new file with mode: 0755]
containers/core/packetizers.c [new file with mode: 0755]
containers/core/packetizers_private.h [new file with mode: 0755]
containers/dummy/CMakeLists.txt [new file with mode: 0755]
containers/dummy/dummy_writer.c [new file with mode: 0755]
containers/flash/CMakeLists.txt [new file with mode: 0755]
containers/flash/flv_reader.c [new file with mode: 0755]
containers/h264/avc1_packetizer.c [new file with mode: 0755]
containers/io/io_file.c [new file with mode: 0755]
containers/io/io_http.c [new file with mode: 0755]
containers/io/io_net.c [new file with mode: 0755]
containers/io/io_null.c [new file with mode: 0755]
containers/io/io_pktfile.c [new file with mode: 0755]
containers/metadata/id3/CMakeLists.txt [new file with mode: 0755]
containers/metadata/id3/id3_metadata_reader.c [new file with mode: 0755]
containers/metadata/id3/id3_metadata_strings.h [new file with mode: 0755]
containers/mkv/CMakeLists.txt [new file with mode: 0755]
containers/mkv/matroska_reader.c [new file with mode: 0755]
containers/mp4/CMakeLists.txt [new file with mode: 0755]
containers/mp4/mp4_common.h [new file with mode: 0755]
containers/mp4/mp4_reader.c [new file with mode: 0755]
containers/mp4/mp4_writer.c [new file with mode: 0755]
containers/mpeg/CMakeLists.txt [new file with mode: 0755]
containers/mpeg/ps_reader.c [new file with mode: 0755]
containers/mpga/CMakeLists.txt [new file with mode: 0755]
containers/mpga/mpga_common.h [new file with mode: 0755]
containers/mpga/mpga_packetizer.c [new file with mode: 0755]
containers/mpga/mpga_reader.c [new file with mode: 0755]
containers/mpgv/mpgv_packetizer.c [new file with mode: 0755]
containers/net/net_sockets.h [new file with mode: 0755]
containers/net/net_sockets_bsd.c [new file with mode: 0755]
containers/net/net_sockets_bsd.h [new file with mode: 0755]
containers/net/net_sockets_common.c [new file with mode: 0755]
containers/net/net_sockets_null.c [new file with mode: 0755]
containers/net/net_sockets_priv.h [new file with mode: 0755]
containers/net/net_sockets_win32.c [new file with mode: 0755]
containers/net/net_sockets_win32.h [new file with mode: 0755]
containers/packetizers.h [new file with mode: 0755]
containers/pcm/pcm_packetizer.c [new file with mode: 0755]
containers/qsynth/CMakeLists.txt [new file with mode: 0755]
containers/qsynth/qsynth_reader.c [new file with mode: 0755]
containers/raw/CMakeLists.txt [new file with mode: 0755]
containers/raw/raw_video_common.h [new file with mode: 0755]
containers/raw/raw_video_reader.c [new file with mode: 0755]
containers/raw/raw_video_writer.c [new file with mode: 0755]
containers/rcv/CMakeLists.txt [new file with mode: 0755]
containers/rcv/rcv_reader.c [new file with mode: 0755]
containers/rtp/CMakeLists.txt [new file with mode: 0755]
containers/rtp/rtp_base64.c [new file with mode: 0755]
containers/rtp/rtp_base64.h [new file with mode: 0755]
containers/rtp/rtp_h264.c [new file with mode: 0755]
containers/rtp/rtp_h264.h [new file with mode: 0755]
containers/rtp/rtp_mpeg4.c [new file with mode: 0755]
containers/rtp/rtp_mpeg4.h [new file with mode: 0755]
containers/rtp/rtp_priv.h [new file with mode: 0755]
containers/rtp/rtp_reader.c [new file with mode: 0755]
containers/rtsp/CMakeLists.txt [new file with mode: 0755]
containers/rtsp/rtsp_reader.c [new file with mode: 0755]
containers/rv9/CMakeLists.txt [new file with mode: 0755]
containers/rv9/rv9_reader.c [new file with mode: 0755]
containers/simple/CMakeLists.txt [new file with mode: 0755]
containers/simple/simple_common.h [new file with mode: 0755]
containers/simple/simple_reader.c [new file with mode: 0755]
containers/simple/simple_writer.c [new file with mode: 0755]
containers/test/CMakeLists.txt [new file with mode: 0755]
containers/test/autotest.cpp [new file with mode: 0755]
containers/test/check_frame_int.c [new file with mode: 0755]
containers/test/crc_32.c [new file with mode: 0755]
containers/test/datagram_receiver.c [new file with mode: 0755]
containers/test/datagram_sender.c [new file with mode: 0755]
containers/test/dump_pktfile.c [new file with mode: 0755]
containers/test/nb_io.h [new file with mode: 0755]
containers/test/nb_io_unix.c [new file with mode: 0755]
containers/test/nb_io_win32.c [new file with mode: 0755]
containers/test/rtp_decoder.c [new file with mode: 0755]
containers/test/stream_client.c [new file with mode: 0755]
containers/test/stream_server.c [new file with mode: 0755]
containers/test/test.c [new file with mode: 0755]
containers/test/test_bits.c [new file with mode: 0755]
containers/test/test_uri.c [new file with mode: 0755]
containers/test/uri_pipe.c [new file with mode: 0755]
containers/wav/CMakeLists.txt [new file with mode: 0755]
containers/wav/wav_reader.c [new file with mode: 0755]
helpers/dtoverlay/CMakeLists.txt [new file with mode: 0755]
helpers/dtoverlay/dtoverlay.c [new file with mode: 0755]
helpers/dtoverlay/dtoverlay.h [new file with mode: 0755]
helpers/v3d/v3d_common.h [new file with mode: 0755]
helpers/v3d/v3d_ver.h [new file with mode: 0755]
helpers/vc_image/metadata_fourcc.h [new file with mode: 0755]
helpers/vc_image/vc_image.h [new file with mode: 0755]
helpers/vc_image/vc_image_helper.h [new file with mode: 0755]
helpers/vc_image/vc_image_metadata.h [new file with mode: 0755]
host_applications/android/apps/vidtex/CMakeLists.txt [new file with mode: 0755]
host_applications/android/apps/vidtex/applog.h [new file with mode: 0755]
host_applications/android/apps/vidtex/launcher.h [new file with mode: 0755]
host_applications/android/apps/vidtex/launcher_rpi.c [new file with mode: 0755]
host_applications/android/apps/vidtex/launcher_rpi.h [new file with mode: 0755]
host_applications/android/apps/vidtex/main.cpp [new file with mode: 0755]
host_applications/android/apps/vidtex/svp.c [new file with mode: 0755]
host_applications/android/apps/vidtex/svp.h [new file with mode: 0755]
host_applications/android/apps/vidtex/vidtex.c [new file with mode: 0755]
host_applications/android/apps/vidtex/vidtex.h [new file with mode: 0755]
host_applications/framework/common/host_ilcore.h [new file with mode: 0755]
host_applications/framework/common/ilcore.c [new file with mode: 0755]
host_applications/linux/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/dtmerge/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/dtmerge/dtmerge.c [new file with mode: 0755]
host_applications/linux/apps/dtoverlay/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/dtoverlay/dtoverlay-post [new file with mode: 0755]
host_applications/linux/apps/dtoverlay/dtoverlay-pre [new file with mode: 0755]
host_applications/linux/apps/dtoverlay/dtoverlay_main.c [new file with mode: 0755]
host_applications/linux/apps/dtoverlay/utils.c [new file with mode: 0755]
host_applications/linux/apps/dtoverlay/utils.h [new file with mode: 0755]
host_applications/linux/apps/gencmd/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/gencmd/gencmd.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/Makefile.include [new file with mode: 0755]
host_applications/linux/apps/hello_pi/README [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_audio/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_audio/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_audio/audio.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_audio/audioplay.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_audio/sinewave.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_dispmanx/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_dispmanx/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_dispmanx/dispmanx.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_encode/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_encode/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_encode/encode.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/gpu_fft.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/gpu_fft.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/gpu_fft.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/gpu_fft_base.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/gpu_fft_shaders.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/gpu_fft_trans.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/gpu_fft_trans.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/gpu_fft_twiddles.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hello_fft.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hello_fft_2d.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hello_fft_2d_bitmap.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_1024k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_128k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_16k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_1k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_2048k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_256.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_256k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_2k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_32k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_4096k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_4k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_512.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_512k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_64k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_8k.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/hex/shader_trans.hex [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/mailbox.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/mailbox.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft.qinc [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_1024k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_128k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_16k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_1k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_2048k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_2048k.qinc [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_256.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_256k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_2k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_32k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_4096k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_4k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_512.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_512k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_64k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_8k.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_ex.qinc [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_fft/qasm/gpu_fft_trans.qasm [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_font/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_font/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_font/Vera.ttf [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_font/main.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_jpeg/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_jpeg/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_jpeg/jpeg.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_jpeg/jpeg.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_mmal_encode/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_mmal_encode/mmal_encode.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/README.md [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/cube_texture_and_coords.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/models.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/models.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/teapot.obj.dat [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/triangle.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/triangle.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_teapot/video.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_tiger/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_tiger/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_tiger/license.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_tiger/main.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_tiger/readme.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_tiger/tiger.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_tiger/tiger.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_triangle/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_triangle/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_triangle/cube_texture_and_coords.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_triangle/triangle.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_triangle2/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_triangle2/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_triangle2/triangle2.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/README [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/omx_comp_debug_levels.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/queue.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/queue.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/tags [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/tsemaphore.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/tsemaphore.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/user_debug_levels.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/video.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_video/video.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_videocube/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_videocube/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_videocube/README.md [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_videocube/cube_texture_and_coords.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_videocube/triangle.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_videocube/triangle.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_videocube/video.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_world/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_world/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/hello_world/world.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/ilclient/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/ilclient/ilclient.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/ilclient/ilclient.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/ilclient/ilcore.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/vgfont/Makefile [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/vgfont/font.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/vgfont/graphics.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/vgfont/graphics_x_private.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/vgfont/vgfont.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/vgfont/vgft.c [new file with mode: 0755]
host_applications/linux/apps/hello_pi/libs/vgfont/vgft.h [new file with mode: 0755]
host_applications/linux/apps/hello_pi/rebuild.sh [new file with mode: 0755]
host_applications/linux/apps/raspicam/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/raspicam/Doxyfile [new file with mode: 0755]
host_applications/linux/apps/raspicam/Makefile [new file with mode: 0755]
host_applications/linux/apps/raspicam/README.md [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiCLI.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiCLI.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiCamControl.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiCamControl.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiPreview.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiPreview.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiStill.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiStillYUV.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiTex.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiTex.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiTexUtil.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiTexUtil.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiVid.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/RaspiVidYUV.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/cube_texture_and_coords.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/mirror.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/mirror.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/models.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/models.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/sobel.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/sobel.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/square.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/square.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/teapot.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/teapot.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/vcsm_square.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/vcsm_square.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/yuv.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/gl_scenes/yuv.h [new file with mode: 0755]
host_applications/linux/apps/raspicam/imv_examples/README.md [new file with mode: 0755]
host_applications/linux/apps/raspicam/imv_examples/imv2pgm.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/imv_examples/imv2txt.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/imv_examples/plot.par [new file with mode: 0755]
host_applications/linux/apps/raspicam/tga.c [new file with mode: 0755]
host_applications/linux/apps/raspicam/tga.h [new file with mode: 0755]
host_applications/linux/apps/smem/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/smem/smem.c [new file with mode: 0755]
host_applications/linux/apps/tvservice/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/tvservice/tvservice.c [new file with mode: 0755]
host_applications/linux/apps/vcmailbox/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/apps/vcmailbox/vcmailbox.c [new file with mode: 0755]
host_applications/linux/kernel_headers/vmcs_sm_ioctl.h [new file with mode: 0755]
host_applications/linux/libs/bcm_host/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/libs/bcm_host/bcm_host.c [new file with mode: 0755]
host_applications/linux/libs/bcm_host/include/bcm_host.h [new file with mode: 0755]
host_applications/linux/libs/debug_sym/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/libs/debug_sym/debug_sym.c [new file with mode: 0755]
host_applications/linux/libs/debug_sym/debug_sym.h [new file with mode: 0755]
host_applications/linux/libs/sm/CMakeLists.txt [new file with mode: 0755]
host_applications/linux/libs/sm/user-vcsm.c [new file with mode: 0755]
host_applications/linux/libs/sm/user-vcsm.h [new file with mode: 0755]
host_applications/vmcs/test_apps/mmalcam/mmalcam.c [new file with mode: 0755]
host_applications/vmcs/test_apps/mmalcam/mmalcam.h [new file with mode: 0755]
host_applications/vmcs/test_apps/mmalcam/viewfinder.c [new file with mode: 0755]
host_applications/vmcs/test_apps/mmalplay/mmalplay.c [new file with mode: 0755]
host_applications/vmcs/test_apps/mmalplay/mmalplay.h [new file with mode: 0755]
host_applications/vmcs/test_apps/mmalplay/playback.c [new file with mode: 0755]
host_applications/vmcs/vmcs_config.h.in [new file with mode: 0755]
host_support/include/vc_debug_sym.h [new file with mode: 0755]
host_support/include/vc_mem.h [new file with mode: 0755]
interface/khronos/CMakeLists.txt [new file with mode: 0755]
interface/khronos/common/abstract/khrn_client_platform_filler_abstract.h [new file with mode: 0755]
interface/khronos/common/direct/khrn_client_platform_filler_direct.h [new file with mode: 0755]
interface/khronos/common/khrn_client.c [new file with mode: 0755]
interface/khronos/common/khrn_client.h [new file with mode: 0755]
interface/khronos/common/khrn_client_cache.c [new file with mode: 0755]
interface/khronos/common/khrn_client_cache.h [new file with mode: 0755]
interface/khronos/common/khrn_client_check_types.h [new file with mode: 0755]
interface/khronos/common/khrn_client_cr.c [new file with mode: 0755]
interface/khronos/common/khrn_client_global_image_map.c [new file with mode: 0755]
interface/khronos/common/khrn_client_global_image_map.h [new file with mode: 0755]
interface/khronos/common/khrn_client_mangle.h [new file with mode: 0755]
interface/khronos/common/khrn_client_platform.h [new file with mode: 0755]
interface/khronos/common/khrn_client_pointermap.c [new file with mode: 0755]
interface/khronos/common/khrn_client_pointermap.h [new file with mode: 0755]
interface/khronos/common/khrn_client_rpc.h [new file with mode: 0755]
interface/khronos/common/khrn_client_unmangle.h [new file with mode: 0755]
interface/khronos/common/khrn_client_vector.c [new file with mode: 0755]
interface/khronos/common/khrn_client_vector.h [new file with mode: 0755]
interface/khronos/common/khrn_int_color.h [new file with mode: 0755]
interface/khronos/common/khrn_int_common.h [new file with mode: 0755]
interface/khronos/common/khrn_int_generic_map.c [new file with mode: 0755]
interface/khronos/common/khrn_int_generic_map.h [new file with mode: 0755]
interface/khronos/common/khrn_int_hash.c [new file with mode: 0755]
interface/khronos/common/khrn_int_hash.h [new file with mode: 0755]
interface/khronos/common/khrn_int_hash_asm.s [new file with mode: 0755]
interface/khronos/common/khrn_int_ids.h [new file with mode: 0755]
interface/khronos/common/khrn_int_image.c [new file with mode: 0755]
interface/khronos/common/khrn_int_image.h [new file with mode: 0755]
interface/khronos/common/khrn_int_math.h [new file with mode: 0755]
interface/khronos/common/khrn_int_misc_impl.h [new file with mode: 0755]
interface/khronos/common/khrn_int_util.c [new file with mode: 0755]
interface/khronos/common/khrn_int_util.h [new file with mode: 0755]
interface/khronos/common/khrn_int_util_cr.h [new file with mode: 0755]
interface/khronos/common/khrn_options.c [new file with mode: 0755]
interface/khronos/common/khrn_options.h [new file with mode: 0755]
interface/khronos/common/linux/khrn_client_platform_linux.c [new file with mode: 0755]
interface/khronos/common/linux/khrn_client_rpc_linux.c [new file with mode: 0755]
interface/khronos/common/openwfc/khrn_client_platform_openwfc.c [new file with mode: 0755]
interface/khronos/common/vcos/khrn_client_platform_filler_vcos.h [new file with mode: 0755]
interface/khronos/common/vcos_vchiq/khrn_client_platform_filler_vcos_vchiq.h [new file with mode: 0755]
interface/khronos/egl/egl_client.c [new file with mode: 0755]
interface/khronos/egl/egl_client_config.c [new file with mode: 0755]
interface/khronos/egl/egl_client_config.h [new file with mode: 0755]
interface/khronos/egl/egl_client_config_cr.c [new file with mode: 0755]
interface/khronos/egl/egl_client_context.c [new file with mode: 0755]
interface/khronos/egl/egl_client_context.h [new file with mode: 0755]
interface/khronos/egl/egl_client_cr.c [new file with mode: 0755]
interface/khronos/egl/egl_client_get_proc.c [new file with mode: 0755]
interface/khronos/egl/egl_client_surface.c [new file with mode: 0755]
interface/khronos/egl/egl_client_surface.h [new file with mode: 0755]
interface/khronos/egl/egl_int.h [new file with mode: 0755]
interface/khronos/egl/egl_int_config.h [new file with mode: 0755]
interface/khronos/egl/egl_int_impl.h [new file with mode: 0755]
interface/khronos/ext/egl_brcm_driver_monitor_client.c [new file with mode: 0755]
interface/khronos/ext/egl_brcm_driver_monitor_client.h [new file with mode: 0755]
interface/khronos/ext/egl_brcm_flush_client.c [new file with mode: 0755]
interface/khronos/ext/egl_brcm_global_image_client.c [new file with mode: 0755]
interface/khronos/ext/egl_brcm_perf_monitor_client.c [new file with mode: 0755]
interface/khronos/ext/egl_brcm_perf_monitor_client.h [new file with mode: 0755]
interface/khronos/ext/egl_khr_image_client.c [new file with mode: 0755]
interface/khronos/ext/egl_khr_lock_surface_client.c [new file with mode: 0755]
interface/khronos/ext/egl_khr_sync_client.c [new file with mode: 0755]
interface/khronos/ext/egl_khr_sync_client.h [new file with mode: 0755]
interface/khronos/ext/egl_openmaxil_client.c [new file with mode: 0755]
interface/khronos/ext/egl_openmaxil_client.h [new file with mode: 0755]
interface/khronos/ext/ext_gl_debug_marker.c [new file with mode: 0755]
interface/khronos/ext/gl_oes_draw_texture_client.c [new file with mode: 0755]
interface/khronos/ext/gl_oes_egl_image_client.c [new file with mode: 0755]
interface/khronos/ext/gl_oes_framebuffer_object.c [new file with mode: 0755]
interface/khronos/ext/gl_oes_map_buffer.c [new file with mode: 0755]
interface/khronos/ext/gl_oes_matrix_palette_client.c [new file with mode: 0755]
interface/khronos/ext/gl_oes_query_matrix_client.c [new file with mode: 0755]
interface/khronos/glxx/gl11_int_config.h [new file with mode: 0755]
interface/khronos/glxx/gl11_int_impl.h [new file with mode: 0755]
interface/khronos/glxx/gl20_int_impl.h [new file with mode: 0755]
interface/khronos/glxx/glxx_client.c [new file with mode: 0755]
interface/khronos/glxx/glxx_client.h [new file with mode: 0755]
interface/khronos/glxx/glxx_int_attrib.h [new file with mode: 0755]
interface/khronos/glxx/glxx_int_config.h [new file with mode: 0755]
interface/khronos/glxx/glxx_int_impl.h [new file with mode: 0755]
interface/khronos/include/EGL/egl.h [new file with mode: 0755]
interface/khronos/include/EGL/eglext.h [new file with mode: 0755]
interface/khronos/include/EGL/eglext_android.h [new file with mode: 0755]
interface/khronos/include/EGL/eglext_brcm.h [new file with mode: 0755]
interface/khronos/include/EGL/eglext_nvidia.h [new file with mode: 0755]
interface/khronos/include/EGL/eglplatform.h [new file with mode: 0755]
interface/khronos/include/GLES/gl.h [new file with mode: 0755]
interface/khronos/include/GLES/glext.h [new file with mode: 0755]
interface/khronos/include/GLES/glplatform.h [new file with mode: 0755]
interface/khronos/include/GLES2/gl2.h [new file with mode: 0755]
interface/khronos/include/GLES2/gl2ext.h [new file with mode: 0755]
interface/khronos/include/GLES2/gl2platform.h [new file with mode: 0755]
interface/khronos/include/KHR/khrplatform.h [new file with mode: 0755]
interface/khronos/include/VG/openvg.h [new file with mode: 0755]
interface/khronos/include/VG/vgext.h [new file with mode: 0755]
interface/khronos/include/VG/vgplatform.h [new file with mode: 0755]
interface/khronos/include/VG/vgu.h [new file with mode: 0755]
interface/khronos/include/WF/wfc.h [new file with mode: 0755]
interface/khronos/include/WF/wfcplatform.h [new file with mode: 0755]
interface/khronos/vg/vg_client.c [new file with mode: 0755]
interface/khronos/vg/vg_client.h [new file with mode: 0755]
interface/khronos/vg/vg_int.h [new file with mode: 0755]
interface/khronos/vg/vg_int_config.h [new file with mode: 0755]
interface/khronos/vg/vg_int_impl.h [new file with mode: 0755]
interface/khronos/vg/vg_int_mat3x3.c [new file with mode: 0755]
interface/khronos/vg/vg_int_mat3x3.h [new file with mode: 0755]
interface/khronos/vg/vg_int_util.h [new file with mode: 0755]
interface/khronos/wf/wfc_client.c [new file with mode: 0755]
interface/khronos/wf/wfc_client_ipc.c [new file with mode: 0755]
interface/khronos/wf/wfc_client_ipc.h [new file with mode: 0755]
interface/khronos/wf/wfc_client_server_api.c [new file with mode: 0755]
interface/khronos/wf/wfc_client_stream.c [new file with mode: 0755]
interface/khronos/wf/wfc_client_stream.h [new file with mode: 0755]
interface/khronos/wf/wfc_int.h [new file with mode: 0755]
interface/khronos/wf/wfc_ipc.h [new file with mode: 0755]
interface/khronos/wf/wfc_server_api.h [new file with mode: 0755]
interface/mmal/CMakeLists.txt [new file with mode: 0755]
interface/mmal/client/CMakeLists.txt [new file with mode: 0755]
interface/mmal/client/brcmjpeg/CMakeLists.txt [new file with mode: 0755]
interface/mmal/client/brcmjpeg/brcmjpeg.c [new file with mode: 0755]
interface/mmal/client/brcmjpeg/brcmjpeg.h [new file with mode: 0755]
interface/mmal/client/brcmjpeg/brcmjpeg_test.c [new file with mode: 0755]
interface/mmal/components/CMakeLists.txt [new file with mode: 0755]
interface/mmal/components/aaf_audio_render.cpp [new file with mode: 0755]
interface/mmal/components/aggregator.c [new file with mode: 0755]
interface/mmal/components/android_media_codec.cpp [new file with mode: 0755]
interface/mmal/components/artificial_camera.c [new file with mode: 0755]
interface/mmal/components/avcodec_audio_decoder.c [new file with mode: 0755]
interface/mmal/components/avcodec_video_decoder.c [new file with mode: 0755]
interface/mmal/components/clock.c [new file with mode: 0755]
interface/mmal/components/container_reader.c [new file with mode: 0755]
interface/mmal/components/copy.c [new file with mode: 0755]
interface/mmal/components/null_sink.c [new file with mode: 0755]
interface/mmal/components/passthrough.c [new file with mode: 0755]
interface/mmal/components/scheduler.c [new file with mode: 0755]
interface/mmal/components/sdl_audio_render.c [new file with mode: 0755]
interface/mmal/components/sdl_video_render.c [new file with mode: 0755]
interface/mmal/components/spdif.c [new file with mode: 0755]
interface/mmal/components/splitter.c [new file with mode: 0755]
interface/mmal/core/CMakeLists.txt [new file with mode: 0755]
interface/mmal/core/mmal_buffer.c [new file with mode: 0755]
interface/mmal/core/mmal_buffer_private.h [new file with mode: 0755]
interface/mmal/core/mmal_clock.c [new file with mode: 0755]
interface/mmal/core/mmal_clock_private.h [new file with mode: 0755]
interface/mmal/core/mmal_component.c [new file with mode: 0755]
interface/mmal/core/mmal_component_private.h [new file with mode: 0755]
interface/mmal/core/mmal_core_private.h [new file with mode: 0755]
interface/mmal/core/mmal_events.c [new file with mode: 0755]
interface/mmal/core/mmal_events_private.h [new file with mode: 0755]
interface/mmal/core/mmal_format.c [new file with mode: 0755]
interface/mmal/core/mmal_logging.c [new file with mode: 0755]
interface/mmal/core/mmal_pool.c [new file with mode: 0755]
interface/mmal/core/mmal_port.c [new file with mode: 0755]
interface/mmal/core/mmal_port_clock.c [new file with mode: 0755]
interface/mmal/core/mmal_port_private.h [new file with mode: 0755]
interface/mmal/core/mmal_queue.c [new file with mode: 0755]
interface/mmal/mmal.h [new file with mode: 0755]
interface/mmal/mmal_buffer.h [new file with mode: 0755]
interface/mmal/mmal_clock.h [new file with mode: 0755]
interface/mmal/mmal_common.h [new file with mode: 0755]
interface/mmal/mmal_component.h [new file with mode: 0755]
interface/mmal/mmal_encodings.h [new file with mode: 0755]
interface/mmal/mmal_events.h [new file with mode: 0755]
interface/mmal/mmal_format.h [new file with mode: 0755]
interface/mmal/mmal_logging.h [new file with mode: 0755]
interface/mmal/mmal_metadata.h [new file with mode: 0755]
interface/mmal/mmal_parameters.h [new file with mode: 0755]
interface/mmal/mmal_parameters_audio.h [new file with mode: 0755]
interface/mmal/mmal_parameters_camera.h [new file with mode: 0755]
interface/mmal/mmal_parameters_clock.h [new file with mode: 0755]
interface/mmal/mmal_parameters_common.h [new file with mode: 0755]
interface/mmal/mmal_parameters_video.h [new file with mode: 0755]
interface/mmal/mmal_pool.h [new file with mode: 0755]
interface/mmal/mmal_port.h [new file with mode: 0755]
interface/mmal/mmal_queue.h [new file with mode: 0755]
interface/mmal/mmal_types.h [new file with mode: 0755]
interface/mmal/openmaxil/CMakeLists.txt [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_buffer.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_buffer.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_commands.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_commands.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_core.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_logging.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_logging.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_marks.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_marks.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_parameters.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_parameters.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_registry.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_registry.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_roles.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_roles.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_util_params.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_util_params.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_util_params_audio.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_util_params_camera.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_util_params_common.h [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_util_params_misc.c [new file with mode: 0755]
interface/mmal/openmaxil/mmalomx_util_params_video.c [new file with mode: 0755]
interface/mmal/test/CMakeLists.txt [new file with mode: 0755]
interface/mmal/test/examples/example_basic_1.c [new file with mode: 0755]
interface/mmal/test/examples/example_basic_2.c [new file with mode: 0755]
interface/mmal/test/examples/example_connections.c [new file with mode: 0755]
interface/mmal/test/examples/example_graph.c [new file with mode: 0755]
interface/mmal/util/CMakeLists.txt [new file with mode: 0755]
interface/mmal/util/mmal_component_wrapper.c [new file with mode: 0755]
interface/mmal/util/mmal_component_wrapper.h [new file with mode: 0755]
interface/mmal/util/mmal_connection.c [new file with mode: 0755]
interface/mmal/util/mmal_connection.h [new file with mode: 0755]
interface/mmal/util/mmal_default_components.h [new file with mode: 0755]
interface/mmal/util/mmal_graph.c [new file with mode: 0755]
interface/mmal/util/mmal_graph.h [new file with mode: 0755]
interface/mmal/util/mmal_il.c [new file with mode: 0755]
interface/mmal/util/mmal_il.h [new file with mode: 0755]
interface/mmal/util/mmal_list.c [new file with mode: 0755]
interface/mmal/util/mmal_list.h [new file with mode: 0755]
interface/mmal/util/mmal_param_convert.c [new file with mode: 0755]
interface/mmal/util/mmal_param_convert.h [new file with mode: 0755]
interface/mmal/util/mmal_util.c [new file with mode: 0755]
interface/mmal/util/mmal_util.h [new file with mode: 0755]
interface/mmal/util/mmal_util_params.c [new file with mode: 0755]
interface/mmal/util/mmal_util_params.h [new file with mode: 0755]
interface/mmal/util/mmal_util_rational.c [new file with mode: 0755]
interface/mmal/util/mmal_util_rational.h [new file with mode: 0755]
interface/mmal/vc/CMakeLists.txt [new file with mode: 0755]
interface/mmal/vc/mmal_vc_api.c [new file with mode: 0755]
interface/mmal/vc/mmal_vc_api.h [new file with mode: 0755]
interface/mmal/vc/mmal_vc_api_drm.c [new file with mode: 0755]
interface/mmal/vc/mmal_vc_api_drm.h [new file with mode: 0755]
interface/mmal/vc/mmal_vc_client.c [new file with mode: 0755]
interface/mmal/vc/mmal_vc_client_priv.h [new file with mode: 0755]
interface/mmal/vc/mmal_vc_dbglog.h [new file with mode: 0755]
interface/mmal/vc/mmal_vc_diag.c [new file with mode: 0755]
interface/mmal/vc/mmal_vc_msgnames.c [new file with mode: 0755]
interface/mmal/vc/mmal_vc_msgnames.h [new file with mode: 0755]
interface/mmal/vc/mmal_vc_msgs.h [new file with mode: 0755]
interface/mmal/vc/mmal_vc_opaque_alloc.c [new file with mode: 0755]
interface/mmal/vc/mmal_vc_opaque_alloc.h [new file with mode: 0755]
interface/mmal/vc/mmal_vc_shm.c [new file with mode: 0755]
interface/mmal/vc/mmal_vc_shm.h [new file with mode: 0755]
interface/peer/vc_vchi_dispmanx_common.h [new file with mode: 0755]
interface/vchi/common/endian.h [new file with mode: 0755]
interface/vchi/connections/connection.h [new file with mode: 0755]
interface/vchi/message_drivers/message.h [new file with mode: 0755]
interface/vchi/vchi.h [new file with mode: 0755]
interface/vchi/vchi_cfg.h [new file with mode: 0755]
interface/vchi/vchi_cfg_internal.h [new file with mode: 0755]
interface/vchi/vchi_common.h [new file with mode: 0755]
interface/vchi/vchi_mh.h [new file with mode: 0755]
interface/vchiq_arm/CMakeLists.txt [new file with mode: 0755]
interface/vchiq_arm/vchiq.h [new file with mode: 0755]
interface/vchiq_arm/vchiq_cfg.h [new file with mode: 0755]
interface/vchiq_arm/vchiq_if.h [new file with mode: 0755]
interface/vchiq_arm/vchiq_ioctl.h [new file with mode: 0755]
interface/vchiq_arm/vchiq_lib.c [new file with mode: 0755]
interface/vchiq_arm/vchiq_test.c [new file with mode: 0755]
interface/vchiq_arm/vchiq_test.h [new file with mode: 0755]
interface/vchiq_arm/vchiq_test_if.h [new file with mode: 0755]
interface/vchiq_arm/vchiq_util.c [new file with mode: 0755]
interface/vchiq_arm/vchiq_util.h [new file with mode: 0755]
interface/vcos/CMakeLists.txt [new file with mode: 0755]
interface/vcos/generic/CMakeLists.txt [new file with mode: 0755]
interface/vcos/generic/vcos_abort.c [new file with mode: 0755]
interface/vcos/generic/vcos_cmd.c [new file with mode: 0755]
interface/vcos/generic/vcos_common.h [new file with mode: 0755]
interface/vcos/generic/vcos_deprecated.h [new file with mode: 0755]
interface/vcos/generic/vcos_generic_blockpool.c [new file with mode: 0755]
interface/vcos/generic/vcos_generic_blockpool.h [new file with mode: 0755]
interface/vcos/generic/vcos_generic_event_flags.c [new file with mode: 0755]
interface/vcos/generic/vcos_generic_event_flags.h [new file with mode: 0755]
interface/vcos/generic/vcos_generic_named_sem.c [new file with mode: 0755]
interface/vcos/generic/vcos_generic_named_sem.h [new file with mode: 0755]
interface/vcos/generic/vcos_generic_quickslow_mutex.h [new file with mode: 0755]
interface/vcos/generic/vcos_generic_reentrant_mtx.c [new file with mode: 0755]
interface/vcos/generic/vcos_generic_reentrant_mtx.h [new file with mode: 0755]
interface/vcos/generic/vcos_generic_safe_string.c [new file with mode: 0755]
interface/vcos/generic/vcos_generic_tls.h [new file with mode: 0755]
interface/vcos/generic/vcos_init.c [new file with mode: 0755]
interface/vcos/generic/vcos_joinable_thread_from_plain.h [new file with mode: 0755]
interface/vcos/generic/vcos_latch_from_sem.h [new file with mode: 0755]
interface/vcos/generic/vcos_logcat.c [new file with mode: 0755]
interface/vcos/generic/vcos_mem_from_malloc.c [new file with mode: 0755]
interface/vcos/generic/vcos_mem_from_malloc.h [new file with mode: 0755]
interface/vcos/generic/vcos_msgqueue.c [new file with mode: 0755]
interface/vcos/generic/vcos_mutexes_are_reentrant.h [new file with mode: 0755]
interface/vcos/generic/vcos_thread_reaper.h [new file with mode: 0755]
interface/vcos/glibc/vcos_backtrace.c [new file with mode: 0755]
interface/vcos/pthreads/CMakeLists.txt [new file with mode: 0755]
interface/vcos/pthreads/vcos_dlfcn.c [new file with mode: 0755]
interface/vcos/pthreads/vcos_futex_mutex.h [new file with mode: 0755]
interface/vcos/pthreads/vcos_platform.h [new file with mode: 0755]
interface/vcos/pthreads/vcos_platform_types.h [new file with mode: 0755]
interface/vcos/pthreads/vcos_pthreads.c [new file with mode: 0755]
interface/vcos/user_nodefs.h [new file with mode: 0755]
interface/vcos/vcos.h [new file with mode: 0755]
interface/vcos/vcos_assert.h [new file with mode: 0755]
interface/vcos/vcos_atomic_flags.h [new file with mode: 0755]
interface/vcos/vcos_attr.h [new file with mode: 0755]
interface/vcos/vcos_blockpool.h [new file with mode: 0755]
interface/vcos/vcos_build_info.h [new file with mode: 0755]
interface/vcos/vcos_cfg.h [new file with mode: 0755]
interface/vcos/vcos_cmd.h [new file with mode: 0755]
interface/vcos/vcos_ctype.h [new file with mode: 0755]
interface/vcos/vcos_dlfcn.h [new file with mode: 0755]
interface/vcos/vcos_event.h [new file with mode: 0755]
interface/vcos/vcos_event_flags.h [new file with mode: 0755]
interface/vcos/vcos_init.h [new file with mode: 0755]
interface/vcos/vcos_inttypes.h [new file with mode: 0755]
interface/vcos/vcos_isr.h [new file with mode: 0755]
interface/vcos/vcos_legacy_isr.h [new file with mode: 0755]
interface/vcos/vcos_logging.h [new file with mode: 0755]
interface/vcos/vcos_logging_control.h [new file with mode: 0755]
interface/vcos/vcos_lowlevel_thread.h [new file with mode: 0755]
interface/vcos/vcos_mem.h [new file with mode: 0755]
interface/vcos/vcos_mempool.h [new file with mode: 0755]
interface/vcos/vcos_msgqueue.h [new file with mode: 0755]
interface/vcos/vcos_mutex.h [new file with mode: 0755]
interface/vcos/vcos_named_semaphore.h [new file with mode: 0755]
interface/vcos/vcos_once.h [new file with mode: 0755]
interface/vcos/vcos_queue.h [new file with mode: 0755]
interface/vcos/vcos_quickslow_mutex.h [new file with mode: 0755]
interface/vcos/vcos_reentrant_mutex.h [new file with mode: 0755]
interface/vcos/vcos_semaphore.h [new file with mode: 0755]
interface/vcos/vcos_stdbool.h [new file with mode: 0755]
interface/vcos/vcos_stdint.h [new file with mode: 0755]
interface/vcos/vcos_string.h [new file with mode: 0755]
interface/vcos/vcos_thread.h [new file with mode: 0755]
interface/vcos/vcos_thread_attr.h [new file with mode: 0755]
interface/vcos/vcos_timer.h [new file with mode: 0755]
interface/vcos/vcos_tls.h [new file with mode: 0755]
interface/vcos/vcos_types.h [new file with mode: 0755]
interface/vctypes/vc_display_types.h [new file with mode: 0755]
interface/vctypes/vc_image_structs.h [new file with mode: 0755]
interface/vctypes/vc_image_types.h [new file with mode: 0755]
interface/vmcs_host/CMakeLists.txt [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_Audio.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_Broadcom.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_Component.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_Core.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_ILCS.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_IVCommon.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_Image.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_Index.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_Other.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_Types.h [new file with mode: 0755]
interface/vmcs_host/khronos/IL/OMX_Video.h [new file with mode: 0755]
interface/vmcs_host/linux/vcfiled/CMakeLists.txt [new file with mode: 0755]
interface/vmcs_host/linux/vcfiled/etc/init.d/vcfiled [new file with mode: 0755]
interface/vmcs_host/linux/vcfiled/vcfiled.c [new file with mode: 0755]
interface/vmcs_host/linux/vcfiled/vcfiled_check.c [new file with mode: 0755]
interface/vmcs_host/linux/vcfiled/vcfiled_check.h [new file with mode: 0755]
interface/vmcs_host/linux/vcfiled/vcfiled_lock_test.c [new file with mode: 0755]
interface/vmcs_host/linux/vcfilesys.c [new file with mode: 0755]
interface/vmcs_host/linux/vchost_config.h [new file with mode: 0755]
interface/vmcs_host/linux/vcmisc.c [new file with mode: 0755]
interface/vmcs_host/vc_cec.h [new file with mode: 0755]
interface/vmcs_host/vc_cecservice.h [new file with mode: 0755]
interface/vmcs_host/vc_cecservice_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_cma.h [new file with mode: 0755]
interface/vmcs_host/vc_dispmanx.h [new file with mode: 0755]
interface/vmcs_host/vc_dispmanx_types.h [new file with mode: 0755]
interface/vmcs_host/vc_dispservice_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_dispservice_x_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_fileservice_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_gencmd_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_hdmi.h [new file with mode: 0755]
interface/vmcs_host/vc_hdmi_property.h [new file with mode: 0755]
interface/vmcs_host/vc_ilcs_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_imageconv_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_sdtv.h [new file with mode: 0755]
interface/vmcs_host/vc_service_common.c [new file with mode: 0755]
interface/vmcs_host/vc_service_common.h [new file with mode: 0755]
interface/vmcs_host/vc_tvservice.h [new file with mode: 0755]
interface/vmcs_host/vc_tvservice_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_vchi_audioserv_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_vchi_bufman.h [new file with mode: 0755]
interface/vmcs_host/vc_vchi_bufman_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_vchi_cecservice.c [new file with mode: 0755]
interface/vmcs_host/vc_vchi_dispmanx.c [new file with mode: 0755]
interface/vmcs_host/vc_vchi_dispmanx.h [new file with mode: 0755]
interface/vmcs_host/vc_vchi_fileservice_defs.h [new file with mode: 0755]
interface/vmcs_host/vc_vchi_filesys.c [new file with mode: 0755]
interface/vmcs_host/vc_vchi_filesys.h [new file with mode: 0755]
interface/vmcs_host/vc_vchi_gencmd.c [new file with mode: 0755]
interface/vmcs_host/vc_vchi_gencmd.h [new file with mode: 0755]
interface/vmcs_host/vc_vchi_gpuserv.c [new file with mode: 0755]
interface/vmcs_host/vc_vchi_gpuserv.h [new file with mode: 0755]
interface/vmcs_host/vc_vchi_tvservice.c [new file with mode: 0755]
interface/vmcs_host/vcfilesys.h [new file with mode: 0755]
interface/vmcs_host/vcfilesys_defs.h [new file with mode: 0755]
interface/vmcs_host/vcgencmd.h [new file with mode: 0755]
interface/vmcs_host/vchost.h [new file with mode: 0755]
interface/vmcs_host/vchost_platform_config.h [new file with mode: 0755]
interface/vmcs_host/vcilcs.c [new file with mode: 0755]
interface/vmcs_host/vcilcs.h [new file with mode: 0755]
interface/vmcs_host/vcilcs_common.c [new file with mode: 0755]
interface/vmcs_host/vcilcs_common.h [new file with mode: 0755]
interface/vmcs_host/vcilcs_in.c [new file with mode: 0755]
interface/vmcs_host/vcilcs_out.c [new file with mode: 0755]
makefiles/cmake/arm-linux.cmake [new file with mode: 0755]
makefiles/cmake/cmake_config.h.in [new file with mode: 0755]
makefiles/cmake/global_settings.cmake [new file with mode: 0755]
makefiles/cmake/srcs/test-mtrace.c [new file with mode: 0755]
makefiles/cmake/toolchains/arm-linux-gnueabihf.cmake [new file with mode: 0755]
makefiles/cmake/toolchains/bcm2708-glibc-linux.cmake [new file with mode: 0755]
makefiles/cmake/vmcs.cmake [new file with mode: 0755]
middleware/dlloader/dlfcn.h [new file with mode: 0755]
middleware/imageconv/imageconv.h [new file with mode: 0755]
middleware/khronos/common/2708/khrn_interlock_filler_4.h [new file with mode: 0755]
middleware/khronos/common/2708/khrn_prod_4.h [new file with mode: 0755]
middleware/khronos/common/khrn_hw.h [new file with mode: 0755]
middleware/khronos/common/khrn_image.h [new file with mode: 0755]
middleware/khronos/common/khrn_interlock.h [new file with mode: 0755]
middleware/khronos/common/khrn_map.h [new file with mode: 0755]
middleware/khronos/common/khrn_mem.h [new file with mode: 0755]
middleware/khronos/common/khrn_misc.h [new file with mode: 0755]
middleware/khronos/common/khrn_pid_map.h [new file with mode: 0755]
middleware/khronos/common/khrn_pid_map_value.h [new file with mode: 0755]
middleware/khronos/common/khrn_server_pointermap.h [new file with mode: 0755]
middleware/khronos/dispatch/khrn_dispatch.h [new file with mode: 0755]
middleware/khronos/egl/egl_disp.h [new file with mode: 0755]
middleware/khronos/egl/egl_server.h [new file with mode: 0755]
middleware/khronos/ext/egl_khr_image.h [new file with mode: 0755]
middleware/khronos/vg/2708/vg_config_filler_4.h [new file with mode: 0755]
middleware/khronos/vg/vg_image.h [new file with mode: 0755]
middleware/khronos/wf/wfc_server_stream.h [new file with mode: 0755]
middleware/openmaxil/CMakeLists.txt [new file with mode: 0755]
opensrc/helpers/libfdt/CMakeLists.txt [new file with mode: 0755]
opensrc/helpers/libfdt/fdt.c [new file with mode: 0755]
opensrc/helpers/libfdt/fdt.h [new file with mode: 0755]
opensrc/helpers/libfdt/fdt_empty_tree.c [new file with mode: 0755]
opensrc/helpers/libfdt/fdt_ro.c [new file with mode: 0755]
opensrc/helpers/libfdt/fdt_rw.c [new file with mode: 0755]
opensrc/helpers/libfdt/fdt_strerror.c [new file with mode: 0755]
opensrc/helpers/libfdt/fdt_sw.c [new file with mode: 0755]
opensrc/helpers/libfdt/fdt_wip.c [new file with mode: 0755]
opensrc/helpers/libfdt/libfdt.h [new file with mode: 0755]
opensrc/helpers/libfdt/libfdt_env.h [new file with mode: 0755]
opensrc/helpers/libfdt/libfdt_internal.h [new file with mode: 0755]
packaging/libomxil-vc4.manifest [new file with mode: 0755]
packaging/libomxil-vc4.spec [new file with mode: 0755]
pkgconfig/bcm_host.pc.in [new file with mode: 0755]
pkgconfig/brcmegl.pc.in [new file with mode: 0755]
pkgconfig/brcmglesv2.pc.in [new file with mode: 0755]
pkgconfig/brcmvg.pc.in [new file with mode: 0755]
pkgconfig/egl.pc.in [new file with mode: 0755]
pkgconfig/glesv2.pc.in [new file with mode: 0755]
pkgconfig/mmal.pc.in [new file with mode: 0755]
pkgconfig/vcsm.pc.in [new file with mode: 0755]
pkgconfig/vg.pc.in [new file with mode: 0755]
vcfw/drivers/driver.h [new file with mode: 0755]
vcfw/logging/logging.h [new file with mode: 0755]
vcfw/rtos/common/rtos_common_mem.h [new file with mode: 0755]
vcfw/rtos/rtos.h [new file with mode: 0755]
vcfw/vclib/vclib.h [new file with mode: 0755]
vcinclude/common.h [new file with mode: 0755]
vcinclude/vc_image_types.h [new file with mode: 0755]
vcinclude/vcore.h [new file with mode: 0755]