-
Notifications
You must be signed in to change notification settings - Fork 66
/
.gitignore
116 lines (103 loc) · 1.75 KB
/
.gitignore
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
*.o
*~
lib
bin
*.o
*.gcno
*.gcov
*.lo
*.la
.libs
.deps
.idea
Makefile
Makefile.in
config.h
config.h.in
h264toisoff
livemediastreamer
segments/
stamp-h1
testtranscoder
testtranscoderaactoisoff
testtranscoderh264toisoff
fakelive
testdemuxer
teststreamer
testaudiomix
testdash
testvideomix
testbypass
testtranscoderlibav
testvideosplitter
profileVideoMixer.log
profileVideoMixer.stats
profiledash
profileDasher.log
profileDasher.stats
autom4te.cache/
config.log
config.status
config.guess
config.sub
aclocal.m4
depcomp
libtool
missing
configure
COPYING
INSTALL
ltmain.sh
install-sh
compile
confdefs.h
rec_trans
audio_rtp_only
doc/
doxygen/
*.xml
*.mp4
*.yuv
*.yuv420p
*.uyvy
*.uyvy422
*.sdp
*~
*.swp
*.swo
*.dirstamp
m4/
.cproject
.project
cscope.*
tags
unitTests/connectionTest
unitTests/dashAudioSegmenterTest
unitTests/dashVideoSegmenterTest
unitTests/dasherTest
unitTests/encodingDecodingTest
unitTests/filterTest
unitTests/headDemuxerFunctionalTest
unitTests/headDemuxerTest
unitTests/mpdManagerTest
unitTests/sharedMemoryTest
unitTests/sinkManagerTest
unitTests/slicedVideoFrameQueueTest
unitTests/testsData/modules/dasher/test.mpd
unitTests/testsData/videoVectorTest_out_2000kbps.h264
unitTests/testsData/videoVectorTest_out_2000kbps.h265
unitTests/testsData/videoVectorTest_out_4000kbps.h264
unitTests/testsData/videoVectorTest_out_4000kbps.h265
unitTests/testsData/videoVectorTest_out_500kbps.h264
unitTests/testsData/videoVectorTest_out_500kbps.h265
unitTests/workerTest
unitTests/audioCircularBufferTest
unitTests/audioMixerFunctionalTest
unitTests/avFramedQueueTest
unitTests/pipelineManagerTest
unitTests/videoMixerFunctionalTest
unitTests/videoMixerTest
unitTests/workersPoolTest
unitTests/IOInterfaceTest
unitTests/videoSplitterFunctionalTest
unitTests/videoSplitterTest