- Jul 15, 2020
-
-
Taoran Lu authored
-
- Jul 08, 2020
-
-
Zhipin Deng authored
-
- Jul 06, 2020
-
-
Yao-Jen Chang authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
- Jul 03, 2020
-
-
Karsten Suehring authored
-
- Jul 02, 2020
-
-
Karsten Suehring authored
A bug in !1700 cause the encoder to pass all parameters into all layers (independent of the specified target layer)
-
- Jun 26, 2020
-
-
Karsten Suehring authored
At the encoder there are long parameters like "--QP=32" and short parameters like "-q 32" For layer parameters -lx (with x being the layer index) the encoder always assumes that -lx is followed by two parameters, which is only true for short type parameters. This checks for "--" in the first parameter following -lx and only reads a second parameter, if "--" is not found at the beginning.
-
- Jun 22, 2020
-
-
Karl Sharman authored
-
Karl Sharman authored
Renumbering level according to major*16+minor*3, with maximum level now 15.5 (not 8.3).
-
- Jun 19, 2020
-
-
- also disable decoder conformance checks that fail for multi-layer streams apparently without valid reason - rename Picture::layer to temporalId, because temporal ID is stored in this member variable
-
- Jun 15, 2020
-
-
Rickard Sjöberg authored
-
- Jun 13, 2020
-
-
bdchoi authored
Document updated
-
- May 27, 2020
-
-
Karsten Suehring authored
-
- May 19, 2020
-
-
Zhipin Deng authored
-
- May 15, 2020
-
-
Zhipin Deng authored
-
- May 12, 2020
-
-
Ruoyang Yu authored
-
- May 11, 2020
-
-
Mohammed Golam Sarwer authored
-
Karsten Suehring authored
-
- May 10, 2020
-
-
Yao-Jen Chang authored
-
- May 09, 2020
-
-
Mohammed Golam Sarwer authored
-
- May 08, 2020
-
-
Frank Bossen authored
Assign correct default values (1) to collocated chroma flags in SPS. Note that default values are used only for non-420 chroma formats. Modify and clean up CCLM code to not unnecessarily rely on collocated chroma flags for non-420 chroma formats.
-
Na Zhang authored
m_cEncLib.setNoAlfConstraintFlag ( !m_ccalf ); should be corrected as m_cEncLib.setNoCCAlfConstraintFlag ( !m_ccalf );
-
Shunsuke Iwamura authored
-
Kiyofumi Abe authored
-