Skip to content

Commit c3965b2

Browse files
committedFeb 15, 2018
rev. preparing
prepare for adding codes
1 parent cc0c08e commit c3965b2

13 files changed

+32
-0
lines changed
 

Diff for: ‎.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Prerequisites
2+
*.d
3+
4+
# Compiled Object files
5+
*.slo
6+
*.lo
7+
*.o
8+
*.obj
9+
10+
# Precompiled Headers
11+
*.gch
12+
*.pch
13+
14+
# Compiled Dynamic libraries
15+
*.so
16+
*.dylib
17+
*.dll
18+
19+
# Fortran module files
20+
*.mod
21+
*.smod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app

Diff for: ‎Linux/libavcodec.so.58

-12.6 MB
Binary file not shown.

Diff for: ‎Linux/libavformat.so.58

-2.24 MB
Binary file not shown.

Diff for: ‎Linux/libavutil.so.56

-411 KB
Binary file not shown.

Diff for: ‎Linux/libswresample.so.3

-114 KB
Binary file not shown.

Diff for: ‎Linux/libswscale.so.5

-510 KB
Binary file not shown.

Diff for: ‎Linux/mpegCoder.so

-616 KB
Binary file not shown.

Diff for: ‎Win/avcodec-58.dll

-24.5 MB
Binary file not shown.

Diff for: ‎Win/avformat-58.dll

-3.79 MB
Binary file not shown.

Diff for: ‎Win/avutil-56.dll

-671 KB
Binary file not shown.

Diff for: ‎Win/mpegCoder.pyd

-74 KB
Binary file not shown.

Diff for: ‎Win/swresample-3.dll

-369 KB
Binary file not shown.

Diff for: ‎Win/swscale-5.dll

-525 KB
Binary file not shown.

0 commit comments

Comments
 (0)