Revisions of scrcpy

Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 33)
- Update to version 3.0:
  * Update links to 3.0
  * Bump version to 3.0
  * Build FFmpeg with v4l2 support for Linux
  * Include scrcpy manpage in Linux and macOS releases
  * Fix alphabetic order of cli args
  * Test build_without_gradle.sh in GitHub Actions
  * Add script to release macOS static binary
  * Use generic command for SHA-256
  * Add script to release Linux static binary
  * Add support for .tar.gz packaging
  * Add static build option
  * Add support for build and link types for deps
  * Make the ADB dependency script Windows-specific
  * Extract args processing in deps scripts
  * Store dependencies configure args in bash arrays
  * Disable VDPAU and VAAPI for FFmpeg build
  * Reorder FFmpeg configure args
  * Preserve file permissions in GitHub Actions
  * Split packaging for each target on CI
  * Test scrcpy-server in a separate CI job
  * Replace release.mk by release scripts
  * Add debugging method for Android >= 11
  * Determine debugger command at runtime
  * Add missing aidl in build_without_gradle.sh
  * Extract PLATFORM_TOOLS in build_without_gradle.sh
  * Dissociate virtual display size and capture size
  * Upgrade platform-tools (35.0.2) for Windows
  * Document missing --cask option for macOS
  * Upgrade SDL (2.30.9) for Windows
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 32)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 31)
  * Update links to 2.7
  * Bump version to 2.7
  * Upgrade FFmpeg (7.0.2) for Windows
  * Upgrade SDL (2.30.7) for Windows
  * Mention issue with AOA and multiple gamepads
  * Mention UHID permission errors
  * Enable joystick events in background
  * Add gamepad user documentation
  * Fix link in OTG documentation
  * Remove fragile assert()
  * Simplify UHID outputs routing
  * Mention physical gamepad names for UHID devices
  * Reorder function parameters for consistency
  * Make -K -M and -G use AOA in OTG mode
  * Add UHID gamepad support
  * Add UHID_DESTROY control message
  * Add gamepad support in OTG mode
  * Add connected gamepads on start
  * Add AOA gamepad support
  * Implement HID gamepad
  * Add util functions to write in little-endian
  * Handle SDL gamepad events
  * Discard unknown SDL events
  * Fix HID comments
  * Make AOA keyboard/mouse open error fatal
  * Unregister all AOA devices automatically on exit
  * Make HID logs uniform
  * Add AOA open/close verbose logs
  * Introduce hid_open and hid_close events
  * Rename hid_event to hid_input
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 30)
- Update to version 2.6.1:
  * Bump version to 2.6.1
  * Inject finger input whenever possible
  * Document INJECT_EVENTS permission issue on Xiaomi
  * Update links to 2.6
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 29)
- Update to version 2.6:
  * Bump version to 2.6
  * Upgrade SDL (2.30.5) for Windows
  * Enable workarounds by default
  * Add workaround for TCL Android 12 Smart TVs
  * Fix --no-audio
  * Add FUNDING.yml
  * Explicitly accept issues for general questions
  * Update documentation for audio playback capture
  * Switch audio source if audio-dup is set
  * Add --audio-dup
  * Add audio playback capture method
  * Move audio source value
  * Extract AudioCapture interface
  * Extract AudioRecordReader
  * Move createAudioFormat() to AudioConfig
  * Move hardcoded audio configuration to AudioConfig
  * Move audio compatibility check
  * Throw AudioCaptureException on workaround error
  * Rename audio capture exception
  * Make encode() method private
  * Fix "turn screen off" for Honor Android 14 devices
  * Fix method name
  * Exclude install-release tags from git describe
  * Add assertions
  * Reorganize server packages
  * Extract sources paths in build_without_gradle.sh
  * Add clipboard workaround for Honor device
  * Linearize try-catch blocks
  * Add mouse secondary bindings
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 28)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 27)
- Update to version 2.5:
  * Bump version to 2.5
  * Upgrade platform-tools (35.0.0) for Windows
  * Upgrade SDL (2.30.4) for Windows
  * Upgrade FFmpeg (7.0.1) for Windows
  * Do not call avcodec_close()
  * Forward mouse hover events
  * Forward all clicks by default for UHID/AOA
  * Add option to configure mouse bindings
  * Fix "resize to fit" when all clicks are forwarded
  * Fix zsh completion script
  * Fix error message parameter
  * Ignore shortcut keycodes
  * Simplify shortcut modifiers
  * Try newer display API first
  * Add missing virtual display release()
  * Upgrade AGP from 8.1.3 to 8.3.0
  * Mention that the Debian package is obsolete
  * Retrieve icon decoder directly
  * Release the audio lock early
  * Fix thread leak on Windows
  * Avoid zero-length copies
  * Remove suggestion to install from winget
  * Document missing package to build for Windows
  * Rename streamScreen() to streamCapture()
  * Reject recording with control only
  * Terminate on controller error
  * Update documentation for --no-window
  * Add scrcpy window without video playback
  * Disable FPS counter when no video playback
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 26)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 25)
- Update to version 2.4:
  * Bump version to 2.4
  * Build dependencies from sources
  * Happy new year 2024!
  * Remove spurious line
  * Set SDL hints before creating any thread
  * Detect missing initializations
  * Add missing initialization
  * Document usage examples
  * Document UHID
  * Check options specific to SDK keyboard
  * Do not fallback keyboard mode if AOA fails
  * Reassign -K and -M to UHID keyboard and mouse
  * Add UHID mouse support
  * Add shortcut to open keyboard settings
  * Fix startActivity() for supporting API < 30
  * Create UhidManager only on first use
  * Handle UHID output
  * Refactor DeviceMessageSender
  * Add UHID keyboard support
  * Log controller handling errors
  * Initialize controller before keyboards
  * Initialize controller in two steps
  * Extract binary to hex string conversion
  * Rename default keyboard implementation to "sdk"
  * Extract mouse HID handling
  * Extract keyboard HID handling
  * Extract HID events struct
  * Embed HID event data
  * Rename hid event "buffer" to "data"
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 24)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 23)
- Update to version 2.3.1:
  * Bump version to 2.3.1
  * Fix AV1 demuxing
  * Do not fail if SDL_INIT_VIDEO fails without video
  * Do not initialize SDL video when not necessary
  * Mention exclusive_caps mode in v4l2 documentation
  * Add workaround for Samsung devices issues
  * Fix compilation error
  * Update links to v2.3

- Update to version 2.3:
  * Bump version to 2.3
  * Fix scrcpy-console.desktop
  * Do not quote $SHELL in .desktop files
  * Fix Linux desktop files
  * Fix turn screen off on Android 14
  * Upgrade sdl (2.28.5) for Windows
  * Extract $VERSION for dependency scripts
  * Download SDL prebuilt binaries from github
  * Improve crossbuild
  * Fix java code style
  * Do not hardcode server path on the device
  * Fix meson deprecated 'pkgconfig' to 'pkg-config'
  * Update documentation about video orientation
  * Add --orientation
  * Add --record-orientation
  * Pass --lock-video-orientation argument in degrees
  * Add --display-orientation
  * Mention turning off audio in camera documentation
  * Fix manpage style syntax
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 22)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 21)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 20)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 19)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 18)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 17)
- Update to version 2.3:
  * Bump version to 2.3
  * Fix scrcpy-console.desktop
  * Do not quote $SHELL in .desktop files
  * Fix Linux desktop files
  * Fix turn screen off on Android 14
  * Upgrade sdl (2.28.5) for Windows
  * Extract $VERSION for dependency scripts
  * Download SDL prebuilt binaries from github
  * Improve crossbuild
  * Fix java code style
  * Do not hardcode server path on the device
  * Fix meson deprecated 'pkgconfig' to 'pkg-config'
  * Update documentation about video orientation
  * Add --orientation
  * Add --record-orientation
  * Pass --lock-video-orientation argument in degrees
  * Add --display-orientation
  * Mention turning off audio in camera documentation
  * Fix manpage style syntax
  * Fix options alphabetical order
  * Update record format error message
  * Do not create Device instance for camera
  * Recreate the display on rotation
  * Upgrade Android SDK to 34
  * Upgrade AGP (8.1.3) and Gradle to 8.4
  * Upgrade Android checkstyle to 10.12.5
  * Log PTS fixing at debug level
  * Add support for RAW audio (WAV) recording
  * Upgrade FFmpeg build to 6.1-scrcpy-2
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 16)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 15)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 14)
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by