Commit 88985d0
File tree
3 files changed
+4
-4
lines changed- plugins/image/io/AudioVideo
- src
- reader
3 files changed
+4
-4
lines changedSubmodule avTranscoder updated 41 files
- CMakeLists.txt+2-11
- cmake/AvTranscoderMacros.cmake+21
- cmake/FindFFmpeg.cmake+5-4
- src/AvTranscoder/common.hpp+4
- src/AvTranscoder/decoder/AudioDecoder.cpp+4-1
- src/AvTranscoder/decoder/VideoDecoder.cpp+4-1
- src/AvTranscoder/encoder/AudioEncoder.cpp+4-1
- src/AvTranscoder/encoder/VideoEncoder.cpp+4-1
- src/AvTranscoder/file/FormatContext.cpp+4-6
- src/AvTranscoder/file/FormatContext.hpp+2-2
- src/AvTranscoder/file/IOutputFile.hpp+4-5
- src/AvTranscoder/file/InputFile.cpp+4-2
- src/AvTranscoder/file/OutputFile.cpp+16-11
- src/AvTranscoder/file/OutputFile.hpp+10-5
- src/AvTranscoder/log.cpp+12-10
- src/AvTranscoder/log.hpp+3
- src/AvTranscoder/mediaProperty/PixelProperties.cpp+16
- src/AvTranscoder/mediaProperty/PixelProperties.hpp+2-1
- src/AvTranscoder/mediaProperty/StreamProperties.cpp+7
- src/AvTranscoder/mediaProperty/StreamProperties.hpp+2-1
- src/AvTranscoder/reader/IReader.cpp+8
- src/AvTranscoder/stream/IInputStream.hpp+20-5
- src/AvTranscoder/stream/IOutputStream.hpp+5
- src/AvTranscoder/stream/InputStream.cpp+5-10
- src/AvTranscoder/stream/InputStream.hpp+1-9
- src/AvTranscoder/transcoder/StreamTranscoder.cpp+6-5
- src/AvTranscoder/transcoder/Transcoder.cpp+3-3
- src/CMakeLists.txt+11-11
- test/pyTest/testEProcessMethod.py+87-87
- test/pyTest/testNbFrames.py+40-40
- test/pyTest/testNbSamples.py+53-53
- test/pyTest/testOffset.py+248-198
- test/pyTest/testOutputFile.py+71
- test/pyTest/testProperties.py+92-92
- test/pyTest/testSetFrame.py+100-100
- test/pyTest/testTranscoderAdd.py+21-21
- test/pyTest/testTranscoderDummy.py+71-71
- test/pyTest/testTranscoderRewrap.py+80-83
- test/pyTest/testTranscoderTranscodeAudioMov.py+35-35
- test/pyTest/testTranscoderTranscodeAudioWave.py+106-110
- test/pyTest/testTranscoderTranscodeVideo.py+113-108
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments