3
I Use This!
Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Resolved conflict More... about 11 years ago
cmake: provide an appopriate -march for 64bit GCC targets More... about 11 years ago
cmake: use GCC variable, in lieu of CMAKE_COMPILER_IS_GNUCXX More... about 11 years ago
cmake: detect 64bit build, set GCC flag if GCC is detected More... about 11 years ago
Modified xCalcHADS4x4 to use 16bit operations.
Deepthi Devaki Akkoorath
as deepthidevaki
More... about 11 years ago
these files has to go with the previous checkin version(199) More... about 11 years ago
1. Included the cpu detection logic in the main 2. Changed the SetupPrimitives() function such that, based on the cpuid, the corresponing vector architure and fucntions are selected More... about 11 years ago
Merged multicoreware/xhevc into default More... about 11 years ago
Replace #define ENABLE_VECTOR with ENABLE_PRIMITIVES cmake option More... about 11 years ago
Disable DISTORTION_PRECISION_ADJUSTMENT when HIGH_BIT_DEPTH is disabled. More... about 11 years ago
add mapping function from Width x Height to Partition enum More... about 11 years ago
move top level encoder classes into Lib/ folder More... about 11 years ago
remove unused set_source_files_properties More... about 11 years ago
fix VC compiler warnings (unreferenced formal parameter) in HM source More... about 11 years ago
fix VC compiler warnings (integer size type conversions) in HM source More... about 11 years ago
fix VC compiler warning in the HM source More... about 11 years ago
prevent one compile warning when HIGH_BIT_DEPTH is disabled More... about 11 years ago
add a stub 8bit vectorized primitive to prevent compile warnings More... about 11 years ago
move primitives_c extern to the file(s) which define its methods More... about 11 years ago
add templated SATD functions, based on x264's macro routines More... about 11 years ago
add more irregular partition sizes (we probably still need 24s) More... about 11 years ago
add pixel.cpp with templated sad function More... about 11 years ago
bug fix in vecprimitives.inc More... about 11 years ago
declare seperate implementations of vector primitives for 8bit and 16bit pels More... about 11 years ago
stub in support for C reference versions of each encoder primitive More... about 11 years ago
ensure intptr_t is defined on MSVC compiles More... about 11 years ago
compiler portable CDECL macro More... about 11 years ago
apply coding style to all new code (leaving HM unmodified for the moment) More... about 11 years ago
add a Python script to apply coding style globally More... about 11 years ago
fix comment in drag-astyle.bat More... about 11 years ago