- Feb 02, 2023
-
-
Kenneth Andersson authored
-
- Feb 01, 2023
-
-
Karsten Suehring authored
add options --SourceScalingRatio to rescale source video See merge request jvet/VVCSoftware_VTM!2522
-
-
Frank Bossen authored
Move MergeCtx and related classes from ContextModelling to InterPrediction See merge request jvet/VVCSoftware_VTM!2533
-
-
Kenneth Andersson authored
-
- Jan 31, 2023
-
-
Frank Bossen authored
JVET-AC0139: Unified merge function and updated cfg settings See merge request !2518
-
-
Xiang Li authored
Rename "LevelTier" to "TierLevel" See merge request jvet/VVCSoftware_VTM!2531
-
Karsten Suehring authored
-
Frank Bossen authored
Ignore CLion files See merge request jvet/VVCSoftware_VTM!2530
-
-
Xiang Li authored
Move parameter sets out of Slice.h/cpp See merge request jvet/VVCSoftware_VTM!2517
-
- Jan 30, 2023
-
-
Frank Bossen authored
Include additional build with high bit depth enabled See merge request jvet/VVCSoftware_VTM!2529
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
Move initialisations to declaration for smaller PPS related classes. Define empty constructors/destructors in header.
-
Karsten Suehring authored
- manual reformatting: - try to shorten lines - keep blocks somewhat aligned - remove documentation comments - make IBC flag bool - add some braces - add line breaks into longer functions - move even longer functions into .cpp file - move static variables and functions to the end
-
Karsten Suehring authored
-
Karsten Suehring authored
-
Karsten Suehring authored
- move VPS and related classes into VideoParameterSet.h/cpp - move SPS and related classes into SequenceParameterSet.h/cpp - move PPS and related classes into PictureParameterSet.h/cpp - rename ProfileLevelTier.h/cpp to ProfileTierLevel.h/cpp and move ProfileTierLevel class there No other changes except for minor formatting/comment cleanup
-
Frank Bossen authored
Add GCC 12 to build configuration See merge request jvet/VVCSoftware_VTM!2528
-
Karsten Suehring authored
-
- Jan 28, 2023
-
-
Xiang Li authored
Fix compilation when JVET_O0756_CALCULATE_HDRMETRICS is enabled See merge request jvet/VVCSoftware_VTM!2527
-
Frank Bossen authored
-
Karsten Suehring authored
Define AlfMode element that captures enable flag and filter index See merge request jvet/VVCSoftware_VTM!2519
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
Having a single element reduces the number of data structures that need to be maintained.
-
Karsten Suehring authored
Rename m_tmpStorageLCU to m_tmpStorageCtu See merge request jvet/VVCSoftware_VTM!2520
-
- Jan 27, 2023
-
-
Xiang Li authored
StreamMergeApp: fix VPS allocation issue See merge request jvet/VVCSoftware_VTM!2525
-
Karsten Suehring authored
A pointer to a local VPS is passed as reference into the parameter set manager, which takes ownership of the object. When the local scope is left, the memory will be freed, which can lead to use after free (and double free).
-
Xiang Li authored
Adjust size of be a multiple of alignment when using std::aligned_alloc See merge request jvet/VVCSoftware_VTM!2524
-
Frank Bossen authored
Fixed an issue introduced in !2509
-
- Jan 25, 2023
-
-
Xiang Li authored
Update .clang-format file See merge request jvet/VVCSoftware_VTM!2523
-
Karsten Suehring authored
Changes include: - updates for newer clang-format versions - Align across comments - Set C++ version to C++17 - Don't split empty functions, etc. - Left align reference and pointer operators - Don't indent name spaces
-
- Jan 22, 2023
-
-
Frank Bossen authored
-
- Jan 20, 2023
-
-
Xiang Li authored
Split ConstraintInfo class out of Slice.h/cpp See merge request jvet/VVCSoftware_VTM!2516
-
Karsten Suehring authored
-