summaryrefslogtreecommitdiff
path: root/README
blob: eb04c7f3a4aaff11f3b78884f4409a6a9431ee4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
LibMIX Test Tools
=================

Description
-----------

It is a collection of tools for media development and testing:

android/
	This is an Android command line encoder test tools
	It runs at stagefright level

mtk/
	This is a tool to split a video file into several files
        It has been used to verify VP8 temporal layer encoding

omxdec/
	A simple OMX H264 decoder

vadec/
	A simple libVA H264 decoder

omxenc/
	OMX encoder test tool

vaenc/
	libVA encoder test tool

yuvtool/
	A tool to display/manipulate YUV files

common/
	libVA display routines. It is a copy from libVA test/common directory

utils/
	include some common files shared b/w the tools