Skip to content

Releases: ittiam-systems/libhevc

v1.6.0

14 Aug 06:34
Compare
Choose a tag to compare

What's Changed

  • libhevc: Update encoder logic to handle iframe interval and bframes by @suyogpawar20 in #45

Full Changelog: v1.5.1...v1.6.0

v1.5.1

07 Jun 14:16
Compare
Choose a tag to compare

What's Changed

  • libhevc: do not disable sei code in hevc encoder application by @srujan874 in #40
  • libhevc: do not disable sei code in hevc decoder application by @srujan874 in #41
  • libhevc: fix codec SEI related code while disabling SEI by @srujan874 in #43
  • libhevc: fix encoder SEI related code while disabling SEI by @srujan874 in #44

Full Changelog: v1.5.0...v1.5.1

v1.5.0

13 May 23:57
Compare
Choose a tag to compare

What's Changed

  • libhevc: move SEI related code under a macro by @srujan874 in #38
  • libhevc: move encoder SEI related code under a macro by @srujan874 in #39

Full Changelog: v1.4.0...v1.5.0

v1.4.0

24 Apr 14:59
Compare
Choose a tag to compare
libhevc: Add dynamic color aspects support

Bug: 325468696
Test: atest android.mediav2.cts.DecoderDynamicColorAspectTest

Change-Id: I01dc043dfdae5646818c3cbea8ae0415183eb69d

v1.3.0

23 Oct 03:13
Compare
Choose a tag to compare
decoder: join threads in flush mode

Test: hevcdec

v1.2.0

08 Aug 14:39
Compare
Choose a tag to compare
Revert "decoder: fix bytes consumed in case slice in header mode error"

This reverts commit d7b7ccc4cdd21ae22f3f2ae9a362b7704ca4c5e1.

Reason for revert: This breaks decoding using hevcdec binary

v1.1.1

24 Apr 14:33
Compare
Choose a tag to compare
decoder: Fix OOB read from stack in intra pred modules

Bug: 263910597
Test: hevc_dec_fuzzer
Test: test hevcdec for standard test clips

v1.1.0

21 Mar 04:57
Compare
Choose a tag to compare
Merge "Add riscv64 to libhevc"