~spvkgn/x265/+git/x265:Release_3.1

Last commit made on 2020-01-07
Get this branch:
git clone -b Release_3.1 https://git.launchpad.net/~spvkgn/x265/+git/x265

Branch merges

Branch information

Name:
Release_3.1
Repository:
lp:~spvkgn/x265/+git/x265

Recent commits

1dac6b6... by Snehaa Giridharan <email address hidden>

Fix segmentation fault with svt enabled build and modify library install path

This commit
1. Fixes segmentation fault on running x265 encodes via svt integrated build.
2. Modifies library install path of SVT from bin to library folder.

802ee26... by snehaa <email address hidden>

Fix x265 SVT integration

This patch does the following.
- Fix error for newly added param variables and other default variables
- Remove EbTime.h file as its no longer present in include directory of SVT
- Set SVT-HEVC lib version required to 1.4.1
- Modify doc page

b5b65c5... by Kirithika <email address hidden>

Fix VBV macroblocking that comes up with the last Intra frame

This patch enables the VBV Lookahead computation of an I Slice to consider the
last MiniGop frames available in the lookahead,hence fixing the VBV macroblocking
issue that comes due to lack of frames in the Lookahead at the end of the video.

680a79f... by Aruna Matheswaran <email address hidden>

limit-tu: Fix bug in loading co-located CU's TU depth

90cf165... by Pooja Venkatesan <email address hidden>

Fix encoder crash with zones and add test for zones

4544131... by Pooja Venkatesan <email address hidden>

Fix issue #508 - Crash in case of encoder fail condition.

This patch also includes:
Free memory for zone param.

74ef3d8... by Aruna Matheswaran <email address hidden>

2-pass: Fix incorrect weighted prediction when cu-tree is enabled

0519536... by Nomis101 <email address hidden>

fix Issue #373

2b23bc5... by Aruna_Matheswaran <aruna@multicorewareinc>

Added tag 3.1.2 for changeset 4472578f9adf

15309c0... by Aruna_Matheswaran <aruna@multicorewareinc>

Update x265_copy_params()

Fix for issue #498