3 files changed
+9
-9
lines changed- .github/workflows/arm.yml+1-1
- .github/workflows/build.yml+1-1
- .github/workflows/coverity.yml+1-1
- .github/workflows/decode.yml+1-1
- CMakeLists.txt+3-3
- README.md+3-1
- configure.ac+3-3
- dec265/sdl.cc+1-1
- enc265/enc265.cc+1-1
- extra/libde265/de265-version.h+2-2
- libde265/CMakeLists.txt+21-2
- libde265/Makefile.am-2
- libde265/encoder/CMakeLists.txt+3
- libde265/encoder/algo/cb-interpartmode.h+1-1
- libde265/encoder/algo/cb-intra-inter.h+1-1
- libde265/encoder/algo/cb-intrapartmode.h+1-1
- libde265/encoder/algo/cb-mergeindex.h+1-1
- libde265/encoder/algo/cb-skip.h+1-1
- libde265/encoder/algo/cb-split.h+1-1
- libde265/encoder/algo/ctb-qscale.h+1-1
- libde265/encoder/algo/pb-mv.h+1-1
- libde265/encoder/algo/tb-intrapredmode.h+1-1
- libde265/encoder/algo/tb-rateestim.h+1-1
- libde265/encoder/algo/tb-split.h+1-1
- libde265/encoder/algo/tb-transform.h+1-1
- libde265/encoder/configparam.cc
- libde265/encoder/configparam.h
- libde265/encoder/encoder-core.h+1-1
- libde265/encoder/sop.h+1-1
- libde265/image.cc+3-2
- libde265/image.h-1
- libde265/nal-parser.cc+2-1
- libde265/sao.cc+13-24
- libde265/transform.cc+5
- libde265/x86/sse.cc+14-3
- scripts/ci-before-install-linux.sh+1-1
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + |
0 commit comments