https://bitbucket.org/multicoreware/x265

sort by:
Revision Author Date Message Commit Date
e5eace0 Update x265_copy_params() Fix for issue #498 24 July 2019, 13:26:38 UTC
d1bffbf Added tag 3.1.1 for changeset 6f7c2ae0d5bd 08 July 2019, 11:10:19 UTC
679de1c Fix crash with aq-motion when aq-mode is disabled fixes bitbucket issue #502 01 July 2019, 10:59:35 UTC
c61a7d8 Added tag 3.1 for changeset acce27790559 18 June 2019, 14:18:01 UTC
214f135 release: Release notes for v3.1 18 June 2019, 13:04:31 UTC
4236ef9 Added tag 3.1_RC2 for changeset b4e38ce16d7c 18 June 2019, 14:14:32 UTC
e7d2c5a Fix double free in zones 14 June 2019, 10:27:24 UTC
af6df8b Decoupled the non-"medium" presets from the effect of new default parameters committed under commit-id 4583000db964. 14 June 2019, 10:14:08 UTC
5b05519 svt: Fix error for newly added param variables 14 June 2019, 09:10:28 UTC
816e8f6 Added tag 3.1_RC1 for changeset 113518629fa5 07 June 2019, 12:55:06 UTC
4ee0104 Do not call Aligned pixel_avg_48x64 AVX512 code due to segmentation fault. 06 June 2019, 09:02:39 UTC
36cb57e cll: Fix bug in cli parsing 04 June 2019, 08:30:39 UTC
4adb466 Open release branch for v3.1 31 May 2019, 10:53:46 UTC
28b4d51 Merge with default 29 May 2019, 04:44:27 UTC
bc6fe6e Fix Windows 32bit build errors 28 May 2019, 06:01:54 UTC
6d8d8da Changed the params max-merge to 3, b-intra enabled, limit-ref and early-skip enabled for improved performance for high res 27 May 2019, 06:18:25 UTC
fc3b9c8 Fix Linux build errors 24 May 2019, 08:28:37 UTC
1279c9b cli: Introduce option to signal content light level SEI. This patch also fixes indentation issues. 23 May 2019, 14:08:47 UTC
764a6d5 Add codes to support field feature 23 May 2019, 03:28:44 UTC
6f43450 api: Add option "--fades" to detect and handle fade-in regions It does the following: Force I-slice and Initialize RC history for the brightest frame after fade-in. 22 April 2019, 05:41:35 UTC
6b5d860 Enable cutree for two pass encode 17 May 2019, 09:30:30 UTC
bb15808 zone: Fix reconfiguration of RC param 26 March 2019, 05:01:41 UTC
a15fe8a Fix issues in configuring cbQpOffset and crQpOffset for 444 input 06 May 2019, 10:24:01 UTC
44aa423 [x265 patch] analysis: For inter-refine level 1, evaluate smaller CU sizes only when the current block is decided as "skip" by the save mode 26 April 2019, 09:53:35 UTC
1de54ff Dolby Vision: Set crQpoffset to 3 by default for profile 5 regardless of noise reduction. 30 April 2019, 04:11:10 UTC
b5ce1b3 Fix for Issue #470 13 April 2019, 14:03:05 UTC
2bb166f fix - encodercolorformat assigning to junk value, failing to encode svt-hevc 16 April 2019, 11:26:23 UTC
a8c499e Fix build error in linux when enable SVT-HEVC 16 April 2019, 04:53:30 UTC
069173a SSIM-RD : 8-bit AVX2 performance improvement ssimDistortion [16x16] 5.44x => 13.52x [32x32] 6.01x => 18.99x [64x64] 6.70x => 20.78x normFactor [16x16] 8.42x => 17.96x [32x32] 9.56x => 29.12x [64x64] 8.96x => 25.29x 04 April 2019, 08:05:58 UTC
a3ab8c1 Fix blocky artifacts in Linux 02 April 2019, 09:31:12 UTC
bd049b1 Fix MV Wrap-around Fixed that wrap-around from MV structure overflow occurred around 8K pixels or over. 29 March 2019, 00:20:41 UTC
c771597 Update reference for SVT 22 March 2019, 07:39:49 UTC
f607ccd Fix warnings and Win32 build errors for ssimDistortion primitive 07 March 2019, 13:49:26 UTC
4615af7 Backed out changeset: fef63866bb60 08 March 2019, 05:21:13 UTC
edf4a0d x86: normFactor primitive This patch adds AVX2 assembly for this primitive. |---------|-----------|-----------------|-----------------| | Size |Performance|AVX2 clock cycles|CPP clock cycles | |---------|-----------|-----------------|-----------------| | [8x8] | 7.65x | 312.90 | 2394.83 | | [16x16] | 8.42x | 1157.14 | 9741.56 | | [32x32] | 9.56x | 3942.18 | 37692.20 | | [64x64] | 8.96x | 15388.24 | 137889.28 | |---------|-----------|-----------------|-----------------| 04 March 2019, 10:06:38 UTC
274f346 x86: ssimDistortion primitive This patch adds AVX2 assembly for this primitive. |---------|-----------|-----------------|-----------------| | Size |Performance|AVX2 clock cycles|CPP clock cycles | |---------|-----------|-----------------|-----------------| | [4x4] | 3.52x | 264.43 | 932.05 | | [8x8] | 5.11x | 619.24 | 3163.56 | | [16x16] | 5.44x | 2114.00 | 11490.52 | | [32x32] | 6.01x | 7589.70 | 45608.01 | | [64x64] | 6.70x | 27859.21 | 186634.25 | |---------|-----------|-----------------|-----------------| 27 February 2019, 07:05:02 UTC
4059f9d Replace bool with int to prevent portability issues 06 March 2019, 05:06:18 UTC
d09dfb9 zone: Fix memory handling for zones This patch does the following: Allocate and free memory for zones Copy of zone and zone params 05 March 2019, 08:48:21 UTC
a0e2a07 - Fixed --tune mapping issue in x265 + SVT-HEVc integration 26 February 2019, 08:22:24 UTC
bcfaeb4 doc: Fix docs rst file 19 February 2019, 14:50:35 UTC
e42b74a Integrate SVT-HEVC Encoder with X265, Fixing Linux Segmentation fault issue 19 February 2019, 08:56:58 UTC
70cdd5d Integrate SVT-HEVC encoder to x265 *** Integrate SVT-HEVC Encoder with X265 -Modified SEI Parameters intraction with SVT-HEVC 14 February 2019, 05:36:36 UTC
c7f90d1 zone: Fix encoder crash in linux Handle passing NULL to strdup() 08 February 2019, 10:32:53 UTC
12513df Added tag 3.0_Au for changeset a6a12bc3ccf4 07 February 2019, 10:59:36 UTC
ccb856d Dolby Vision: Move payload freeing from library to application. Since the memory for rpu payload is allocated in the application, its free is moved to application. 25 January 2019, 15:14:17 UTC
8497610 Added tag 3.0 for changeset 72188bd2f034 23 January 2019, 09:52:42 UTC
c33c622 release: Release notes for v3.0 23 January 2019, 09:47:18 UTC
607cb93 Update documentation for default aq-mode 16 January 2019, 10:31:08 UTC
d26498c Add CLIs for save-load-tests 10 January 2019, 12:19:34 UTC
a6d4220 test: Add regression commands for refine-ctu-distortion 10 January 2019, 09:12:27 UTC
953b7fa aq: Add tests for hevc-aq 10 January 2019, 07:36:13 UTC
338f57c hdr10+: Send application_version as 1 only for new metadata to give best visual quality 04 January 2019, 13:20:22 UTC
4954cc9 release: Release notes for v3.0 23 January 2019, 09:47:18 UTC
ba19aea Update documentation for default aq-mode 16 January 2019, 10:31:08 UTC
6996fe0 Add CLIs for save-load-tests 10 January 2019, 12:19:34 UTC
7bfafb5 test: Add regression commands for refine-ctu-distortion 10 January 2019, 09:12:27 UTC
5e069ce aq: Add tests for hevc-aq 10 January 2019, 07:36:13 UTC
211ed13 aq: Disable hevc-aq based on checks 30 December 2018, 11:49:06 UTC
875109a fix RC version string error in MinGW 02 January 2019, 08:45:53 UTC
e22b23d aq: Disable hevc-aq based on checks 30 December 2018, 11:49:06 UTC
65a1ff4 Backed out changeset: 0c60a47c827c 08 January 2019, 11:38:55 UTC
0fadece aq: Disable hevc-aq based on checks 30 December 2018, 11:49:06 UTC
41143fa fix RC version string error in MinGW 02 January 2019, 08:45:53 UTC
65c838f Validate reconfigured params using encoder's configure 27 December 2018, 10:46:28 UTC
23bafab x265.h: fix C compatibility 29 December 2018, 06:21:21 UTC
606e527 Added tag 3.0_RC for changeset 1307fd7b2b99 31 December 2018, 09:35:48 UTC
0dec930 Removed tag 3.0-rc 31 December 2018, 09:27:22 UTC
292b94f Added tag 3.0-rc for changeset bad4e598cac7 31 December 2018, 06:11:05 UTC
87bf20a Fix for line endings in encoder.h 28 December 2018, 10:47:17 UTC
baae3af Dolby Vision: Fix multilib build error Moved the global variable inside the x265_NS 28 December 2018, 09:15:05 UTC
fc70def Validate reconfigured params using encoder's configure 27 December 2018, 10:46:28 UTC
a696fc7 x265.h: fix C compatibility 29 December 2018, 06:21:21 UTC
d19e3ec Merge with default, prep for v3.0 31 December 2018, 09:42:01 UTC
d8f3cb9 silence GCC 8 warnings -Wclass-memaccess and -Wcast-function-type 15 December 2018, 01:13:14 UTC
ea5d6ac zone: Fix MinGW32 error 27 December 2018, 08:30:17 UTC
8e7f86a remove whitespace 12 November 2018, 07:50:42 UTC
a28fb6d Fix issue #441 build error in VMAF lib 05 November 2018, 05:34:01 UTC
881e2be encoder: Do not include CLL SEI message if empty Some devices render out-of-luminance pixels incorrectly otherwise. 07 November 2018, 16:34:14 UTC
5082c84 REPORT_SPEEDUP: correct the description 01 November 2018, 13:17:40 UTC
cad1338 fix Issue #442: linking issue on non x86 platform 31 October 2018, 11:05:48 UTC
c231f93 dynamic-refine: fix memory reset size 25 October 2018, 07:25:08 UTC
72f221d rc: Fix rowStat computation in const-vbv 10 October 2018, 06:09:28 UTC
f8ff39e Added tag 2.9 for changeset f9681d731f2e 05 October 2018, 12:17:21 UTC
fd164a9 release: Release notes for v2.9 05 October 2018, 12:14:40 UTC
978f1b9 Merge with default, prep for v2.9 03 October 2018, 08:18:47 UTC
bda140e Cleanup 25 September 2018, 10:32:31 UTC
97f3550 FrameEncoder: Fix for building error 25 September 2018, 12:56:36 UTC
8f18a0d Merge with default 21 September 2018, 09:34:41 UTC
23bc189 csv: add per frame BufferFillFinal BufferFillFinal of a frame implies the available buffer bits after removing the frame out of CPB. 21 September 2018, 05:33:03 UTC
3b7ca05 Reuse CU depth for B frame and allow I, P frame to follow x265 depth decision 20 September 2018, 17:28:00 UTC
253f547 Rename refine-mv-type to accommodate reuse of CU depth functionality 19 September 2018, 21:30:48 UTC
801ef12 new aq implementation It scales the quantization step size according to the spatial activity of one coding unit relative to frame average spatial activity. This AQ method utilizes the minimum variance of sub-unit in each coding unit to represent the coding units spatial complexity. 27 December 2018, 09:13:54 UTC
c6b3031 Fix for line endings in param.cpp, and encoder.cpp 28 December 2018, 03:33:26 UTC
9317c93 preset: Change param defaults for veryslow and slower preset This patch does the following: 1)Replace slower preset with defaults used in veryslow preset. 2)Change param defaults in veryslow preset as per experimental results. 27 December 2018, 06:26:52 UTC
7cd5085 aq: change default AQ mode to auto-variance 17 December 2018, 06:45:47 UTC
f1d0baf Add support for Dolby Vision profile 8.2 26 December 2018, 14:33:17 UTC
82b864a Add support for Dolby Vision profile 8.1 26 December 2018, 13:17:10 UTC
ab91e86 tune: Introduce --tune animation option 07 December 2018, 07:22:46 UTC
d1ae6c1 Cutree Offset Reuse: Restricted to analysis reuse level 10 18 December 2018, 09:52:38 UTC
d98c6ba zone: Add support for RADL pictures 14 December 2018, 07:01:25 UTC
back to top