~ubuntu-xilinx/+git/xilinx-vcu-ctrl:ubuntu

Last commit made on 2020-06-13
Get this branch:
git clone -b ubuntu https://git.launchpad.net/~ubuntu-xilinx/+git/xilinx-vcu-ctrl
Members of Ubuntu Xilinx can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu
Repository:
lp:~ubuntu-xilinx/+git/xilinx-vcu-ctrl

Recent commits

1f37ad3... by Loïc Minier

Initial packaging

8ad2b13... by Jeegar Patel <email address hidden>

Increase max sei size to support XAVC CBG profile

AL_ENC_MAX_SEI_SIZE Default size is 2 * 1024 Bytes but to support
XAVC CBG profile (all resolution) we need 10 * 1024 Bytes.
Normal AVC/HEVC profiles does not require this unless user wants
to insert more than 2KB data in SEI message.

To support XAVC CBG profile, one should reserve at least:

    9216 bytes for (WIDTH x 1080p)
    9216 bytes for (WIDTH x 2160p)
    5120 bytes for (WIDTH x 720p)

Signed-off-by: Jeegar Patel <email address hidden>

Acked-by:Varunkumar Allagadapa <email address hidden>

0795018... by Arthur Vinchon <email address hidden>

fix potential segfault on concealment stream

Signed-off-by: Arthur Vinchon <email address hidden>
Signed-off-by: Jeegar Patel <email address hidden>

Acked-for-series:Varunkumar Allagadapa <email address hidden>

caf8930... by Arthur Vinchon <email address hidden>

add more checks

Signed-off-by: Arthur Vinchon <email address hidden>
Signed-off-by: Jeegar Patel <email address hidden>

Acked-for-series:Varunkumar Allagadapa <email address hidden>

5740e91... by Arthur Vinchon <email address hidden>

fix potential segfault when decoding resilient stream

Signed-off-by: Arthur Vinchon <email address hidden>
Signed-off-by: Jeegar Patel <email address hidden>

Acked-for-series:Varunkumar Allagadapa <email address hidden>

1dc128e... by Jeegar Patel <email address hidden>

Update name of ctrlsw level test application binaries

-Rename AL_Encoder.exe to ctrlsw_encoder
-Rename AL_Decoder.exe to ctrlsw_decoder

Fix standalone compilation issue on some build machine

Library is not getting compiled on some build machine
because of the wrong order of execution in Makefile target.

( These changes are custom delta changes on top of
development codebase )

Signed-off-by: Jeegar Patel <email address hidden>

Acked-for-series:Varunkumar Allagadapa <email address hidden>

38e38bd... by Arthur Vinchon <email address hidden>

fix ePicStruct update

Signed-off-by: Arthur Vinchon <email address hidden>

4f3df56... by Arthur Vinchon <email address hidden>

Change max bitdepth computation

Signed-off-by: Jeegar Patel <email address hidden>

6e1fb7e... by Arthur Vinchon <email address hidden>

CtrlSW: Update to revision b12271

Added Features:
  -- Performances logs for rate control

API:
  -- Version of the API is now 0.20.0
  -- Modify 'AL_ENABLE_PERF_MONITOR' usage

Fixes:
  -- Several minors bugs

Signed-off-by: Arthur Vinchon <email address hidden>

2da321a... by Arthur Vinchon <email address hidden>

ctrlsw: Update to revision b12181

* 'AL_Assert' to ensure asstion in all modes
* enhance concealment
* minors fixes
* cosmetics

Signed-off-by: Arthur Vinchon <email address hidden>