Skip to content

Releases: pixpark/gpupixel

v1.2.5

16 Apr 03:08
Compare
Choose a tag to compare

GPUPixel Version: v1.2.5

What's New

  1. Android support armeabi-v7a @cijiugechu f51ece9
  2. fix type errors in jni @cijiugechu f70fa25
  3. Refine android filter @xiaoshanlin000 7ee92c3

v1.2.4

23 Feb 14:51
Compare
Choose a tag to compare

GPUPixel Version: v1.2.4

What's New

  1. opt cmake and update demo

v1.2.3

22 Feb 12:12
Compare
Choose a tag to compare

GPUPixel Version: v1.2.3

What's New

  1. Add ci script for building libs and demo.

v1.2.2

22 Feb 00:34
Compare
Choose a tag to compare

What's new

  1. bugfix: fix linux link vnn_core error

v1.2.1

20 Feb 13:32
Compare
Choose a tag to compare

What's new

  1. fix android xiaomi jni crash
  2. refine source image

Full Changelog: v1.2.0...v1.2.1

v1.2.0 - replace face++ with vnn

19 Feb 04:31
Compare
Choose a tag to compare

What's Changed

  1. replace face++ with vnn for android, ios , mac, windows and linux;

Full Changelog: v1.1.1...v1.2.0

v1.1.1

03 Feb 05:20
Compare
Choose a tag to compare

What's Changed

bugfix: fix TargetRawOuput i420 and rgba callback not work.
Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Jan 17:31
Compare
Choose a tag to compare

What's Changed

  • Dev by @gezhaoyou in #14
  • Build toolchain change to cmake
  • Add windows and linux platform support.
  • Change filename as google code format.

Full Changelog: 1.0.6...v1.1.0

v1.0.6

21 Jan 07:25
Compare
Choose a tag to compare

What's New

  1. Android demo add camera permission check;
  2. Fix Android layout GPUPixelView show empty;
  3. Refactor android ios and mac demo

Full Changelog: 1.0.5...1.0.6

v1.0.5

21 Jan 02:55
Compare
Choose a tag to compare

What's Changed

feat: Add macOS demo and work well;
refactor: auto detect platform and define platform macro
feat: refine android demo