2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
- #Resources/PATCH_NOTES.md+10-16
- AMF+1-1
- AUTHORS-38
- CMakeLists.txt+348-173
- Jenkinsfile+64
- README.md+31-11
- amf-test/.clang-format-99
- amf-test/CMakeLists.txt+21-21
- amf-test/main.cpp+6-4
- appveyor.yml+3-13
- ci/appveyor-build.bat+2-2
- ci/appveyor-install.bat-24
- ci/appveyor-package.bat+3-4
- ci/installer.in.iss+2-2
- cmake/DownloadProject.CMakeLists.cmake.in+17
- cmake/DownloadProject.cmake+182
- cmake/cppcheck.cmake+234
- cmake/util.cmake+19
- cmake/version.rc.in+55
- include/amf-capabilities.hpp+9-9
- include/amf-encoder-h264.hpp+5-4
- include/amf-encoder-h265.hpp+5-4
- include/amf-encoder.hpp+12-6
- include/amf.hpp+11-10
- include/api-base.hpp+6-11
- include/api-d3d11.hpp+1-1
- include/api-d3d9.hpp+1-1
- include/api-host.hpp+1-1
- include/api-opengl.hpp+3-1
- include/enc-h264.hpp+2-2
- include/enc-h265.hpp+2-2
- include/plugin.hpp+8-5
- include/strings.hpp+2-2
- include/utility.hpp+5-4
- include/version.h.in-25
- include/version.hpp.in+32
- resources/locale/cs-CZ.ini+4
- resources/locale/el-GR.ini+17
- resources/locale/en-US.ini+1-1
- resources/locale/eu-ES.ini+1
- resources/locale/gd-GB.ini+27
- resources/locale/it-IT.ini+57
- resources/locale/ka-GE.ini+179
- resources/locale/nb-NO.ini+13
- resources/locale/sv-SE.ini+1
- source/amf-capabilities.cpp+2-2
- source/amf-encoder-h264.cpp+4-4
- source/amf-encoder-h265.cpp+4-4
- source/amf-encoder.cpp+45-43
- source/amf.cpp+12-9
- source/api-base.cpp+11-8
- source/api-d3d11.cpp+3-7
- source/api-d3d9.cpp+3-5
- source/api-host.cpp+1-1
- source/api-opengl.cpp+1-1
- source/enc-h264.cpp+5-5
- source/enc-h265.cpp+6-6
- source/plugin.cpp+11-10
- source/utility.cpp+9-8
0 commit comments