Releases: moonlight-stream/moonlight-embedded
Moonlight Embedded 2.3.0
This release added support for forward error correction to reduce artifacts during streaming. Also some extra optimizations have been added.
Changelog
- Support for Forward Error Correction
- Correct number of controllers seen by Gamestream host
- Optimizations for iMX.6 and software video decoder
- Correction of keyboard key codes
- New releases are signed with GPG
IMPORTANT: Support for Raspbian Wheezy has been dropped
Moonlight Embedded 2.2.3
Bugfix release to support GFE 3.2
Changelog:
- Small headers on GFE 3.2
- Support for libCEC 4.0
Moonlight Embedded 2.2.2
Bugfix release to support GFE 3.0.7
Changelog:
- Skip frameheader on GFE 3.0.7
Moonlight Embedded 2.2.1
Small bugfix release to fix some connection problems because of Enet.
Changelog:
- Workaround for decoding special case on C1 (1080p, H264)
- Better Enet connection re-transmission
- Small audio/video queue optimizations
Moonlight Embedded 2.2.0
This release have added some new audio and video outputs and contains a lot of bugfixes.
Changelog:
- Supports new protocol version 7 for GFE 2.11
- Added Amlogic hardware video decoder backend
- Added OMX audio output for surround output on the Raspberry Pi
- Initial support for HEVC decoding (Amlogic and FFMpeg only)
- More debug information in application output
- Compaitable with newer FFMpeg API
- Fixed pairing issues
- Fixed integer overflow in deadzone calculation
IMPORTANT: Support for IPv6 is dropped and this version isn't (yet) available in my Archlinux ARM repository.
Moonlight Embedded 2.1.4
Bugfix release to fix issues with GFE 2.10.
Changelog:
- Fixed pairing issues
- Fixed problems with dynamic resolution on GFE 2.10
Moonlight Embedded 2.1.3
Bugfix release to fix issue which make Moonlight Embedded stop working on newer version of GFE.
Changelog:
- Support for GFE 2.10
- Fixes for gamepads
Moonlight Embedded 2.1.2
Bugfix release to fix issues which make Moonlight Embedded stop working newer version of GFE.
Changelog
- Fixes for GFE 2.7 and GFE 2.8
- Fix iMX.6 decoding
- Support for surround sound on GFE 2.8
- Support for Jessie added in repository
- Config options can now contain spaces
Moonlight Embedded 2.1.1
Bugfix release to fix issues which make Moonlight Embedded stop working on some platforms.
Changelog
- Platform fixes for working audio and video
- Crash when cache directory doesn't exist
- Input fixes for autodetection
- Enable CEC on ArchLinux ARM builds
- Enable direct submit optimization for audio and video decoders
- Support enabling remote optimization in GFE
Moonlight Embedded 2.1
This release does some performance updates and can now also run on non-embedded Linux systems with the software decoder and SDL.
Changelog
- Debian package compatible with OSMC
- Support for configuration files
- Performance updates
- Code split up in libgamestream and moonlight-embedded
- Support for software decoder with SDL interface (SDL nightly required)
- Added manpage
- Lots of bugfixes