-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src:Fix YUV to RGB color conversion in NV12 and NV21 formats (NV12、NV…
…21 显示问题 #21) Signed-off-by: xiaoming <[email protected]>
- Loading branch information
1 parent
f5e3a07
commit 9cb8c46
Showing
7 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ | |
</message> | ||
<message> | ||
<location filename="../src/UI_YUVviewer.ui" line="467"/> | ||
<location filename="../src/YUVviewer.cpp" line="746"/> | ||
<location filename="../src/YUVviewer.cpp" line="760"/> | ||
<source>About</source> | ||
<translation></translation> | ||
</message> | ||
|
@@ -96,7 +96,17 @@ | |
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="732"/> | ||
<location filename="../src/YUVviewer.cpp" line="712"/> | ||
<source>Open File</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="728"/> | ||
<source>Open Folder</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="746"/> | ||
<source>1.Select parameters on the main interface. | ||
2.Click Open File or Folder to parse the image data and display the image. | ||
3.Used in the image display interface | ||
|
@@ -109,7 +119,7 @@ | |
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="747"/> | ||
<location filename="../src/YUVviewer.cpp" line="761"/> | ||
<source><p>Version</p><p>&nbsp;%1</p><p>Commit</p><p>&nbsp;%2</p><p>Author</p><p>&nbsp;[email protected]</p><p>&nbsp;[email protected]</p><p>Website</p><p>&nbsp;<a href='https://github.com/QQxiaoming/YUVviewer'>https://github.com/QQxiaoming</p><p>&nbsp;<a href='https://gitee.com/QQxiaoming/YUVviewer'>https://gitee.com/QQxiaoming</a></p></source> | ||
<translation></translation> | ||
</message> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ | |
</message> | ||
<message> | ||
<location filename="../src/UI_YUVviewer.ui" line="467"/> | ||
<location filename="../src/YUVviewer.cpp" line="746"/> | ||
<location filename="../src/YUVviewer.cpp" line="760"/> | ||
<source>About</source> | ||
<translation>について</translation> | ||
</message> | ||
|
@@ -96,7 +96,17 @@ | |
<translation>Qtについて</translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="732"/> | ||
<location filename="../src/YUVviewer.cpp" line="712"/> | ||
<source>Open File</source> | ||
<translation>ファイルを開く</translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="728"/> | ||
<source>Open Folder</source> | ||
<translation>開いたフォルダ</translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="746"/> | ||
<source>1.Select parameters on the main interface. | ||
2.Click Open File or Folder to parse the image data and display the image. | ||
3.Used in the image display interface | ||
|
@@ -117,7 +127,7 @@ | |
- 中クリックすると、画像の元のサイズが表示されます。</translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="747"/> | ||
<location filename="../src/YUVviewer.cpp" line="761"/> | ||
<source><p>Version</p><p>&nbsp;%1</p><p>Commit</p><p>&nbsp;%2</p><p>Author</p><p>&nbsp;[email protected]</p><p>&nbsp;[email protected]</p><p>Website</p><p>&nbsp;<a href='https://github.com/QQxiaoming/YUVviewer'>https://github.com/QQxiaoming</p><p>&nbsp;<a href='https://gitee.com/QQxiaoming/YUVviewer'>https://gitee.com/QQxiaoming</a></p></source> | ||
<translation><p>バージョン</p><p>&nbsp;%1</p><p>コミット</p><p>&nbsp;%2</p><p>開発者</p><p>&nbsp;[email protected]</p><p>ウェブサイト</p><p>&nbsp;<a href='https://github.com/QQxiaoming/YUVviewer'>https://github.com/QQxiaoming</p><p>&nbsp;<a href='https://gitee.com/QQxiaoming/YUVviewer'>https://gitee.com/QQxiaoming</a></p></translation> | ||
</message> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ | |
</message> | ||
<message> | ||
<location filename="../src/UI_YUVviewer.ui" line="467"/> | ||
<location filename="../src/YUVviewer.cpp" line="746"/> | ||
<location filename="../src/YUVviewer.cpp" line="760"/> | ||
<source>About</source> | ||
<translation>关于</translation> | ||
</message> | ||
|
@@ -96,7 +96,17 @@ | |
<translation>关于Qt</translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="732"/> | ||
<location filename="../src/YUVviewer.cpp" line="712"/> | ||
<source>Open File</source> | ||
<translation>打开文件</translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="728"/> | ||
<source>Open Folder</source> | ||
<translation>打开文件夹</translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="746"/> | ||
<source>1.Select parameters on the main interface. | ||
2.Click Open File or Folder to parse the image data and display the image. | ||
3.Used in the image display interface | ||
|
@@ -117,7 +127,7 @@ | |
- 单击鼠标中键可显示图像的原始尺寸。</translation> | ||
</message> | ||
<message> | ||
<location filename="../src/YUVviewer.cpp" line="747"/> | ||
<location filename="../src/YUVviewer.cpp" line="761"/> | ||
<source><p>Version</p><p>&nbsp;%1</p><p>Commit</p><p>&nbsp;%2</p><p>Author</p><p>&nbsp;[email protected]</p><p>&nbsp;[email protected]</p><p>Website</p><p>&nbsp;<a href='https://github.com/QQxiaoming/YUVviewer'>https://github.com/QQxiaoming</p><p>&nbsp;<a href='https://gitee.com/QQxiaoming/YUVviewer'>https://gitee.com/QQxiaoming</a></p></source> | ||
<translation><p>版本</p><p>&nbsp;%1</p><p>提交</p><p>&nbsp;%2</p><p>作者</p><p>&nbsp;[email protected]</p><p>主页</p><p>&nbsp;<a href='https://github.com/QQxiaoming/YUVviewer'>https://github.com/QQxiaoming</p><p>&nbsp;<a href='https://gitee.com/QQxiaoming/YUVviewer'>https://gitee.com/QQxiaoming</a></p></translation> | ||
</message> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.