Re: [x265] how to build x265 that supports both 8bit and 10bit

2019-05-16 Thread chen
Hi, Could you please try it with multilib.bat It is Steve's idea, we build lib two times with different bit_depth and combine these libs into one multiple feature lib. Regards, Min Chen At 2019-05-17 11:06:13, "qw" wrote: hi, I read x265 source code, and find one function, as shown

[x265] how to build x265 that supports both 8bit and 10bit

2019-05-16 Thread qw
hi, I read x265 source code, and find one function, as shown below: int x265_param_apply_profile(x265_param *param, const char *profile) { if (!param || !profile) return 0; /* Check if profile bit-depth requirement is exceeded by internal bit depth */ bool

Re: [x265] [PATCH] zone: Fix reconfiguration of RC param

2019-05-16 Thread Dinesh Kumar Reddy
# HG changeset patch # User Pooja Venkatesan # Date 1553576501 -19800 # Tue Mar 26 10:31:41 2019 +0530 # Node ID 39b35ea862834f05e7437e1670e55de595c8f875 # Parent 4217e691387cdeb6569846d5942422fec3126528 zone: Fix reconfiguration of RC param Pushed to x265 default Branch. Thanks &