Commit fe41702
File tree
9 files changed
+13
-14
lines changed- plugins/image/io/AudioVideo
- src
- common
- reader
- writer
9 files changed
+13
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
Submodule avTranscoder updated 45 files
- CMakeLists.txt+7-2
- INSTALL.md+42
- README.md+3
- app/avProcessor/avProcessor.cpp+14-40
- app/avThumbnail/avThumbnail.cpp+3-1
- src/AvTranscoder/Option.cpp+3-8
- src/AvTranscoder/avTranscoder.i+1-4
- src/AvTranscoder/codec/ICodec.cpp+2-5
- src/AvTranscoder/common.cpp+9-2
- src/AvTranscoder/common.hpp+7-16
- src/AvTranscoder/decoder/AudioDecoder.cpp+13-10
- src/AvTranscoder/decoder/AudioDecoder.hpp+1-1
- src/AvTranscoder/decoder/VideoDecoder.cpp+13-10
- src/AvTranscoder/decoder/VideoDecoder.hpp+1-1
- src/AvTranscoder/encoder/AudioEncoder.cpp+46-49
- src/AvTranscoder/encoder/AudioEncoder.hpp+3-1
- src/AvTranscoder/encoder/VideoEncoder.cpp+43-45
- src/AvTranscoder/encoder/VideoEncoder.hpp+3-1
- src/AvTranscoder/file/FormatContext.cpp+14-23
- src/AvTranscoder/file/IOutputFile.hpp-1
- src/AvTranscoder/file/InputFile.cpp+3-4
- src/AvTranscoder/file/InputFile.hpp+1-8
- src/AvTranscoder/file/OutputFile.cpp+5-11
- src/AvTranscoder/file/OutputFile.hpp-3
- src/AvTranscoder/frame/AudioFrame.hpp+1-1
- src/AvTranscoder/frame/VideoFrame.hpp+1-1
- src/AvTranscoder/log.cpp+65
- src/AvTranscoder/log.hpp+50
- src/AvTranscoder/mediaProperty/AudioProperties.cpp+1-2
- src/AvTranscoder/mediaProperty/DataProperties.cpp+43-24
- src/AvTranscoder/mediaProperty/FileProperties.cpp+6-6
- src/AvTranscoder/mediaProperty/VideoProperties.cpp+1-1
- src/AvTranscoder/profile/ProfileLoader.cpp+8-38
- src/AvTranscoder/profile/ProfileLoader.hpp+2-7
- src/AvTranscoder/profile/profile.i+10
- src/AvTranscoder/profile/util.hpp+93
- src/AvTranscoder/progress/IProgress.hpp-2
- src/AvTranscoder/system.hpp+49
- src/AvTranscoder/transcoder/StreamTranscoder.cpp+22-21
- src/AvTranscoder/transcoder/StreamTranscoder.hpp+1-4
- src/AvTranscoder/transcoder/Transcoder.cpp+18-69
- src/AvTranscoder/transcoder/Transcoder.hpp+3-12
- src/AvTranscoder/transform/VideoTransform.cpp+15-44
- src/AvTranscoder/transform/VideoTransform.hpp-4
- src/CMakeLists.txt+80-67
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | | - | |
| 496 | + | |
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1049 | 1049 | | |
1050 | 1050 | | |
1051 | 1051 | | |
1052 | | - | |
| 1052 | + | |
1053 | 1053 | | |
1054 | | - | |
| 1054 | + | |
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
0 commit comments