Skip to content

Commit

Permalink
chore: Bump scrcpy-decoder-webcodecs to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gasol committed Aug 14, 2024
1 parent 0c2c108 commit 22e0273
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
29 changes: 21 additions & 8 deletions libraries/scrcpy-decoder-webcodecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,69 @@
# Change Log - @yume-chan/scrcpy-decoder-webcodecs

## 2.0.0

### Major Changes

- Release for offscreen canvas support

This log was last generated on Tue, 18 Jun 2024 02:49:43 GMT and should not be manually modified.

## 0.0.24

Tue, 18 Jun 2024 02:49:43 GMT

### Updates

- Support decoding AV1
- Add `enableCapture` option to `WebCodecsVideoDecoder` which allows `renderer.readPixels` and `renderer.toDataURL` to work. The performance will be slightly affected when enabled.
- Support decoding AV1
- Add `enableCapture` option to `WebCodecsVideoDecoder` which allows `renderer.readPixels` and `renderer.toDataURL` to work. The performance will be slightly affected when enabled.

## 0.0.23

Thu, 21 Mar 2024 03:15:10 GMT

### Updates

- Add `sizeChanged` event
- Add WebGL and Bitmap based video renderers, which are 1.5 to 3 times faster on Android devices
- Add `sizeChanged` event
- Add WebGL and Bitmap based video renderers, which are 1.5 to 3 times faster on Android devices

## 0.0.22

Wed, 13 Dec 2023 05:57:27 GMT

_Version update only_

## 0.0.21

Fri, 25 Aug 2023 14:05:18 GMT

_Version update only_

## 0.0.20

Mon, 05 Jun 2023 02:51:41 GMT

### Updates

- Add support for decoding H.265 on supported browsers (Chrome works, Microsoft Edge with HEVC Video Extension from Microsoft Store doesn't decode H.265 correctly).
- Add support for decoding H.265 on supported browsers (Chrome works, Microsoft Edge with HEVC Video Extension from Microsoft Store doesn't decode H.265 correctly).

## 0.0.19

Sun, 09 Apr 2023 05:55:33 GMT

_Version update only_

## 0.0.18

Wed, 25 Jan 2023 21:33:49 GMT

### Updates

- Change to not use vertical sync to minimize latency
- Change to not use vertical sync to minimize latency

## 0.0.17

Tue, 18 Oct 2022 09:32:30 GMT

### Updates

- Separated from `@yume-chan/scrcpy` for simpler dependency management.

- Separated from `@yume-chan/scrcpy` for simpler dependency management.
2 changes: 1 addition & 1 deletion libraries/scrcpy-decoder-webcodecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasol/scrcpy-decoder-webcodecs",
"version": "0.0.24",
"version": "2.0.0",
"description": "Raw H.264 stream decoder and renderer using WebCodecs API (requires modern browser).",
"keywords": [
"adb",
Expand Down

0 comments on commit 22e0273

Please sign in to comment.