- 20 Jul, 2019 1 commit
-
-
James Almer authored
As defined in sections F.14.2.8 and F.14.3.8 Reviewed-by:
Mark Thompson <sw@jkqxz.net> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 28 Apr, 2019 1 commit
-
-
James Almer authored
This follows the spec definition, and removes a field from the relevant structs. Reviewed-by:
Mark Thompson <sw@jkqxz.net> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 16 Apr, 2019 1 commit
-
-
James Almer authored
The spec defines it as an array of signed values, inferred to 0 when not present. Reviewed-by:
Mark Thompson <sw@jkqxz.net> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 18 Nov, 2018 1 commit
-
-
Mark Thompson authored
Supports both prefix and suffix SEI, decoding all of the common SEI types and some more obscure ones. Most of this is tested by the existing tests in fate.
-
- 11 Nov, 2018 1 commit
-
-
Mark Thompson authored
With fate test using the SLPPLP_A_VIDYO_2 conformance file, which contains two sublayers with full PTL information.
-
- 10 May, 2018 2 commits
-
-
Haihao Xiang authored
Signed-off-by:
Haihao Xiang <haihao.xiang@intel.com>
-
Haihao Xiang authored
Similar to H264, cbs_h265_{read, write}_nal_unit() can handle HEVC prefix SEI NAL units. Currently mastering display colour volume SEI message is added only, we may add more SEI message if needed later Signed-off-by:
Haihao Xiang <haihao.xiang@intel.com>
-
- 09 May, 2018 1 commit
-
-
James Almer authored
Removes unnecessary data copies, and partially fixes potential issues with dangling references held in said lists. Reviewed-by:
Mark Thompson <sw@jkqxz.net> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 20 Feb, 2018 1 commit
-
-
Mark Thompson authored
This makes it easier for users of the CBS API to get alloc/free right - all subelements use the buffer API so that it's clear how to free them. It also allows eliding some redundant copies: the packet -> fragment copy disappears after this change if the input packet is refcounted, and more codec-specific cases are now possible (but not included in this patch).
-
- 17 Oct, 2017 1 commit
-
-
Mark Thompson authored
(cherry picked from commit 867381b8) (cherry picked from commit f7634893) (cherry picked from commit 067a9dde)
-
- 12 Aug, 2017 1 commit
-
-
Mark Thompson authored
-