Revisions of scrcpy

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)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 13)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 12)
- Update to version 2.1.1:
  * Bump version to 2.1.1
  * Fix meizu deadlock
  * Increase attempts to start AudioRecord
  * Log device selection at INFO level
  * Fix fedora package in build instructions
  * Fix possible division by zero
  * Add direct links to donations
  * Ignore fold change events for other display ids
  * Remove superfluous log
  * Update links to v2.1
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 11)
- Update to version 2.1:
  * Bump version to 2.1
  * Fix adb forward initialization
  * Fix code style
  * Accept failure in rotation or fold registration
  * Register DisplayFoldListener only for Android 10+
  * Upgrade platform-tools (34.0.3) for Windows
  * Update developer documentation
  * Fix build without gradle
  * Upgrade SDL (2.28.0) for Windows
  * Add workarounds for Honor devices
  * Move workarounds execution
  * Log device BRAND
  * Fix lint warning
  * Add InputManagerGlobal for Android 14 beta 3
  * Add --time-limit
  * Improve recording documentation
  * Rename raw_video_stream to raw_stream
  * Remove spurious empty line
  * Reformat Java code
  * Name Java threads
  * Add missing shortcut in documentation
  * Add option to kill adb on close
  * Fix adb server vs adb daemon confusion
  * Fix options alphabetical order
  * Simplify command in documentation
  * Fix typo in recording documentation
  * Fix PTS when not monotonically increasing
  * Extract stream-specific structure in recorder
  * Fix recorder waiting when stream disabled
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 10)
- Update to version 2.0:
  * Bump version to 2.0
  * Rework README and documentation
  * Happy new year 2023!
  * Document audio player
  * Apply new compensation only if it changed
  * Disable clock drift compensation for tiny values
  * Fail on deprecated options
  * Remove dead code about the deprecated -F option
  * Remove deprecated option --render-expired-frames
  * Upgrade platform-tools (34.0.1) for Windows
  * Upgrade SDL (2.26.4) for Windows
  * Remove unused IOException
  * Compute buffering and compensation without lock
  * Do not read avg_buffering from the player thread
  * Simplify bytebuf naming
  * Add audio sample ring-buffer
  * Define the audio output buffer in milliseconds
  * Pass video size as codec metadata
  * Report errors on screen event error
  * Rename sendCodecId to sendCodecMeta
  * Copy codec parameters from context
  * Simplify recorder
  * Create recorder streams from packet sinks ops
  * Pass AVCodecContext to packet sinks
  * Enable log signaling buffering threshold exceeded
  * Stop and join sc_file_pusher only if initialized
  * Initialize interrupted field explicitly
  * Decrease recorder thread priority
  * Increase audio thread priority
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 9)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 8)
- Update to version 1.25:
  * Bump version to 1.25
  * Upgrade FFmpeg (5.1.2) for Windows 64-bit
  * Upgrade SDL (2.26.1) for Windows
  * Upgrade platform-tools (33.0.3) for Windows
  * Force mouse source when --forward-all-clicks
  * Remove continuous resizing workaround for Windows
  * Add parent directory in release zipfile
  * Use "meson setup"
  * Adapt ClipboardManager for Android 13
  * Upgrade junit to 4.13.2
  * Use current adb port (if any) for --tcpip
  * Fix CommandParserTest code style
  * Always use --key=value in README
  * Fix DisplayInfo parsing for Android Q
  * Support wchar_t in argv for Windows
  * Avoid string concatenation in crossfiles
  * Build log.c for test_cli
  * Add missing include <string.h> for strlen()
  * Add missing include <string.h> for memmove()
  * Add -s auto-completion for zsh
  * Add -s auto-completion for bash
  * Make ServiceManager and Settings methods static
  * Fix typo in logs
  * Add fallback to get DisplayInfo
  * Use /dev/null instead of closing fds
  * Extract $BUILD_TOOLS_DIR
  * Add scrcpy-console.desktop
  * Use shell environment to execute launcher
  * Add desktop entry file for Linux app launchers
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 7)
Displaying revisions 1 - 20 of 26
openSUSE Build Service is sponsored by