- Aug 25, 2019
-
-
Karsten Suehring authored
-
- Aug 22, 2019
-
-
Karsten Suehring authored
- add option to completely disable - add iparameter to software manual
-
- Aug 21, 2019
-
-
Brian Heng authored
-
Frank Bossen authored
Use vectors and resize them if needed instead of deleting and reallocating memory for every picture. This appears to have a significant impact on decoder run time. Use PLTRunMode type where appropriate instead of bool since using vector<bool> creates a number of issues
-
- Aug 14, 2019
-
-
Philipp Merkle authored
-
- Aug 13, 2019
-
-
Frederic Barbier authored
-
- Aug 08, 2019
-
-
Yung-Hsuan Chao (Jessie) authored
-
Yin Zhao authored
-
Yin Zhao authored
-
Yin Zhao authored
-
- Aug 07, 2019
-
-
Christian Helmrich authored
fix some JCCR related indentation, encapsulation, and descriptive text, add --PYUV to software manual
-
Philipp Merkle authored
- refactoring of MatrixIntraPrediction.h/.cpp (merged classes MatrixIntraPrediction and PredictorMIP, removed namespace Mip) - removed unused variable posBias in function computeReducedPred - fixed list size in function reduceHadCandList
-
Christian Helmrich authored
This reverts commit 9503ca9c
-
- Aug 06, 2019
-
-
Philipp Merkle authored
- fixed build error
-
Philipp Merkle authored
-
Moonmo Koo authored
- Fix for the case that uninitialized or invalid best cost values are referred during search candidate selection
-
- Aug 05, 2019
-
-
Christian Helmrich authored
This reverts commit 9503ca9c
-
Fangdong Chen authored
-
- Aug 02, 2019
-
-
Santiago de Luxán Hernández authored
-
Santiago de Luxán Hernández authored
-
Yung-Hsuan Chao (Jessie) authored
-
Santiago de Luxán Hernández authored
-
Santiago de Luxán Hernández authored
-
- Aug 01, 2019
-
-
Frank Bossen authored
-
Fangdong Chen authored
-
Yin Zhao authored
Add a cfg option "FastIntraPass", and use it for turning on/off the fast algorithm of intra pass coding in RDO. In cfg files, the parameter FastIntraPass is set as 0 for RA and 1 for LDB/LDP.
-
- Jul 31, 2019
-
-
Yung-Hsuan Chao (Jessie) authored
-
Yung-Hsuan Chao (Jessie) authored
-
Yung-Hsuan Chao (Jessie) authored
-
Xin Zhao authored
-
Fangdong Chen authored
-
Yung-Hsuan Chao (Jessie) authored
-
Fangdong Chen authored
-
Yin Zhao authored
-
- Jul 30, 2019
-
-
Yung-Hsuan Chao (Jessie) authored
1. indentation 2. function naming 3. Class declaration positions
-
Yung-Hsuan Chao (Jessie) authored
-
Yung-Hsuan Chao (Jessie) authored
initial commit of JVET_O0119_BASE_PALETTE_444: palette in HEVC and palette mode coding in JVET-N0258
-
Yin Zhao authored
-
- Jul 26, 2019
-
-
Santiago de Luxán Hernández authored
It cleans up old ISP code that is no longer used anymore. The code was used to allow only one ISP split depending on the block size. However, this functionality is not needed anymore after the adoption of JVET-N0308 during the Geneva Meeting in March, which limited the usage of ISP to CUs with a maximum size of 64x64 samples. This clean-up eliminates various unnecessary checks and improves the readability of the code.
-
- Jul 25, 2019
-
-
Yu Han authored
-