Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lheric committed Feb 21, 2014
1 parent fd80d27 commit 00a407f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ What is Gitl HEVC Analyzer

Gitl HEVC Analyzer is an open-source tool for bitstream analysis for HEVC/H.265 .

It is released under Apache License 2.0. In addition, it's **NOT for commercial use**. If you want to use it for commercial purpose, please contact us. If you are not using it to develop weapons, produce or sell illegal drugs, and if you are not a terrorist, we will give your a commercial version for **free**.
It is released under Apache License 2.0. In addition, it's **NOT for commercial use**. If you want to use it for commercial purpose, please contact us. If you ares not using it to develop weapons, produce or sell illegal drugs, and if you are not a terrorist, we will give your a commercial version for **free**.

**If you are using our analyzer in your paper, please add a footnote or reference to our work**

Expand All @@ -19,11 +19,15 @@ Windows (64 bit):

<a href="https://sourceforge.net/projects/gtilhevcanalyzer/">https://sourceforge.net/projects/gtilhevcanalyzer/</a>

For linux users, please compile the source code

If you find any bugs, you are welcomed to open new issues.


Why Gitl HEVC Analyzer
======================

First, all the commercial HEVC analyzers are too expensive for us.
First, all the commercial HEVC analyzers are too expensive.

Second, we need to draw additional grphics on the analysis results. It supports custom filters. In fact, all the features are implemented via custom filters.

Expand All @@ -41,7 +45,7 @@ Features

Support YUV420 (8bit) bitstream.

For historical reasons, besides formal HEVC bitstream, it also supports bitstreams generated by older HM encoders (HM-4.0, HM-5.2 and HM-10.0).
For historical reasons, besides formal HEVC bitstream, it also supports bitstreams generated by older HM encoders (HM-4.0, HM-5.2, HM-10.0 and HM-12.0).

<ul>
<li>Custom Plugins Support</li>
Expand Down Expand Up @@ -69,7 +73,7 @@ Road Map
How To Build
============

Written in C++ with Qt5
Written in C++ with Qt5 (c++11 support required)
You should get and install **Qt 5.1.0 or higher**.

1. Clone this repository.
Expand Down
2 changes: 1 addition & 1 deletion src/model/common/comrom.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
extern QSettings g_cAppSetting;


#define ANALYZER_VERSION "1.3.0" ///< version number
#define ANALYZER_VERSION "1.4.0" ///< version number


#endif // COMROM_H

0 comments on commit 00a407f

Please sign in to comment.