Custom query (1557 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 1557)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#714 duplicate Problem with lossless Jamaika
Description

VVCSoftware: VTM Encoder Version 7.0 [Windows][GCC 10.0.0][64 bit] [SIMD=NONE] VVCSoftware: HDRTools Version 0.19.1 VVCSoftware: libgomp / pthreads 32bit : 1.0 / 3.0 [SPLIT_PARALLEL (6 jobs)][WPP_PARALLEL]

Input real format & framerate : 640x360 25Hz Input pixel format & bitdepth : rgb24 Input color space / primaries : RGB / Undef Input color range : full Frame/Field : Frame based coding Frame index : 0 - 0 (1 frames) Profile : next Cost function: : Lossless coding with fixed QP of 0 TOOL CFG: IBD:0 HAD:0 RDQ:1 RDQTS:1 RDpenalty:0 LQP:0 SQP:0 ASR:0 MinSearchWindow:8 RestrictMESampling:0 FEN:0 ECU:0 FDM:1 CFM:0 ESD:0 TransformSkip:1 TransformSkipFast:1 TransformSkipLog2MaxSize:5 ChromaTS:1 BDPCM:0 Slice: M=0 Tiles:1x1 MCTS:0 CIP:0 SAO:1 ALF:1 TransQuantBypassEnabled:0 WPP:0 WPB:0 PME:2 WaveFrontSynchro:0 WaveFrontSubstreams:1 ScalingList:0 TMVPMode:1 DQ:1 SignBitHidingFlag:0 RecalQP:0 NEXT TOOL CFG: LFNST:1 MMVD:1 Affine:1 AffineType:1 PROF:1 SubPuMvp:1+0 DualITree:1 IMV:1 BIO:1 LMChroma:1 MTS: 1(intra) 0(inter) SBT:1 ISP:1 SMVD:1 CompositeLTReference:0 GBi:1 GBiFast:1 LADF:0 MHIntra:1 Triangle:1 AllowDisFracMMVD:1 AffineAmvr:1 AffineAmvrEncOpt:0 DMVR:1 MmvdDisNum:8 JointCbCr:1 PLT:0 IBC:0 HashME:0 WrapAround:0 LoopFilterAcrossVirtualBoundaries:0 Reshape:0 MIP:1 EncDbOpt:0 FAST TOOL CFG: LCTUFast:1 FastMrg:1 PBIntraFast:1 IMV4PelFast:1 MTSMaxCand: 4(intra) 4(inter) ISPFast:0 FastLFNST:0 AMaxBT:1 E0023FastEnc:1 ContentBasedFastQtbt:0 UseNonLinearAlfLuma:1 UseNonLinearAlfChroma:1 MaxNumAlfAlternativesChroma:8 FastMIP:0 FastLocalDualTree:1 NumSplitThreads:1 NumWppThreads:1+0 EnsureWppBitEqual:1 RPR:0 TemporalFilter:0

started @ Sun Nov 17 23:03:45 2019

ERROR: In function "xCompressCU" in EncCu.cpp:926: Should always get a result in serial case

#719 wontfix A strange message. Jamaika
Description

A strange message. Probably GCC 20191116 error. I think that have to wait for the newer version. http://msystem.waw.pl/x265/mingw-gcc1000-20191116.7z

UnitTools.cpp: In function 'void PU::getInterMergeCandidates(const PredictionUnit&, MergeCtx&, int, const int&)':
UnitTools.cpp:1323:50: warning: writing 1 byte into a region of size 0 [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=stringop-overflow=]
 1323 |     mrgCtx.interDirNeighbours [uiArrayAddr     ] = 1;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from UnitTools.h:43,
                 from UnitTools.cpp:38:
ContextModelling.h:488:17: note: destination object declared here
  488 |   unsigned char interDirNeighbours[ MRG_MAX_NUM_CANDS      ];
      |                 ^~~~~~~~~~~~~~~~~~
UnitTools.cpp:1324:50: warning: writing 1 byte into a region of size 0 [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=stringop-overflow=]
 1324 |     mrgCtx.GBiIdx             [uiArrayAddr     ] = GBI_DEFAULT;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from UnitTools.h:43,
                 from UnitTools.cpp:38:
ContextModelling.h:487:17: note: destination object declared here
  487 |   uint8_t       GBiIdx            [ MRG_MAX_NUM_CANDS      ];
      |                 ^~~~~~
UnitTools.cpp:1330:58: warning: writing 1 byte into a region of size 0 [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=stringop-overflow=]
 1330 |       mrgCtx.interDirNeighbours [ uiArrayAddr          ] = 3;
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from UnitTools.h:43,
                 from UnitTools.cpp:38:
ContextModelling.h:488:17: note: destination object declared here
  488 |   unsigned char interDirNeighbours[ MRG_MAX_NUM_CANDS      ];
      |                 ^~~~~~~~~~~~~~~~~~
#774 fixed Error RdCost Jamaika
Description
RdCost.cpp: In member function 'void RdCost::copyState(const RdCost&)':
RdCost.cpp:245:11: error: cannot convert 'double' to 'void*'
  245 |   memcpy( m_dLambdaMotionSAD, other.m_dLambdaMotionSAD, sizeof( m_dLambdaMotionSAD ) );
      |           ^~~~~~~~~~~~~~~~~~
      |           |
      |           double
In file included from c:\msys1000\include\c++\10.0.0\cwchar:44,
                 from c:\msys1000\include\c++\10.0.0\bits\postypes.h:40,
                 from c:\msys1000\include\c++\10.0.0\iosfwd:40,
                 from c:\msys1000\include\c++\10.0.0\ios:38,
                 from c:\msys1000\include\c++\10.0.0\ostream:38,
                 from c:\msys1000\include\c++\10.0.0\iostream:39,
                 from CommonDef.h:42,
                 from RdCost.h:41,
                 from RdCost.cpp:40:
c:\msys1000\x86_64-w64-mingw32\include\wchar.h:1442:44: note:   initializing argument 1 of 'void* memcpy(void*, const void*, size_t)'
 1442 |   void *__cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
      |                        ~~~~~~~~~~~~~~~~~~~~^~~~
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.